From df762439ee46efe47ee25be41d3a3ceb40bb3eb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 01:56:59 +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.35 to 2.1.36. - [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.35...v2.1.36) --- updated-dependencies: - dependency-name: "@nhs/fhir-middy-error-handler" dependency-version: 2.1.36 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 77f3f4ec..69eb40b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4232,20 +4232,20 @@ } }, "node_modules/@nhs/fhir-middy-error-handler": { - "version": "2.1.35", - "resolved": "https://registry.npmjs.org/@nhs/fhir-middy-error-handler/-/fhir-middy-error-handler-2.1.35.tgz", - "integrity": "sha512-5jLPisLP6ZMVqkoH+SuCslIny621rvCHyo9EHjvAbSODXkLFER2gP/Cp6ZehYvy9KALxSVdnQgz1RGfpodm8KA==", + "version": "2.1.36", + "resolved": "https://registry.npmjs.org/@nhs/fhir-middy-error-handler/-/fhir-middy-error-handler-2.1.36.tgz", + "integrity": "sha512-hLqCBGFAG6eh5sTVGsuC2pMrQeViT4aw8zPVzBHLKfO+JG/4+YxELsEXrHnZlWGYD1hCvGW6eiqj8Y0fYy+1pw==", "license": "MIT", "dependencies": { "@aws-lambda-powertools/logger": "^2.21.0", - "@middy/core": "^6.3.1", + "@middy/core": "^6.3.2", "conventional-changelog-eslint": "^6.0.0" } }, "node_modules/@nhs/fhir-middy-error-handler/node_modules/@middy/core": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/@middy/core/-/core-6.3.1.tgz", - "integrity": "sha512-Cl6AxFbG3qVD93L+vAl1/D00SwyGkgyoJhM2gL3CFSKfrDHT8tTGB6bUQUI5gOnksN3E7avcewl9WQydJRHvXA==", + "version": "6.3.2", + "resolved": "https://registry.npmjs.org/@middy/core/-/core-6.3.2.tgz", + "integrity": "sha512-2mzUPFCIIN5CvD2NC/upFCqx9S3Y1kT+3YEIUnqgHJgrPW2Kw7Oj+HNwpFS1DRr/2Vlx6pFZfwEWDA6EJqXQ9w==", "license": "MIT", "engines": { "node": ">=20" @@ -17123,7 +17123,7 @@ "@aws-lambda-powertools/logger": "^2.21.0", "@middy/core": "^5.5.1", "@middy/input-output-logger": "^6.3.2", - "@nhs/fhir-middy-error-handler": "^2.1.35" + "@nhs/fhir-middy-error-handler": "^2.1.36" } } } diff --git a/packages/dummySpine/package.json b/packages/dummySpine/package.json index e87674e7..7ec57e4d 100644 --- a/packages/dummySpine/package.json +++ b/packages/dummySpine/package.json @@ -16,6 +16,6 @@ "@aws-lambda-powertools/logger": "^2.21.0", "@middy/core": "^5.5.1", "@middy/input-output-logger": "^6.3.2", - "@nhs/fhir-middy-error-handler": "^2.1.35" + "@nhs/fhir-middy-error-handler": "^2.1.36" } } \ No newline at end of file