From c2020046e607464ec3f66d78f639116232505bcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Mar 2025 01:42:31 +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.25 to 2.1.26. - [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.25...v2.1.26) --- 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 | 10 +++++----- packages/dummySpine/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index de452de5..02cff6a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2901,12 +2901,12 @@ } }, "node_modules/@nhs/fhir-middy-error-handler": { - "version": "2.1.25", - "resolved": "https://registry.npmjs.org/@nhs/fhir-middy-error-handler/-/fhir-middy-error-handler-2.1.25.tgz", - "integrity": "sha512-0PBpgm1xz+H9SV2DuL2q1CHOFuh8nNAc3/cHVh8CTK8gmf8fuASEmV8gqZ+W6IxRhl1IORjI3RkuZy9/K/MyYw==", + "version": "2.1.26", + "resolved": "https://registry.npmjs.org/@nhs/fhir-middy-error-handler/-/fhir-middy-error-handler-2.1.26.tgz", + "integrity": "sha512-6WEi88zKzVPiB8GaHJntSrQ7YD8B8DbmZgeRUUPsDNAV1W7n/ujBpLwtZOuWV5HfocJklw2OGIQjoisOWF2nAQ==", "license": "MIT", "dependencies": { - "@aws-lambda-powertools/logger": "^2.15.0", + "@aws-lambda-powertools/logger": "^2.16.0", "@middy/core": "^6.1.5", "conventional-changelog-eslint": "^6.0.0" } @@ -14910,7 +14910,7 @@ "@aws-lambda-powertools/logger": "^2.16.0", "@middy/core": "^5.5.1", "@middy/input-output-logger": "^6.1.5", - "@nhs/fhir-middy-error-handler": "^2.1.25" + "@nhs/fhir-middy-error-handler": "^2.1.26" } } } diff --git a/packages/dummySpine/package.json b/packages/dummySpine/package.json index 918f5794..e59f0edb 100644 --- a/packages/dummySpine/package.json +++ b/packages/dummySpine/package.json @@ -16,6 +16,6 @@ "@aws-lambda-powertools/logger": "^2.16.0", "@middy/core": "^5.5.1", "@middy/input-output-logger": "^6.1.5", - "@nhs/fhir-middy-error-handler": "^2.1.25" + "@nhs/fhir-middy-error-handler": "^2.1.26" } } \ No newline at end of file