From 7a69fdc8e8e1814728b8f46d7a35e2594be3cca4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Mar 2025 01:16:25 +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.26 to 2.1.27. - [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.26...v2.1.27) --- 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 | 18 +++++++++--------- packages/dummySpine/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 28c7cd7c..27e49f37 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2905,20 +2905,20 @@ } }, "node_modules/@nhs/fhir-middy-error-handler": { - "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==", + "version": "2.1.27", + "resolved": "https://registry.npmjs.org/@nhs/fhir-middy-error-handler/-/fhir-middy-error-handler-2.1.27.tgz", + "integrity": "sha512-Y0Q50fuJl9NWIv7klCQHTidqQC7eEd2IPKU5K3pBJbVeg5F8If4eF+0ckYwyHaLCoEXZN7eOdYNeLr1I4bgoxw==", "license": "MIT", "dependencies": { - "@aws-lambda-powertools/logger": "^2.16.0", - "@middy/core": "^6.1.5", + "@aws-lambda-powertools/logger": "^2.17.0", + "@middy/core": "^6.1.6", "conventional-changelog-eslint": "^6.0.0" } }, "node_modules/@nhs/fhir-middy-error-handler/node_modules/@middy/core": { - "version": "6.1.5", - "resolved": "https://registry.npmjs.org/@middy/core/-/core-6.1.5.tgz", - "integrity": "sha512-0Q03mDG+NuU0clJUZfAVHHqkpt3rXn2jpGO7uD+G+OF9DWGLRpASX0R91kkN9GEbiRtIZ+Njve8V+ECXFEToNQ==", + "version": "6.1.6", + "resolved": "https://registry.npmjs.org/@middy/core/-/core-6.1.6.tgz", + "integrity": "sha512-YT7J0+9zgGIhKnC6lA5z1iE+EDHpmMda7H7gD59cu4inxRC2RTk+ensGFaJxXXMlAM08vGJn6Q5gH8KnV6YWoQ==", "license": "MIT", "engines": { "node": ">=20" @@ -14816,7 +14816,7 @@ "@aws-lambda-powertools/logger": "^2.17.0", "@middy/core": "^5.5.1", "@middy/input-output-logger": "^6.1.6", - "@nhs/fhir-middy-error-handler": "^2.1.26" + "@nhs/fhir-middy-error-handler": "^2.1.27" } } } diff --git a/packages/dummySpine/package.json b/packages/dummySpine/package.json index d1af5813..306accf7 100644 --- a/packages/dummySpine/package.json +++ b/packages/dummySpine/package.json @@ -16,6 +16,6 @@ "@aws-lambda-powertools/logger": "^2.17.0", "@middy/core": "^5.5.1", "@middy/input-output-logger": "^6.1.6", - "@nhs/fhir-middy-error-handler": "^2.1.26" + "@nhs/fhir-middy-error-handler": "^2.1.27" } } \ No newline at end of file