From b90a6c5193f22755a79cf40ea3ab358e779ed1de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 03:09:05 +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.18 to 2.1.19. - [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.18...v2.1.19) --- 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 | 15 ++++++++------- packages/clinicalView/package.json | 2 +- packages/sandbox/package.json | 2 +- packages/statusLambda/package.json | 2 +- 4 files changed, 11 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7dd7cfad..1f2e42a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1828,11 +1828,12 @@ } }, "node_modules/@nhs/fhir-middy-error-handler": { - "version": "2.1.18", - "resolved": "https://registry.npmjs.org/@nhs/fhir-middy-error-handler/-/fhir-middy-error-handler-2.1.18.tgz", - "integrity": "sha512-GMS41UyVhcO7AuR1qthqCRA2+HiX7XbAY2zpVoQqTR8RcRDFvX9f9ddkUd6KrRufkpDNbJK0r1BubxcrXmNL8Q==", + "version": "2.1.19", + "resolved": "https://registry.npmjs.org/@nhs/fhir-middy-error-handler/-/fhir-middy-error-handler-2.1.19.tgz", + "integrity": "sha512-z3xX2R46NyaA0dBeZn7ZfBD7u/Jt3LK6l/UYKbEnQXrwoSrteaa/Qdh36KYPG0HXWDwqF4ffICBs5w0FyzGCBQ==", + "license": "MIT", "dependencies": { - "@aws-lambda-powertools/logger": "^2.12.0", + "@aws-lambda-powertools/logger": "^2.13.0", "@middy/core": "^6.0.0", "conventional-changelog-eslint": "^6.0.0" } @@ -16565,7 +16566,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "@nhs/fhir-middy-error-handler": "^2.1.18", + "@nhs/fhir-middy-error-handler": "^2.1.19", "@NHSDigital/eps-spine-client": "^2.1.18", "@types/xmldom": "^0.1.34", "@xmldom/xmldom": "^0.9.7", @@ -16597,7 +16598,7 @@ "@aws-lambda-powertools/logger": "^2.13.0", "@middy/core": "^6.0.0", "@middy/input-output-logger": "^6.0.0", - "@nhs/fhir-middy-error-handler": "^2.1.18" + "@nhs/fhir-middy-error-handler": "^2.1.19" }, "devDependencies": { "@clinicaltracker_common/testing": "^1.0.0" @@ -16626,7 +16627,7 @@ "@aws-lambda-powertools/parameters": "^2.13.0", "@middy/core": "^6.0.0", "@middy/input-output-logger": "^6.0.0", - "@nhs/fhir-middy-error-handler": "^2.1.18", + "@nhs/fhir-middy-error-handler": "^2.1.19", "@NHSDigital/eps-spine-client": "^2.1.18" }, "devDependencies": { diff --git a/packages/clinicalView/package.json b/packages/clinicalView/package.json index 77ea440c..21fcec31 100644 --- a/packages/clinicalView/package.json +++ b/packages/clinicalView/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@NHSDigital/eps-spine-client": "^2.1.18", - "@nhs/fhir-middy-error-handler": "^2.1.18", + "@nhs/fhir-middy-error-handler": "^2.1.19", "@types/xmldom": "^0.1.34", "@xmldom/xmldom": "^0.9.7", "axios": "^1.7.9" diff --git a/packages/sandbox/package.json b/packages/sandbox/package.json index 6b0a1342..99e7cee5 100644 --- a/packages/sandbox/package.json +++ b/packages/sandbox/package.json @@ -17,7 +17,7 @@ "@aws-lambda-powertools/logger": "^2.13.0", "@middy/core": "^6.0.0", "@middy/input-output-logger": "^6.0.0", - "@nhs/fhir-middy-error-handler": "^2.1.18" + "@nhs/fhir-middy-error-handler": "^2.1.19" }, "devDependencies": { "@clinicaltracker_common/testing": "^1.0.0" diff --git a/packages/statusLambda/package.json b/packages/statusLambda/package.json index eb5df902..9bd3570b 100644 --- a/packages/statusLambda/package.json +++ b/packages/statusLambda/package.json @@ -18,7 +18,7 @@ "@aws-lambda-powertools/parameters": "^2.13.0", "@middy/core": "^6.0.0", "@middy/input-output-logger": "^6.0.0", - "@nhs/fhir-middy-error-handler": "^2.1.18", + "@nhs/fhir-middy-error-handler": "^2.1.19", "@NHSDigital/eps-spine-client": "^2.1.18" }, "devDependencies": {