From 335d009adc884ce3ef39df99430befe22898db8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2026 14:58:31 +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.75 to 2.1.77. - [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.75...v2.1.77) --- updated-dependencies: - dependency-name: "@nhs/fhir-middy-error-handler" dependency-version: 2.1.77 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 21 ++++++++++++++------- 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, 18 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1783cb382..dc433ee84 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1517,8 +1517,13 @@ } }, "node_modules/@middy/core": { - "version": "7.1.2", + "version": "7.2.1", + "resolved": "https://registry.npmjs.org/@middy/core/-/core-7.2.1.tgz", + "integrity": "sha512-KFtxLUhHQcBezrusBt5F2VKYY/p3Po2rM2OByyeZsqpzSY9D8iapsmJGaiHFgXbfuEUS5B0BxTXixFcxjChLUg==", "license": "MIT", + "dependencies": { + "@middy/util": "7.2.1" + }, "engines": { "node": ">=22" }, @@ -1595,11 +1600,13 @@ } }, "node_modules/@nhs/fhir-middy-error-handler": { - "version": "2.1.75", + "version": "2.1.77", + "resolved": "https://registry.npmjs.org/@nhs/fhir-middy-error-handler/-/fhir-middy-error-handler-2.1.77.tgz", + "integrity": "sha512-zlq/rd5jasEOq2ZXAuvjJX8U208xPS7HmWIG9hsws2ArTLVRil0P2u+sww5Tn6Zc8DEwspCvBPI3sOq1JPfoHQ==", "license": "MIT", "dependencies": { "@aws-lambda-powertools/logger": "^2.31.0", - "@middy/core": "^7.1.0", + "@middy/core": "^7.1.7", "uninstall": "^0.0.0" } }, @@ -7046,7 +7053,7 @@ "@aws-lambda-powertools/logger": "^2.32.0", "@middy/core": "^7.1.2", "@middy/input-output-logger": "^7.2.1", - "@nhs/fhir-middy-error-handler": "^2.1.75" + "@nhs/fhir-middy-error-handler": "^2.1.77" }, "devDependencies": { "@pfp-common/testing": "^1.0.0" @@ -7113,7 +7120,7 @@ "@middy/core": "^7.1.2", "@middy/http-header-normalizer": "^7.2.1", "@middy/input-output-logger": "^7.2.1", - "@nhs/fhir-middy-error-handler": "^2.1.75", + "@nhs/fhir-middy-error-handler": "^2.1.77", "@nhsdigital/eps-spine-client": "^2.1.78", "@prescriptionsforpatients/distanceSelling": "^1.0.0", "@types/fhir": "^0.0.41" @@ -7132,7 +7139,7 @@ "@aws-lambda-powertools/logger": "^2.32.0", "@middy/core": "^7.1.2", "@middy/input-output-logger": "^7.2.1", - "@nhs/fhir-middy-error-handler": "^2.1.75" + "@nhs/fhir-middy-error-handler": "^2.1.77" }, "devDependencies": { "@pfp-common/testing": "^1.0.0" @@ -7174,7 +7181,7 @@ "@aws-lambda-powertools/parameters": "^2.32.0", "@middy/core": "^7.1.2", "@middy/input-output-logger": "^7.2.1", - "@nhs/fhir-middy-error-handler": "^2.1.75", + "@nhs/fhir-middy-error-handler": "^2.1.77", "@nhsdigital/eps-spine-client": "^2.1.78" } } diff --git a/packages/capabilityStatement/package.json b/packages/capabilityStatement/package.json index e3122676e..541ae3270 100644 --- a/packages/capabilityStatement/package.json +++ b/packages/capabilityStatement/package.json @@ -17,7 +17,7 @@ "@aws-lambda-powertools/logger": "^2.32.0", "@middy/core": "^7.1.2", "@middy/input-output-logger": "^7.2.1", - "@nhs/fhir-middy-error-handler": "^2.1.75" + "@nhs/fhir-middy-error-handler": "^2.1.77" }, "devDependencies": { "@pfp-common/testing": "^1.0.0" diff --git a/packages/getMyPrescriptions/package.json b/packages/getMyPrescriptions/package.json index 117f291ff..e5ee12e75 100644 --- a/packages/getMyPrescriptions/package.json +++ b/packages/getMyPrescriptions/package.json @@ -20,7 +20,7 @@ "@middy/core": "^7.1.2", "@middy/http-header-normalizer": "^7.2.1", "@middy/input-output-logger": "^7.2.1", - "@nhs/fhir-middy-error-handler": "^2.1.75", + "@nhs/fhir-middy-error-handler": "^2.1.77", "@nhsdigital/eps-spine-client": "^2.1.78", "@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 e508c61da..ba2054a75 100644 --- a/packages/nhsd-pfp-sandbox/package.json +++ b/packages/nhsd-pfp-sandbox/package.json @@ -16,7 +16,7 @@ "@aws-lambda-powertools/logger": "^2.32.0", "@middy/core": "^7.1.2", "@middy/input-output-logger": "^7.2.1", - "@nhs/fhir-middy-error-handler": "^2.1.75" + "@nhs/fhir-middy-error-handler": "^2.1.77" }, "devDependencies": { "@pfp-common/testing": "^1.0.0" diff --git a/packages/statusLambda/package.json b/packages/statusLambda/package.json index ee3d6aea5..d6d45b88c 100644 --- a/packages/statusLambda/package.json +++ b/packages/statusLambda/package.json @@ -17,7 +17,7 @@ "@aws-lambda-powertools/parameters": "^2.32.0", "@middy/core": "^7.1.2", "@middy/input-output-logger": "^7.2.1", - "@nhs/fhir-middy-error-handler": "^2.1.75", + "@nhs/fhir-middy-error-handler": "^2.1.77", "@nhsdigital/eps-spine-client": "^2.1.78" } }