From 97b2530888d19dd71eaa2f7299fbfe9b641c9f3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 18:03:44 +0000 Subject: [PATCH] Upgrade: [dependabot] - bump @nhs/fhir-middy-error-handler Bumps [@nhs/fhir-middy-error-handler](https://github.com/NHSDigital/nhs-fhir-middy-error-handler) from 2.1.62 to 2.1.63. - [Release notes](https://github.com/NHSDigital/nhs-fhir-middy-error-handler/releases) - [Changelog](https://github.com/NHSDigital/nhs-fhir-middy-error-handler/blob/main/RELEASE.md) - [Commits](https://github.com/NHSDigital/nhs-fhir-middy-error-handler/compare/v2.1.62...v2.1.63) --- updated-dependencies: - dependency-name: "@nhs/fhir-middy-error-handler" dependency-version: 2.1.63 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- packages/capabilityStatement/package.json | 2 +- packages/getMyPrescriptions/package.json | 2 +- packages/nhsd-pfp-sandbox/package.json | 2 +- packages/statusLambda/package.json | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9e5a9c4fe..b3cc212da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2637,12 +2637,12 @@ } }, "node_modules/@nhs/fhir-middy-error-handler": { - "version": "2.1.62", - "resolved": "https://registry.npmjs.org/@nhs/fhir-middy-error-handler/-/fhir-middy-error-handler-2.1.62.tgz", - "integrity": "sha512-lsY2Tj6AxxDMCnRJN7k5m0ML+ZKzrR5WaaNAz92Syqif74Jj9kZ3CF2R3+p2N6h9wBu213qtDFGy4Xc1xEG5ZQ==", + "version": "2.1.63", + "resolved": "https://registry.npmjs.org/@nhs/fhir-middy-error-handler/-/fhir-middy-error-handler-2.1.63.tgz", + "integrity": "sha512-I9CfupZMlQPFuI/Y2dEpZgksxpMflFZKhzrp5gvkHbllqW1i2KQek8+lQk+EOXWOGYiuezn/qiwUu9tgeXyZkQ==", "license": "MIT", "dependencies": { - "@aws-lambda-powertools/logger": "^2.29.0", + "@aws-lambda-powertools/logger": "^2.30.0", "@middy/core": "^6.4.5" } }, @@ -9372,7 +9372,7 @@ "@aws-lambda-powertools/logger": "^2.30.0", "@middy/core": "^6.4.5", "@middy/input-output-logger": "^6.4.5", - "@nhs/fhir-middy-error-handler": "^2.1.62" + "@nhs/fhir-middy-error-handler": "^2.1.63" }, "devDependencies": { "@pfp-common/testing": "^1.0.0" @@ -9453,7 +9453,7 @@ "@middy/core": "^6.4.5", "@middy/http-header-normalizer": "^6.4.5", "@middy/input-output-logger": "^6.4.5", - "@nhs/fhir-middy-error-handler": "^2.1.62", + "@nhs/fhir-middy-error-handler": "^2.1.63", "@NHSDigital/eps-spine-client": "^2.1.70", "@prescriptionsforpatients/distanceSelling": "^1.0.0", "@types/fhir": "^0.0.41" @@ -9472,7 +9472,7 @@ "@aws-lambda-powertools/logger": "^2.30.0", "@middy/core": "^6.4.5", "@middy/input-output-logger": "^6.4.5", - "@nhs/fhir-middy-error-handler": "^2.1.62" + "@nhs/fhir-middy-error-handler": "^2.1.63" }, "devDependencies": { "@pfp-common/testing": "^1.0.0" @@ -9501,7 +9501,7 @@ "@aws-lambda-powertools/parameters": "^2.30.0", "@middy/core": "^6.4.5", "@middy/input-output-logger": "^6.4.5", - "@nhs/fhir-middy-error-handler": "^2.1.62", + "@nhs/fhir-middy-error-handler": "^2.1.63", "@NHSDigital/eps-spine-client": "^2.1.70" } } diff --git a/packages/capabilityStatement/package.json b/packages/capabilityStatement/package.json index 502ab9b1d..a2e5f40ad 100644 --- a/packages/capabilityStatement/package.json +++ b/packages/capabilityStatement/package.json @@ -18,7 +18,7 @@ "@aws-lambda-powertools/logger": "^2.30.0", "@middy/core": "^6.4.5", "@middy/input-output-logger": "^6.4.5", - "@nhs/fhir-middy-error-handler": "^2.1.62" + "@nhs/fhir-middy-error-handler": "^2.1.63" }, "devDependencies": { "@pfp-common/testing": "^1.0.0" diff --git a/packages/getMyPrescriptions/package.json b/packages/getMyPrescriptions/package.json index d32e19df8..39d86cc89 100644 --- a/packages/getMyPrescriptions/package.json +++ b/packages/getMyPrescriptions/package.json @@ -21,7 +21,7 @@ "@middy/core": "^6.4.5", "@middy/http-header-normalizer": "^6.4.5", "@middy/input-output-logger": "^6.4.5", - "@nhs/fhir-middy-error-handler": "^2.1.62", + "@nhs/fhir-middy-error-handler": "^2.1.63", "@NHSDigital/eps-spine-client": "^2.1.70", "@prescriptionsforpatients/distanceSelling": "^1.0.0", "@types/fhir": "^0.0.41" diff --git a/packages/nhsd-pfp-sandbox/package.json b/packages/nhsd-pfp-sandbox/package.json index ba3b1dbea..86d9cf77b 100644 --- a/packages/nhsd-pfp-sandbox/package.json +++ b/packages/nhsd-pfp-sandbox/package.json @@ -17,7 +17,7 @@ "@aws-lambda-powertools/logger": "^2.30.0", "@middy/core": "^6.4.5", "@middy/input-output-logger": "^6.4.5", - "@nhs/fhir-middy-error-handler": "^2.1.62" + "@nhs/fhir-middy-error-handler": "^2.1.63" }, "devDependencies": { "@pfp-common/testing": "^1.0.0" diff --git a/packages/statusLambda/package.json b/packages/statusLambda/package.json index e17865a77..36a68ed40 100644 --- a/packages/statusLambda/package.json +++ b/packages/statusLambda/package.json @@ -18,7 +18,7 @@ "@aws-lambda-powertools/parameters": "^2.30.0", "@middy/core": "^6.4.5", "@middy/input-output-logger": "^6.4.5", - "@nhs/fhir-middy-error-handler": "^2.1.62", + "@nhs/fhir-middy-error-handler": "^2.1.63", "@NHSDigital/eps-spine-client": "^2.1.70" } }