diff --git a/package-lock.json b/package-lock.json index adda2e21f..395b643bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2542,15 +2542,15 @@ } }, "node_modules/@NHSDigital/eps-spine-client": { - "version": "2.1.12", - "resolved": "https://npm.pkg.github.com/download/@NHSDigital/eps-spine-client/2.1.12/2d392ecaef1552b267794e2c7390f866ef3ce801", - "integrity": "sha512-u603mscOOlPb9LMaB5FA2JiG2VnC5fH7ZV7I6eVoKnYYema7tJ9K56v6ctT9+CBI5XlJfQX2n9xURG8S9FlfRg==", + "version": "2.1.13", + "resolved": "https://npm.pkg.github.com/download/@NHSDigital/eps-spine-client/2.1.13/db5dca2e03947e6ab5d8ea1b2e1f233d81ca6ce6", + "integrity": "sha512-WoPCr+Ckf2Ye2vrXnFeXv6cLi7guox+t89FdQ9T/S+XhHYSaNKDzbSdqbglAeMI+Eg/ohx6fNYOBTFu8p5b56A==", "license": "MIT", "dependencies": { "@aws-lambda-powertools/logger": "^2.11.0", "@types/mustache": "^4.2.5", "aws-lambda": "^1.0.7", - "axios": "^1.7.8", + "axios": "^1.7.9", "axios-retry": "^4.5.0", "conventional-changelog-eslint": "^6.0.0", "mustache": "^4.2.0" @@ -4588,10 +4588,9 @@ } }, "node_modules/axios": { - "version": "1.7.8", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.8.tgz", - "integrity": "sha512-Uu0wb7KNqK2t5K+YQyVCLM76prD5sRFjKHbJYCP1J7JFGEQ6nN7HWn9+04LAeiJ3ji54lgS/gZCH1oxyrf1SPw==", - "license": "MIT", + "version": "1.7.9", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.9.tgz", + "integrity": "sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==", "dependencies": { "follow-redirects": "^1.15.6", "form-data": "^4.0.0", @@ -14246,7 +14245,7 @@ "@middy/http-header-normalizer": "^6.0.0", "@middy/input-output-logger": "^6.0.0", "@nhs/fhir-middy-error-handler": "^2.1.12", - "@NHSDigital/eps-spine-client": "^2.1.12", + "@NHSDigital/eps-spine-client": "^2.1.13", "@prescriptionsforpatients/distanceSelling": "^1.0.0", "@types/fhir": "^0.0.41" }, @@ -14293,7 +14292,7 @@ "@middy/core": "^5.5.1", "@middy/input-output-logger": "^6.0.0", "@nhs/fhir-middy-error-handler": "^2.1.12", - "@NHSDigital/eps-spine-client": "^2.1.12" + "@NHSDigital/eps-spine-client": "^2.1.13" } } } diff --git a/packages/getMyPrescriptions/package.json b/packages/getMyPrescriptions/package.json index 6b34a647d..788c252bb 100644 --- a/packages/getMyPrescriptions/package.json +++ b/packages/getMyPrescriptions/package.json @@ -22,7 +22,7 @@ "@middy/http-header-normalizer": "^6.0.0", "@middy/input-output-logger": "^6.0.0", "@nhs/fhir-middy-error-handler": "^2.1.12", - "@NHSDigital/eps-spine-client": "^2.1.12", + "@NHSDigital/eps-spine-client": "^2.1.13", "@prescriptionsforpatients/distanceSelling": "^1.0.0", "@types/fhir": "^0.0.41" }, diff --git a/packages/statusLambda/package.json b/packages/statusLambda/package.json index db2b0b5b2..b8845d564 100644 --- a/packages/statusLambda/package.json +++ b/packages/statusLambda/package.json @@ -19,6 +19,6 @@ "@middy/core": "^5.5.1", "@middy/input-output-logger": "^6.0.0", "@nhs/fhir-middy-error-handler": "^2.1.12", - "@NHSDigital/eps-spine-client": "^2.1.12" + "@NHSDigital/eps-spine-client": "^2.1.13" } }