From 73b7f95a2a03ced1bf331a796d500ed79bec81a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 09:32:47 +0000 Subject: [PATCH] Upgrade: [dependabot] - bump @NHSDigital/eps-spine-client Bumps [@NHSDigital/eps-spine-client](https://github.com/NHSDigital/nhs-eps-spine-client) from 2.1.70 to 2.1.71. - [Release notes](https://github.com/NHSDigital/nhs-eps-spine-client/releases) - [Changelog](https://github.com/NHSDigital/nhs-eps-spine-client/blob/main/RELEASE.md) - [Commits](https://github.com/NHSDigital/nhs-eps-spine-client/compare/v2.1.70...v2.1.71) --- updated-dependencies: - dependency-name: "@NHSDigital/eps-spine-client" dependency-version: 2.1.71 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ packages/getMyPrescriptions/package.json | 2 +- packages/statusLambda/package.json | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index fefe55f72..f5787ad42 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3103,12 +3103,12 @@ } }, "node_modules/@NHSDigital/eps-spine-client": { - "version": "2.1.70", - "resolved": "https://npm.pkg.github.com/download/@NHSDigital/eps-spine-client/2.1.70/51952118f8247e8f5f552d13870321a36cfc9cc7", - "integrity": "sha512-6S9C9ygIvT4gWg0CODyvADPWpqmtNEf0lFbkLCBgE0LY9y4RteWTWl3HaUNlubsOVfFjZaj9OnulImhbUZXIKg==", + "version": "2.1.71", + "resolved": "https://npm.pkg.github.com/download/@NHSDigital/eps-spine-client/2.1.71/4fb7abd84a2dd2a4ecbfa3c39c2b2f9b65919679", + "integrity": "sha512-2F1wQzP1lINZcxq6rvq6oWGIqT+Xruwm9SkHykThjiKxsfmTBBofL7u/cd0Q07v1KQRnunkRawtk4BU+gtD0qw==", "license": "MIT", "dependencies": { - "@aws-lambda-powertools/logger": "^2.29.0", + "@aws-lambda-powertools/logger": "^2.30.0", "@types/mustache": "^4.2.6", "aws-lambda": "^1.0.7", "axios": "^1.13.2", @@ -9910,7 +9910,7 @@ "@middy/http-header-normalizer": "^6.4.5", "@middy/input-output-logger": "^6.4.5", "@nhs/fhir-middy-error-handler": "^2.1.63", - "@NHSDigital/eps-spine-client": "^2.1.70", + "@NHSDigital/eps-spine-client": "^2.1.71", "@prescriptionsforpatients/distanceSelling": "^1.0.0", "@types/fhir": "^0.0.41" }, @@ -9958,7 +9958,7 @@ "@middy/core": "^6.4.5", "@middy/input-output-logger": "^6.4.5", "@nhs/fhir-middy-error-handler": "^2.1.63", - "@NHSDigital/eps-spine-client": "^2.1.70" + "@NHSDigital/eps-spine-client": "^2.1.71" } } } diff --git a/packages/getMyPrescriptions/package.json b/packages/getMyPrescriptions/package.json index 1ad42e199..0aabbfe59 100644 --- a/packages/getMyPrescriptions/package.json +++ b/packages/getMyPrescriptions/package.json @@ -22,7 +22,7 @@ "@middy/http-header-normalizer": "^6.4.5", "@middy/input-output-logger": "^6.4.5", "@nhs/fhir-middy-error-handler": "^2.1.63", - "@NHSDigital/eps-spine-client": "^2.1.70", + "@NHSDigital/eps-spine-client": "^2.1.71", "@prescriptionsforpatients/distanceSelling": "^1.0.0", "@types/fhir": "^0.0.41" }, diff --git a/packages/statusLambda/package.json b/packages/statusLambda/package.json index 36a68ed40..9fb73ec73 100644 --- a/packages/statusLambda/package.json +++ b/packages/statusLambda/package.json @@ -19,6 +19,6 @@ "@middy/core": "^6.4.5", "@middy/input-output-logger": "^6.4.5", "@nhs/fhir-middy-error-handler": "^2.1.63", - "@NHSDigital/eps-spine-client": "^2.1.70" + "@NHSDigital/eps-spine-client": "^2.1.71" } }