From 2038bcce06c8b2cf0bdae38b91faedecaf504825 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 18:11:06 +0000 Subject: [PATCH] :arrow_up: Bump @nhs/fhir-middy-error-handler from 2.0.9 to 2.0.12 Bumps [@nhs/fhir-middy-error-handler](https://github.com/NHSDigital/nhs-fhir-middy-error-handler) from 2.0.9 to 2.0.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/.releaserc) - [Commits](https://github.com/NHSDigital/nhs-fhir-middy-error-handler/compare/v2.0.9...v2.0.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 | 14 +++++++------- packages/sandbox/package.json | 2 +- packages/statusLambda/package.json | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 88bc05ad..f8596f1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1774,12 +1774,12 @@ } }, "node_modules/@nhs/fhir-middy-error-handler": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/@nhs/fhir-middy-error-handler/-/fhir-middy-error-handler-2.0.9.tgz", - "integrity": "sha512-gmusEbvzTtKvX03twsBBZIVM7rLZ5RxzOm17AcoZzI65b9fxEwEzlsTM7YY4p+RS76fAizh6faHfNDwXi2gV/g==", + "version": "2.0.12", + "resolved": "https://registry.npmjs.org/@nhs/fhir-middy-error-handler/-/fhir-middy-error-handler-2.0.12.tgz", + "integrity": "sha512-55nVg2SQ0lHx5aV3abH+sAKrXHQyTHD8ASZAB5wtkMxtBYchArPv0ueHVYdbHx8irJCV8UEC+y5Lu2IsIPzy3Q==", "dependencies": { - "@aws-lambda-powertools/logger": "^2.2.0", - "@middy/core": "^5.4.2", + "@aws-lambda-powertools/logger": "^2.5.0", + "@middy/core": "^5.4.5", "conventional-changelog-eslint": "^6.0.0" } }, @@ -6945,7 +6945,7 @@ "@aws-lambda-powertools/logger": "^2.5.0", "@middy/core": "^5.4.5", "@middy/input-output-logger": "^5.4.5", - "@nhs/fhir-middy-error-handler": "^2.0.9" + "@nhs/fhir-middy-error-handler": "^2.0.12" }, "devDependencies": { "@clinicaltracker_common/testing": "^1.0.0" @@ -6960,7 +6960,7 @@ "@aws-lambda-powertools/parameters": "^2.5.0", "@middy/core": "^5.4.5", "@middy/input-output-logger": "^5.4.5", - "@nhs/fhir-middy-error-handler": "^2.0.9", + "@nhs/fhir-middy-error-handler": "^2.0.12", "@nhsdigital/eps-spine-client": "^2.0.0" }, "devDependencies": { diff --git a/packages/sandbox/package.json b/packages/sandbox/package.json index 52d64c5a..9cf0e98c 100644 --- a/packages/sandbox/package.json +++ b/packages/sandbox/package.json @@ -17,7 +17,7 @@ "@aws-lambda-powertools/logger": "^2.5.0", "@middy/core": "^5.4.5", "@middy/input-output-logger": "^5.4.5", - "@nhs/fhir-middy-error-handler": "^2.0.9" + "@nhs/fhir-middy-error-handler": "^2.0.12" }, "devDependencies": { "@clinicaltracker_common/testing": "^1.0.0" diff --git a/packages/statusLambda/package.json b/packages/statusLambda/package.json index b47407bf..bfeb6da7 100644 --- a/packages/statusLambda/package.json +++ b/packages/statusLambda/package.json @@ -18,7 +18,7 @@ "@aws-lambda-powertools/parameters": "^2.5.0", "@middy/core": "^5.4.5", "@middy/input-output-logger": "^5.4.5", - "@nhs/fhir-middy-error-handler": "^2.0.9", + "@nhs/fhir-middy-error-handler": "^2.0.12", "@nhsdigital/eps-spine-client": "^2.0.0" }, "devDependencies": {