From 19be4cfed7a7a125fc8296f1a83af2b01dd16eeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 09:39:29 +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.0.1 to 2.0.2. - [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.1...v2.0.2) --- 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 | 12 ++++++------ packages/sandbox/package.json | 2 +- packages/updatePrescriptionStatus/package.json | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 99ead4d5f..30edfd109 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2118,11 +2118,11 @@ } }, "node_modules/@nhs/fhir-middy-error-handler": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@nhs/fhir-middy-error-handler/-/fhir-middy-error-handler-2.0.1.tgz", - "integrity": "sha512-fXJJiWK0D2JQdFLrFbs+e+GlxFtnUJKwT/q9g9Kp/AUm70bZ2qXHQaTmfniPkbbLFDQAfbdt52N7TkUbaci2ng==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@nhs/fhir-middy-error-handler/-/fhir-middy-error-handler-2.0.2.tgz", + "integrity": "sha512-gEr1GBeTRhEs6dd9U59OfHFS7B7wH+6EON+BEH7f//2H7wabHOE6O7FaSaK2OkzptIg6EfHnxcySrFfxujlFag==", "dependencies": { - "@aws-lambda-powertools/logger": "^2.0.3", + "@aws-lambda-powertools/logger": "^2.0.4", "@middy/core": "^5.3.2" } }, @@ -12843,7 +12843,7 @@ "@aws-lambda-powertools/logger": "^2.0.4", "@middy/core": "^5.3.2", "@middy/input-output-logger": "^5.3.2", - "@nhs/fhir-middy-error-handler": "^2.0.1" + "@nhs/fhir-middy-error-handler": "^2.0.2" } }, "packages/specification": { @@ -12868,7 +12868,7 @@ "@aws-sdk/util-dynamodb": "^3.554.0", "@middy/core": "^5.2.6", "@middy/input-output-logger": "^5.2.6", - "@nhs/fhir-middy-error-handler": "^2.0.1" + "@nhs/fhir-middy-error-handler": "^2.0.2" }, "devDependencies": { "@faker-js/faker": "^8.4.1", diff --git a/packages/sandbox/package.json b/packages/sandbox/package.json index 0f89d9460..7846ed2f1 100644 --- a/packages/sandbox/package.json +++ b/packages/sandbox/package.json @@ -16,6 +16,6 @@ "@aws-lambda-powertools/logger": "^2.0.4", "@middy/core": "^5.3.2", "@middy/input-output-logger": "^5.3.2", - "@nhs/fhir-middy-error-handler": "^2.0.1" + "@nhs/fhir-middy-error-handler": "^2.0.2" } } diff --git a/packages/updatePrescriptionStatus/package.json b/packages/updatePrescriptionStatus/package.json index 1386b6718..23f414581 100644 --- a/packages/updatePrescriptionStatus/package.json +++ b/packages/updatePrescriptionStatus/package.json @@ -20,7 +20,7 @@ "@aws-sdk/util-dynamodb": "^3.554.0", "@middy/core": "^5.2.6", "@middy/input-output-logger": "^5.2.6", - "@nhs/fhir-middy-error-handler": "^2.0.1" + "@nhs/fhir-middy-error-handler": "^2.0.2" }, "devDependencies": { "@faker-js/faker": "^8.4.1",