From 5a74713798a4883427bbd3887590ec3a72ce993b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 01:38: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.22 to 2.1.23. - [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.config.cjs) - [Commits](https://github.com/NHSDigital/nhs-fhir-middy-error-handler/compare/v2.1.22...v2.1.23) --- updated-dependencies: - dependency-name: "@nhs/fhir-middy-error-handler" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- packages/dummySpine/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d5c2249b..f4ad96bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2877,9 +2877,9 @@ } }, "node_modules/@nhs/fhir-middy-error-handler": { - "version": "2.1.22", - "resolved": "https://registry.npmjs.org/@nhs/fhir-middy-error-handler/-/fhir-middy-error-handler-2.1.22.tgz", - "integrity": "sha512-VEWQmqkD0fWXYByY9qd6OVKGERgCvY1Q3s80BmcLd+XFC4pfv/LKYAg/MWz6YUhD49tqOZOLRVTDQpoTgiwrUw==", + "version": "2.1.23", + "resolved": "https://registry.npmjs.org/@nhs/fhir-middy-error-handler/-/fhir-middy-error-handler-2.1.23.tgz", + "integrity": "sha512-VYvpSZLxxCdHb9z8wKfZfEthvOPEXMChphSTqlIMBgUk7O6U4glljhy6yV47ragNZTdHldl47j9Vsv97EkG53A==", "license": "MIT", "dependencies": { "@aws-lambda-powertools/logger": "^2.14.0", @@ -14788,7 +14788,7 @@ "@aws-lambda-powertools/logger": "^2.14.0", "@middy/core": "^5.5.1", "@middy/input-output-logger": "^6.0.0", - "@nhs/fhir-middy-error-handler": "^2.1.22" + "@nhs/fhir-middy-error-handler": "^2.1.23" } } } diff --git a/packages/dummySpine/package.json b/packages/dummySpine/package.json index 2c87865f..5571df8b 100644 --- a/packages/dummySpine/package.json +++ b/packages/dummySpine/package.json @@ -16,6 +16,6 @@ "@aws-lambda-powertools/logger": "^2.14.0", "@middy/core": "^5.5.1", "@middy/input-output-logger": "^6.0.0", - "@nhs/fhir-middy-error-handler": "^2.1.22" + "@nhs/fhir-middy-error-handler": "^2.1.23" } } \ No newline at end of file