From 729cd408a0e5ef4863d767d7bacbd2f532e424d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 18:04:29 +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.76 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.76...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 | 31 ++++++++++++++++++++++--------- packages/dummySpine/package.json | 2 +- 2 files changed, 23 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index cc06b608..31022f33 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3837,23 +3837,23 @@ } }, "node_modules/@nhs/fhir-middy-error-handler": { - "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==", + "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.3", + "@middy/core": "^7.1.7", "uninstall": "^0.0.0" } }, "node_modules/@nhs/fhir-middy-error-handler/node_modules/@middy/core": { - "version": "7.1.6", - "resolved": "https://registry.npmjs.org/@middy/core/-/core-7.1.6.tgz", - "integrity": "sha512-c66xowwfk/tslDA7qcUCFWm6KfLorf/3z5MpzJyKtYjLxAjJ/WTSKsNSIyXa+FwrZYs43BbvvbXpUA6SMt3QmQ==", + "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.1.6" + "@middy/util": "7.2.1" }, "engines": { "node": ">=22" @@ -3871,6 +3871,19 @@ } } }, + "node_modules/@nhs/fhir-middy-error-handler/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/@nodelib/fs.scandir": { "version": "2.1.5", "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", @@ -13169,7 +13182,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.76" + "@nhs/fhir-middy-error-handler": "^2.1.77" } } } diff --git a/packages/dummySpine/package.json b/packages/dummySpine/package.json index 4aeaf677..55b76380 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.76" + "@nhs/fhir-middy-error-handler": "^2.1.77" } } \ No newline at end of file