From af42194f6ea0aac9a2156a4689233ff97687bb4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 18:08:03 +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.76. - [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.76) --- updated-dependencies: - dependency-name: "@nhs/fhir-middy-error-handler" dependency-version: 2.1.76 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 19 +++++++++++-------- packages/dummySpine/package.json | 2 +- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4b918749..307f4b20 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3837,21 +3837,24 @@ } }, "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.76", + "resolved": "https://registry.npmjs.org/@nhs/fhir-middy-error-handler/-/fhir-middy-error-handler-2.1.76.tgz", + "integrity": "sha512-XnZokBRPabizoCm9xb/CM28T6x9SxmHQHcMd7/EMJTCBg3tg2ZqQlO+8Yaw9d9VNqioDLpxUqSWZz4FFWC0Nag==", "license": "MIT", "dependencies": { "@aws-lambda-powertools/logger": "^2.31.0", - "@middy/core": "^7.1.0", + "@middy/core": "^7.1.3", "uninstall": "^0.0.0" } }, "node_modules/@nhs/fhir-middy-error-handler/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.1.6", + "resolved": "https://registry.npmjs.org/@middy/core/-/core-7.1.6.tgz", + "integrity": "sha512-c66xowwfk/tslDA7qcUCFWm6KfLorf/3z5MpzJyKtYjLxAjJ/WTSKsNSIyXa+FwrZYs43BbvvbXpUA6SMt3QmQ==", "license": "MIT", + "dependencies": { + "@middy/util": "7.1.6" + }, "engines": { "node": ">=22" }, @@ -13165,7 +13168,7 @@ "@aws-lambda-powertools/logger": "^2.31.0", "@middy/core": "^6.4.5", "@middy/input-output-logger": "^7.1.6", - "@nhs/fhir-middy-error-handler": "^2.1.75" + "@nhs/fhir-middy-error-handler": "^2.1.76" } } } diff --git a/packages/dummySpine/package.json b/packages/dummySpine/package.json index 141f0f03..4aeaf677 100644 --- a/packages/dummySpine/package.json +++ b/packages/dummySpine/package.json @@ -16,6 +16,6 @@ "@aws-lambda-powertools/logger": "^2.31.0", "@middy/core": "^6.4.5", "@middy/input-output-logger": "^7.1.6", - "@nhs/fhir-middy-error-handler": "^2.1.75" + "@nhs/fhir-middy-error-handler": "^2.1.76" } } \ No newline at end of file