From 8ef235ce0bf20b13af6760b5a1c779d35e1b7405 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 May 2025 01:29:00 +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.30 to 2.1.31. - [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.30...v2.1.31) --- updated-dependencies: - dependency-name: "@nhs/fhir-middy-error-handler" dependency-version: 2.1.31 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- packages/dummySpine/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index b98ecce4..6c50347f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4236,20 +4236,20 @@ } }, "node_modules/@nhs/fhir-middy-error-handler": { - "version": "2.1.30", - "resolved": "https://registry.npmjs.org/@nhs/fhir-middy-error-handler/-/fhir-middy-error-handler-2.1.30.tgz", - "integrity": "sha512-ot+VFHTyj3F2uMCdvLaRFxMPBVvH68wuoWEsYuc8iOujefniWA4DfiK5whaHgA3nz7fmJy0FoWt+mxk8CFPu0A==", + "version": "2.1.31", + "resolved": "https://registry.npmjs.org/@nhs/fhir-middy-error-handler/-/fhir-middy-error-handler-2.1.31.tgz", + "integrity": "sha512-+AQjIuGRaAXYUmENvThLbFVn7MnxvZiorbjWnL4ONAZZmTUL+jrMa3sJy8pqthoUh2HS2e3D0r5BFy8pHdLHtg==", "license": "MIT", "dependencies": { "@aws-lambda-powertools/logger": "^2.19.1", - "@middy/core": "^6.2.2", + "@middy/core": "^6.2.4", "conventional-changelog-eslint": "^6.0.0" } }, "node_modules/@nhs/fhir-middy-error-handler/node_modules/@middy/core": { - "version": "6.2.3", - "resolved": "https://registry.npmjs.org/@middy/core/-/core-6.2.3.tgz", - "integrity": "sha512-ubWGbAW2wlgee7XvhRNfML/HUyKLJsUiZIYtml2R0cVtgUmx7nSsoPBa6H3FaDLhW8/XlwYrYMoa0plrdsqeTQ==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/@middy/core/-/core-6.3.0.tgz", + "integrity": "sha512-QwF3XGax3gzoXmiz6FmO/ACU4q8g6/+D6WxxVzK67EOO81z6yybrrk7lLUQEjGRS5Oyf4KQrfjX8IULWoIInjg==", "license": "MIT", "engines": { "node": ">=20" @@ -17907,7 +17907,7 @@ "@aws-lambda-powertools/logger": "^2.19.1", "@middy/core": "^5.5.1", "@middy/input-output-logger": "^6.3.0", - "@nhs/fhir-middy-error-handler": "^2.1.30" + "@nhs/fhir-middy-error-handler": "^2.1.31" } } } diff --git a/packages/dummySpine/package.json b/packages/dummySpine/package.json index 9d59981a..f2fa4a25 100644 --- a/packages/dummySpine/package.json +++ b/packages/dummySpine/package.json @@ -16,6 +16,6 @@ "@aws-lambda-powertools/logger": "^2.19.1", "@middy/core": "^5.5.1", "@middy/input-output-logger": "^6.3.0", - "@nhs/fhir-middy-error-handler": "^2.1.30" + "@nhs/fhir-middy-error-handler": "^2.1.31" } } \ No newline at end of file