diff --git a/package-lock.json b/package-lock.json index b3172bf47..d1cdc7879 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2035,12 +2035,14 @@ } }, "node_modules/@nhsdigital/eps-spine-client": { - "version": "2.1.85", + "version": "2.1.89", + "resolved": "https://npm.pkg.github.com/download/@NHSDigital/eps-spine-client/2.1.89/2f82ae43d408711fd82edf982fd50ecc39911cb8", + "integrity": "sha512-x+ct337KTop+YyEGq9Szlay9IMeXBr23vdJxaeWoJdAQ+LwNDzPw8OqqnNfQj+XwxN0qWnVrP2vt7aA2c70zKg==", "license": "MIT", "dependencies": { - "@aws-lambda-powertools/logger": "^2.31.0", + "@aws-lambda-powertools/logger": "^2.32.0", "@types/mustache": "^4.2.6", - "axios": "^1.13.6", + "axios": "^1.15.0", "axios-retry": "^4.5.0", "mustache": "^4.2.0" } @@ -8348,7 +8350,7 @@ "@middy/http-header-normalizer": "^7.2.1", "@middy/input-output-logger": "^7.2.1", "@nhs/fhir-middy-error-handler": "^2.1.80", - "@nhsdigital/eps-spine-client": "^2.1.78", + "@nhsdigital/eps-spine-client": "^2.1.89", "@prescriptionsforpatients/distanceSelling": "^1.0.0", "@types/fhir": "^0.0.41" }, @@ -8412,7 +8414,7 @@ "@middy/core": "^7.1.2", "@middy/input-output-logger": "^7.2.1", "@nhs/fhir-middy-error-handler": "^2.1.80", - "@nhsdigital/eps-spine-client": "^2.1.78" + "@nhsdigital/eps-spine-client": "^2.1.89" } } } diff --git a/packages/getMyPrescriptions/package.json b/packages/getMyPrescriptions/package.json index d9961a207..5ecd47f36 100644 --- a/packages/getMyPrescriptions/package.json +++ b/packages/getMyPrescriptions/package.json @@ -21,7 +21,7 @@ "@middy/http-header-normalizer": "^7.2.1", "@middy/input-output-logger": "^7.2.1", "@nhs/fhir-middy-error-handler": "^2.1.80", - "@nhsdigital/eps-spine-client": "^2.1.78", + "@nhsdigital/eps-spine-client": "^2.1.89", "@prescriptionsforpatients/distanceSelling": "^1.0.0", "@types/fhir": "^0.0.41" }, diff --git a/packages/statusLambda/package.json b/packages/statusLambda/package.json index 9d6c09d2f..0d985ed27 100644 --- a/packages/statusLambda/package.json +++ b/packages/statusLambda/package.json @@ -18,6 +18,6 @@ "@middy/core": "^7.1.2", "@middy/input-output-logger": "^7.2.1", "@nhs/fhir-middy-error-handler": "^2.1.80", - "@nhsdigital/eps-spine-client": "^2.1.78" + "@nhsdigital/eps-spine-client": "^2.1.89" } }