diff --git a/package-lock.json b/package-lock.json index d52d2fae56..df5153b04f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2669,10 +2669,13 @@ } }, "node_modules/@middy/core": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/@middy/core/-/core-7.1.2.tgz", - "integrity": "sha512-gXB0Quhnu9x6a6EaknY2B3gRb82mbJD0ylgBbPTXLaD3Dd9E8pfPvIqTMUGshj0hm1OkIzvpJXJzfaVDGiW96Q==", + "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" }, @@ -2689,6 +2692,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.2.1", "resolved": "https://registry.npmjs.org/@middy/http-header-normalizer/-/http-header-normalizer-7.2.1.tgz", @@ -2828,13 +2844,13 @@ } }, "node_modules/@nhs/fhir-middy-error-handler": { - "version": "2.1.75", - "resolved": "https://registry.npmjs.org/@nhs/fhir-middy-error-handler/-/fhir-middy-error-handler-2.1.75.tgz", - "integrity": "sha512-XB1NhQoFUrgJjssS1JBl5DZgnk3A9up/HjnP+SKa5BHFpoEUgepqJSsO9q03fcEyTi4CejnKssr1LrcG6jxw3w==", + "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" } }, @@ -11601,7 +11617,7 @@ "@aws-lambda-powertools/logger": "^2.32.0", "@middy/core": "^7.1.2", "@middy/input-output-logger": "^7.2.1", - "@nhs/fhir-middy-error-handler": "^2.1.75" + "@nhs/fhir-middy-error-handler": "^2.1.77" }, "devDependencies": { "@psu-common/testing": "^1.0.0" @@ -11711,7 +11727,7 @@ "@aws-lambda-powertools/logger": "^2.32.0", "@middy/core": "^7.1.2", "@middy/input-output-logger": "^7.2.1", - "@nhs/fhir-middy-error-handler": "^2.1.75" + "@nhs/fhir-middy-error-handler": "^2.1.77" } }, "packages/nhsNotifyLambda": { @@ -11724,7 +11740,7 @@ "@aws-sdk/client-ssm": "^3.1014.0", "@middy/core": "^7.1.2", "@middy/input-output-logger": "^7.2.1", - "@nhs/fhir-middy-error-handler": "^2.1.75", + "@nhs/fhir-middy-error-handler": "^2.1.77", "axios": "^1.13.6", "axios-retry": "^4.5.0", "jose": "^6.2.2", @@ -11745,7 +11761,7 @@ "@aws-sdk/client-secrets-manager": "^3.1014.0", "@middy/core": "^7.1.2", "@middy/input-output-logger": "^7.2.1", - "@nhs/fhir-middy-error-handler": "^2.1.75", + "@nhs/fhir-middy-error-handler": "^2.1.77", "axios": "^1.13.6" }, "devDependencies": { @@ -11763,7 +11779,7 @@ "@aws-sdk/util-dynamodb": "^3.991.0", "@middy/core": "^7.1.2", "@middy/input-output-logger": "^7.2.1", - "@nhs/fhir-middy-error-handler": "^2.1.75", + "@nhs/fhir-middy-error-handler": "^2.1.77", "@psu-common/commonTypes": "^1.0.0" }, "devDependencies": { @@ -11808,7 +11824,7 @@ "@aws-lambda-powertools/parameters": "^2.32.0", "@middy/core": "^7.1.2", "@middy/input-output-logger": "^7.2.1", - "@nhs/fhir-middy-error-handler": "^2.1.75", + "@nhs/fhir-middy-error-handler": "^2.1.77", "axios": "^1.13.6" }, "devDependencies": { @@ -11828,7 +11844,7 @@ "@middy/core": "^7.1.2", "@middy/http-header-normalizer": "^7.2.1", "@middy/input-output-logger": "^7.2.1", - "@nhs/fhir-middy-error-handler": "^2.1.75" + "@nhs/fhir-middy-error-handler": "^2.1.77" }, "devDependencies": { "@faker-js/faker": "^10.3.0", diff --git a/packages/capabilityStatement/package.json b/packages/capabilityStatement/package.json index dbee73fa03..b8593fc453 100644 --- a/packages/capabilityStatement/package.json +++ b/packages/capabilityStatement/package.json @@ -18,7 +18,7 @@ "@aws-lambda-powertools/logger": "^2.32.0", "@middy/core": "^7.1.2", "@middy/input-output-logger": "^7.2.1", - "@nhs/fhir-middy-error-handler": "^2.1.75" + "@nhs/fhir-middy-error-handler": "^2.1.77" }, "devDependencies": { "@psu-common/testing": "^1.0.0" diff --git a/packages/nhsNotifyLambda/package.json b/packages/nhsNotifyLambda/package.json index 651d35c203..677845a281 100644 --- a/packages/nhsNotifyLambda/package.json +++ b/packages/nhsNotifyLambda/package.json @@ -21,7 +21,7 @@ "@aws-sdk/client-ssm": "^3.1014.0", "@middy/core": "^7.1.2", "@middy/input-output-logger": "^7.2.1", - "@nhs/fhir-middy-error-handler": "^2.1.75", + "@nhs/fhir-middy-error-handler": "^2.1.77", "axios": "^1.13.6", "axios-retry": "^4.5.0", "jose": "^6.2.2", diff --git a/packages/nhsNotifyUpdateCallback/package.json b/packages/nhsNotifyUpdateCallback/package.json index 17a748935c..530b563146 100644 --- a/packages/nhsNotifyUpdateCallback/package.json +++ b/packages/nhsNotifyUpdateCallback/package.json @@ -20,7 +20,7 @@ "@aws-sdk/client-secrets-manager": "^3.1014.0", "@middy/core": "^7.1.2", "@middy/input-output-logger": "^7.2.1", - "@nhs/fhir-middy-error-handler": "^2.1.75", + "@nhs/fhir-middy-error-handler": "^2.1.77", "axios": "^1.13.6" }, "devDependencies": { diff --git a/packages/nhsd-psu-sandbox/package.json b/packages/nhsd-psu-sandbox/package.json index 3de98c9b61..cbe756d5d2 100644 --- a/packages/nhsd-psu-sandbox/package.json +++ b/packages/nhsd-psu-sandbox/package.json @@ -16,6 +16,6 @@ "@aws-lambda-powertools/logger": "^2.32.0", "@middy/core": "^7.1.2", "@middy/input-output-logger": "^7.2.1", - "@nhs/fhir-middy-error-handler": "^2.1.75" + "@nhs/fhir-middy-error-handler": "^2.1.77" } } diff --git a/packages/postDatedLambda/package.json b/packages/postDatedLambda/package.json index bce1fbc316..57c81af921 100644 --- a/packages/postDatedLambda/package.json +++ b/packages/postDatedLambda/package.json @@ -21,7 +21,7 @@ "@aws-sdk/util-dynamodb": "^3.991.0", "@middy/core": "^7.1.2", "@middy/input-output-logger": "^7.2.1", - "@nhs/fhir-middy-error-handler": "^2.1.75", + "@nhs/fhir-middy-error-handler": "^2.1.77", "@psu-common/commonTypes": "^1.0.0" }, "devDependencies": { diff --git a/packages/statusLambda/package.json b/packages/statusLambda/package.json index 1b27da7a7d..db40f2b2f6 100644 --- a/packages/statusLambda/package.json +++ b/packages/statusLambda/package.json @@ -18,7 +18,7 @@ "@aws-lambda-powertools/parameters": "^2.32.0", "@middy/core": "^7.1.2", "@middy/input-output-logger": "^7.2.1", - "@nhs/fhir-middy-error-handler": "^2.1.75", + "@nhs/fhir-middy-error-handler": "^2.1.77", "axios": "^1.13.6" }, "devDependencies": { diff --git a/packages/updatePrescriptionStatus/package.json b/packages/updatePrescriptionStatus/package.json index b686951be2..fa83ac19f8 100644 --- a/packages/updatePrescriptionStatus/package.json +++ b/packages/updatePrescriptionStatus/package.json @@ -22,7 +22,7 @@ "@middy/core": "^7.1.2", "@middy/http-header-normalizer": "^7.2.1", "@middy/input-output-logger": "^7.2.1", - "@nhs/fhir-middy-error-handler": "^2.1.75" + "@nhs/fhir-middy-error-handler": "^2.1.77" }, "devDependencies": { "@faker-js/faker": "^10.3.0",