From ab288ef40d24c7721e3f950cbe2aefbc758b8201 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 02:00:11 +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.39 to 2.1.40. - [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.39...v2.1.40) --- updated-dependencies: - dependency-name: "@nhs/fhir-middy-error-handler" dependency-version: 2.1.40 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 17a230f8..5a3f5d78 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4231,13 +4231,13 @@ } }, "node_modules/@nhs/fhir-middy-error-handler": { - "version": "2.1.39", - "resolved": "https://registry.npmjs.org/@nhs/fhir-middy-error-handler/-/fhir-middy-error-handler-2.1.39.tgz", - "integrity": "sha512-M8ydpr4F8IKs8s16YP6tGo9D1rt0ERFvmlky7HQGR7ER5EH0+OvD3f3WWQhfeXGzf8ETswpynYBcRmYmG8Fj7w==", + "version": "2.1.40", + "resolved": "https://registry.npmjs.org/@nhs/fhir-middy-error-handler/-/fhir-middy-error-handler-2.1.40.tgz", + "integrity": "sha512-K4ztZpop8xPkTniCZ1rfpJVYNpBBiakA2KSyG4Z4zF6UvSb7GCtKAIRX29829tDkgrmrR5GCjVoYI7IS5ifAEw==", "license": "MIT", "dependencies": { "@aws-lambda-powertools/logger": "^2.23.0", - "@middy/core": "^6.3.2", + "@middy/core": "^6.4.1", "conventional-changelog-eslint": "^6.0.0" } }, @@ -17031,7 +17031,7 @@ "@aws-lambda-powertools/logger": "^2.24.0", "@middy/core": "^6.4.1", "@middy/input-output-logger": "^6.4.1", - "@nhs/fhir-middy-error-handler": "^2.1.39" + "@nhs/fhir-middy-error-handler": "^2.1.40" } } } diff --git a/packages/dummySpine/package.json b/packages/dummySpine/package.json index 41437d18..98788a6e 100644 --- a/packages/dummySpine/package.json +++ b/packages/dummySpine/package.json @@ -16,6 +16,6 @@ "@aws-lambda-powertools/logger": "^2.24.0", "@middy/core": "^6.4.1", "@middy/input-output-logger": "^6.4.1", - "@nhs/fhir-middy-error-handler": "^2.1.39" + "@nhs/fhir-middy-error-handler": "^2.1.40" } } \ No newline at end of file