From bde9af7d0176a6abb8bbe845141cf7b556309cc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 01:25:36 +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.20 to 2.1.21. - [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.20...v2.1.21) --- 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 c3a01e63..f7ed6611 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2850,9 +2850,9 @@ } }, "node_modules/@nhs/fhir-middy-error-handler": { - "version": "2.1.20", - "resolved": "https://registry.npmjs.org/@nhs/fhir-middy-error-handler/-/fhir-middy-error-handler-2.1.20.tgz", - "integrity": "sha512-pjEMXYmKxkfII+M7IahCn2GxJM6WNVO8Irm50kTrAEWHH4BOrOFLW9MUm86xVBTIUn+I4HqdVqFpwZfYuAUKKA==", + "version": "2.1.21", + "resolved": "https://registry.npmjs.org/@nhs/fhir-middy-error-handler/-/fhir-middy-error-handler-2.1.21.tgz", + "integrity": "sha512-WdnMWBH5kd+RkoKQHXHTnk4mBL8s/rBHr0DGwFsaor6cnieOl+GudCfkgFduDYEYOwDSA7/2ZZlK01esZH0uOQ==", "license": "MIT", "dependencies": { "@aws-lambda-powertools/logger": "^2.13.1", @@ -14745,7 +14745,7 @@ "@aws-lambda-powertools/logger": "^2.13.1", "@middy/core": "^5.5.1", "@middy/input-output-logger": "^6.0.0", - "@nhs/fhir-middy-error-handler": "^2.1.20" + "@nhs/fhir-middy-error-handler": "^2.1.21" } } } diff --git a/packages/dummySpine/package.json b/packages/dummySpine/package.json index f2095e8d..d954a49b 100644 --- a/packages/dummySpine/package.json +++ b/packages/dummySpine/package.json @@ -16,6 +16,6 @@ "@aws-lambda-powertools/logger": "^2.13.1", "@middy/core": "^5.5.1", "@middy/input-output-logger": "^6.0.0", - "@nhs/fhir-middy-error-handler": "^2.1.20" + "@nhs/fhir-middy-error-handler": "^2.1.21" } } \ No newline at end of file