From 0a81643a3e05a08f12d5230e04bad1014492c175 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 18:06:49 +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.55 to 2.1.56. - [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.55...v2.1.56) --- updated-dependencies: - dependency-name: "@nhs/fhir-middy-error-handler" dependency-version: 2.1.56 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- packages/dummySpine/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7c9a3ef5..5e549666 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7965,12 +7965,12 @@ } }, "node_modules/@nhs/fhir-middy-error-handler": { - "version": "2.1.55", - "resolved": "https://registry.npmjs.org/@nhs/fhir-middy-error-handler/-/fhir-middy-error-handler-2.1.55.tgz", - "integrity": "sha512-Y2tyNqk/vgN/IoVJ8M7314GmydI7xF+q4nTfC8qwO4Da5JO4YU7RWaibSTqReNX6RzoUyHlx5+IvZWwTe3J/8g==", + "version": "2.1.56", + "resolved": "https://registry.npmjs.org/@nhs/fhir-middy-error-handler/-/fhir-middy-error-handler-2.1.56.tgz", + "integrity": "sha512-bsE1Ib0Txfmawic92HI+88uHT44jDPLz5iel0rzhZF1WeOxt1uXyF1I+bJnWC7P5lqLOpn6JxsCJrtl8/mOupQ==", "license": "MIT", "dependencies": { - "@aws-lambda-powertools/logger": "^2.28.0", + "@aws-lambda-powertools/logger": "^2.28.1", "@middy/core": "^6.4.5" } }, @@ -17440,7 +17440,7 @@ "@aws-lambda-powertools/logger": "^2.28.1", "@middy/core": "^6.4.5", "@middy/input-output-logger": "^6.4.5", - "@nhs/fhir-middy-error-handler": "^2.1.55" + "@nhs/fhir-middy-error-handler": "^2.1.56" } } } diff --git a/packages/dummySpine/package.json b/packages/dummySpine/package.json index d5126ab4..9fdfe36b 100644 --- a/packages/dummySpine/package.json +++ b/packages/dummySpine/package.json @@ -16,6 +16,6 @@ "@aws-lambda-powertools/logger": "^2.28.1", "@middy/core": "^6.4.5", "@middy/input-output-logger": "^6.4.5", - "@nhs/fhir-middy-error-handler": "^2.1.55" + "@nhs/fhir-middy-error-handler": "^2.1.56" } } \ No newline at end of file