diff --git a/package-lock.json b/package-lock.json index eaa99829c..50970cc64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1546,8 +1546,13 @@ } }, "node_modules/@middy/core": { - "version": "7.1.2", + "version": "7.2.1", + "resolved": "https://registry.npmjs.org/@middy/core/-/core-7.2.1.tgz", + "integrity": "sha512-KFtxLUhHQcBezrusBt5F2VKYY/p3Po2rM2OByyeZsqpzSY9D8iapsmJGaiHFgXbfuEUS5B0BxTXixFcxjChLUg==", "license": "MIT", + "dependencies": { + "@middy/util": "7.2.1" + }, "engines": { "node": ">=22" }, @@ -1564,6 +1569,19 @@ } } }, + "node_modules/@middy/core/node_modules/@middy/util": { + "version": "7.2.1", + "resolved": "https://registry.npmjs.org/@middy/util/-/util-7.2.1.tgz", + "integrity": "sha512-vwtRPxQ5stQFR8Ulfsuqt8GgPJX6iXrF/9SiOTsJzw2nliNu/aPcZ8DR6sPj+gFar/QdUJuym6iyjevfeMNiFA==", + "license": "MIT", + "engines": { + "node": ">=22" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/willfarrell" + } + }, "node_modules/@middy/http-header-normalizer": { "version": "7.1.6", "resolved": "https://registry.npmjs.org/@middy/http-header-normalizer/-/http-header-normalizer-7.1.6.tgz", @@ -1624,11 +1642,13 @@ } }, "node_modules/@nhs/fhir-middy-error-handler": { - "version": "2.1.75", + "version": "2.1.77", + "resolved": "https://registry.npmjs.org/@nhs/fhir-middy-error-handler/-/fhir-middy-error-handler-2.1.77.tgz", + "integrity": "sha512-zlq/rd5jasEOq2ZXAuvjJX8U208xPS7HmWIG9hsws2ArTLVRil0P2u+sww5Tn6Zc8DEwspCvBPI3sOq1JPfoHQ==", "license": "MIT", "dependencies": { "@aws-lambda-powertools/logger": "^2.31.0", - "@middy/core": "^7.1.0", + "@middy/core": "^7.1.7", "uninstall": "^0.0.0" } }, @@ -7108,7 +7128,7 @@ "@aws-lambda-powertools/logger": "^2.31.0", "@middy/core": "^7.1.2", "@middy/input-output-logger": "^7.1.6", - "@nhs/fhir-middy-error-handler": "^2.1.75" + "@nhs/fhir-middy-error-handler": "^2.1.77" }, "devDependencies": { "@pfp-common/testing": "^1.0.0" @@ -7175,7 +7195,7 @@ "@middy/core": "^7.1.2", "@middy/http-header-normalizer": "^7.1.6", "@middy/input-output-logger": "^7.1.6", - "@nhs/fhir-middy-error-handler": "^2.1.75", + "@nhs/fhir-middy-error-handler": "^2.1.77", "@nhsdigital/eps-spine-client": "^2.1.78", "@prescriptionsforpatients/distanceSelling": "^1.0.0", "@types/fhir": "^0.0.41" @@ -7194,7 +7214,7 @@ "@aws-lambda-powertools/logger": "^2.31.0", "@middy/core": "^7.1.2", "@middy/input-output-logger": "^7.1.6", - "@nhs/fhir-middy-error-handler": "^2.1.75" + "@nhs/fhir-middy-error-handler": "^2.1.77" }, "devDependencies": { "@pfp-common/testing": "^1.0.0" @@ -7236,7 +7256,7 @@ "@aws-lambda-powertools/parameters": "^2.31.0", "@middy/core": "^7.1.2", "@middy/input-output-logger": "^7.1.6", - "@nhs/fhir-middy-error-handler": "^2.1.75", + "@nhs/fhir-middy-error-handler": "^2.1.77", "@nhsdigital/eps-spine-client": "^2.1.78" } } diff --git a/packages/capabilityStatement/package.json b/packages/capabilityStatement/package.json index ef0a41bb4..23eaa1a7b 100644 --- a/packages/capabilityStatement/package.json +++ b/packages/capabilityStatement/package.json @@ -17,7 +17,7 @@ "@aws-lambda-powertools/logger": "^2.31.0", "@middy/core": "^7.1.2", "@middy/input-output-logger": "^7.1.6", - "@nhs/fhir-middy-error-handler": "^2.1.75" + "@nhs/fhir-middy-error-handler": "^2.1.77" }, "devDependencies": { "@pfp-common/testing": "^1.0.0" diff --git a/packages/getMyPrescriptions/package.json b/packages/getMyPrescriptions/package.json index f237d2a95..2a4217722 100644 --- a/packages/getMyPrescriptions/package.json +++ b/packages/getMyPrescriptions/package.json @@ -20,7 +20,7 @@ "@middy/core": "^7.1.2", "@middy/http-header-normalizer": "^7.1.6", "@middy/input-output-logger": "^7.1.6", - "@nhs/fhir-middy-error-handler": "^2.1.75", + "@nhs/fhir-middy-error-handler": "^2.1.77", "@nhsdigital/eps-spine-client": "^2.1.78", "@prescriptionsforpatients/distanceSelling": "^1.0.0", "@types/fhir": "^0.0.41" diff --git a/packages/nhsd-pfp-sandbox/package.json b/packages/nhsd-pfp-sandbox/package.json index 604e9056d..584cf19b8 100644 --- a/packages/nhsd-pfp-sandbox/package.json +++ b/packages/nhsd-pfp-sandbox/package.json @@ -16,7 +16,7 @@ "@aws-lambda-powertools/logger": "^2.31.0", "@middy/core": "^7.1.2", "@middy/input-output-logger": "^7.1.6", - "@nhs/fhir-middy-error-handler": "^2.1.75" + "@nhs/fhir-middy-error-handler": "^2.1.77" }, "devDependencies": { "@pfp-common/testing": "^1.0.0" diff --git a/packages/statusLambda/package.json b/packages/statusLambda/package.json index f2254b756..a5f91a38a 100644 --- a/packages/statusLambda/package.json +++ b/packages/statusLambda/package.json @@ -17,7 +17,7 @@ "@aws-lambda-powertools/parameters": "^2.31.0", "@middy/core": "^7.1.2", "@middy/input-output-logger": "^7.1.6", - "@nhs/fhir-middy-error-handler": "^2.1.75", + "@nhs/fhir-middy-error-handler": "^2.1.77", "@nhsdigital/eps-spine-client": "^2.1.78" } }