From 41176fa4f0aad756806bc8d57ed5133b5a58f502 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2026 00:57:42 +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.78. - [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.78) --- updated-dependencies: - dependency-name: "@nhs/fhir-middy-error-handler" dependency-version: 2.1.78 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 46 +++++++++++++------ packages/capabilityStatement/package.json | 2 +- packages/nhsNotifyLambda/package.json | 2 +- packages/nhsNotifyUpdateCallback/package.json | 2 +- packages/nhsd-psu-sandbox/package.json | 2 +- packages/postDatedLambda/package.json | 2 +- packages/statusLambda/package.json | 2 +- .../updatePrescriptionStatus/package.json | 2 +- 8 files changed, 38 insertions(+), 22 deletions(-) diff --git a/package-lock.json b/package-lock.json index ed950f9e7e..68bc8e13a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2669,10 +2669,13 @@ } }, "node_modules/@middy/core": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/@middy/core/-/core-7.1.2.tgz", - "integrity": "sha512-gXB0Quhnu9x6a6EaknY2B3gRb82mbJD0ylgBbPTXLaD3Dd9E8pfPvIqTMUGshj0hm1OkIzvpJXJzfaVDGiW96Q==", + "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" }, @@ -2689,6 +2692,19 @@ } } }, + "node_modules/@middy/core/node_modules/@middy/util": { + "version": "7.2.1", + "resolved": "https://registry.npmjs.org/@middy/util/-/util-7.2.1.tgz", + "integrity": "sha512-vwtRPxQ5stQFR8Ulfsuqt8GgPJX6iXrF/9SiOTsJzw2nliNu/aPcZ8DR6sPj+gFar/QdUJuym6iyjevfeMNiFA==", + "license": "MIT", + "engines": { + "node": ">=22" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/willfarrell" + } + }, "node_modules/@middy/http-header-normalizer": { "version": "7.2.1", "resolved": "https://registry.npmjs.org/@middy/http-header-normalizer/-/http-header-normalizer-7.2.1.tgz", @@ -2828,13 +2844,13 @@ } }, "node_modules/@nhs/fhir-middy-error-handler": { - "version": "2.1.75", - "resolved": "https://registry.npmjs.org/@nhs/fhir-middy-error-handler/-/fhir-middy-error-handler-2.1.75.tgz", - "integrity": "sha512-XB1NhQoFUrgJjssS1JBl5DZgnk3A9up/HjnP+SKa5BHFpoEUgepqJSsO9q03fcEyTi4CejnKssr1LrcG6jxw3w==", + "version": "2.1.78", + "resolved": "https://registry.npmjs.org/@nhs/fhir-middy-error-handler/-/fhir-middy-error-handler-2.1.78.tgz", + "integrity": "sha512-Orj2Kiw18UOFAdF84y/RIpjOZywwi7REHO7YF+FeiihdICGcI+bxNu6D1jsMMpBSYRELZzdEclHtyqRNyBPwTw==", "license": "MIT", "dependencies": { - "@aws-lambda-powertools/logger": "^2.31.0", - "@middy/core": "^7.1.0", + "@aws-lambda-powertools/logger": "^2.32.0", + "@middy/core": "^7.2.1", "uninstall": "^0.0.0" } }, @@ -10986,7 +11002,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.78" }, "devDependencies": { "@psu-common/testing": "^1.0.0" @@ -11096,7 +11112,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.78" } }, "packages/nhsNotifyLambda": { @@ -11109,7 +11125,7 @@ "@aws-sdk/client-ssm": "^3.1019.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.78", "axios": "^1.14.0", "axios-retry": "^4.5.0", "jose": "^6.2.2", @@ -11130,7 +11146,7 @@ "@aws-sdk/client-secrets-manager": "^3.1019.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.78", "axios": "^1.14.0" }, "devDependencies": { @@ -11148,7 +11164,7 @@ "@aws-sdk/util-dynamodb": "^3.991.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.78", "@psu-common/commonTypes": "^1.0.0" }, "devDependencies": { @@ -11193,7 +11209,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.78", "axios": "^1.14.0" }, "devDependencies": { @@ -11213,7 +11229,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.78" }, "devDependencies": { "@faker-js/faker": "^10.4.0", diff --git a/packages/capabilityStatement/package.json b/packages/capabilityStatement/package.json index dbee73fa03..e77de92311 100644 --- a/packages/capabilityStatement/package.json +++ b/packages/capabilityStatement/package.json @@ -18,7 +18,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.78" }, "devDependencies": { "@psu-common/testing": "^1.0.0" diff --git a/packages/nhsNotifyLambda/package.json b/packages/nhsNotifyLambda/package.json index c80b174eec..6539e25be0 100644 --- a/packages/nhsNotifyLambda/package.json +++ b/packages/nhsNotifyLambda/package.json @@ -21,7 +21,7 @@ "@aws-sdk/client-ssm": "^3.1019.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.78", "axios": "^1.14.0", "axios-retry": "^4.5.0", "jose": "^6.2.2", diff --git a/packages/nhsNotifyUpdateCallback/package.json b/packages/nhsNotifyUpdateCallback/package.json index e85748cfa2..42d1ea90d9 100644 --- a/packages/nhsNotifyUpdateCallback/package.json +++ b/packages/nhsNotifyUpdateCallback/package.json @@ -20,7 +20,7 @@ "@aws-sdk/client-secrets-manager": "^3.1019.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.78", "axios": "^1.14.0" }, "devDependencies": { diff --git a/packages/nhsd-psu-sandbox/package.json b/packages/nhsd-psu-sandbox/package.json index 3de98c9b61..5672a68b8d 100644 --- a/packages/nhsd-psu-sandbox/package.json +++ b/packages/nhsd-psu-sandbox/package.json @@ -16,6 +16,6 @@ "@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.78" } } diff --git a/packages/postDatedLambda/package.json b/packages/postDatedLambda/package.json index 0145f4a9f9..4342bd0f7f 100644 --- a/packages/postDatedLambda/package.json +++ b/packages/postDatedLambda/package.json @@ -21,7 +21,7 @@ "@aws-sdk/util-dynamodb": "^3.991.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.78", "@psu-common/commonTypes": "^1.0.0" }, "devDependencies": { diff --git a/packages/statusLambda/package.json b/packages/statusLambda/package.json index fedfa5455e..776c00cc37 100644 --- a/packages/statusLambda/package.json +++ b/packages/statusLambda/package.json @@ -18,7 +18,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.78", "axios": "^1.14.0" }, "devDependencies": { diff --git a/packages/updatePrescriptionStatus/package.json b/packages/updatePrescriptionStatus/package.json index 9f454ecc54..6089b900cf 100644 --- a/packages/updatePrescriptionStatus/package.json +++ b/packages/updatePrescriptionStatus/package.json @@ -22,7 +22,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.78" }, "devDependencies": { "@faker-js/faker": "^10.4.0",