From 15fc04dca09d62275f8321e1be887b5e59cf54e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 01:50:45 +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.11 to 2.1.12. - [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.11...v2.1.12) --- 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 | 9 +++++---- packages/dummySpine/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 60b07807..1384d412 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2826,9 +2826,10 @@ } }, "node_modules/@nhs/fhir-middy-error-handler": { - "version": "2.1.11", - "resolved": "https://registry.npmjs.org/@nhs/fhir-middy-error-handler/-/fhir-middy-error-handler-2.1.11.tgz", - "integrity": "sha512-yFBAQm0J0iU39h3dSKfygOVt6HwJf14nkhXu+b50u/OMgMRGrxnRMREHVTwhS+CiHLEZqHLPQ0yQeViJ5adiXQ==", + "version": "2.1.12", + "resolved": "https://registry.npmjs.org/@nhs/fhir-middy-error-handler/-/fhir-middy-error-handler-2.1.12.tgz", + "integrity": "sha512-gxPxGc3XDKeUaQnmMXUGy8zzdu5zdMF1e2W+VykLPbiIyg14dufuqbD5uzN/bf8rOd8W/2Q4O4LTPgB/N/cqPQ==", + "license": "MIT", "dependencies": { "@aws-lambda-powertools/logger": "^2.11.0", "@middy/core": "^5.5.1", @@ -14685,7 +14686,7 @@ "@aws-lambda-powertools/logger": "^2.11.0", "@middy/core": "^5.5.1", "@middy/input-output-logger": "^5.5.1", - "@nhs/fhir-middy-error-handler": "^2.1.11" + "@nhs/fhir-middy-error-handler": "^2.1.12" } } } diff --git a/packages/dummySpine/package.json b/packages/dummySpine/package.json index df2526dd..53dc53f5 100644 --- a/packages/dummySpine/package.json +++ b/packages/dummySpine/package.json @@ -16,6 +16,6 @@ "@aws-lambda-powertools/logger": "^2.11.0", "@middy/core": "^5.5.1", "@middy/input-output-logger": "^5.5.1", - "@nhs/fhir-middy-error-handler": "^2.1.11" + "@nhs/fhir-middy-error-handler": "^2.1.12" } } \ No newline at end of file