diff --git a/Makefile b/Makefile index 753190683..e887019f0 100644 --- a/Makefile +++ b/Makefile @@ -120,7 +120,7 @@ compile: compile-node download-get-secrets-layer: mkdir -p packages/getSecretLayer/lib - curl -LJ https://github.com/NHSDigital/electronic-prescription-service-get-secrets/releases/download/v1.0.287-alpha/get-secrets-layer.zip -o packages/getSecretLayer/lib/get-secrets-layer.zip + curl -LJ https://github.com/NHSDigital/electronic-prescription-service-get-secrets/releases/download/v1.0.300-alpha/get-secrets-layer.zip -o packages/getSecretLayer/lib/get-secrets-layer.zip lint-node: compile-node npm run lint --workspace packages/capabilityStatement diff --git a/package-lock.json b/package-lock.json index 04d9b814b..d5c3e6387 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2350,12 +2350,12 @@ }, "node_modules/@nhsdigital/eps-spine-client": { "name": "@NHSDigital/eps-spine-client", - "version": "2.0.10", - "resolved": "https://npm.pkg.github.com/download/@NHSDigital/eps-spine-client/2.0.10/f54e4a43a46ab27afc982a44b20fd6a6d22d72e4", - "integrity": "sha512-JrpA3ihNWPKa36LRhvIo1JOhsTA6q+Ef9tFDh+IEpSJjxRJ0NBVsrDHkb0c3zIuMh/iU6h1mzxnf0efoFZYyUA==", + "version": "2.0.11", + "resolved": "https://npm.pkg.github.com/download/@NHSDigital/eps-spine-client/2.0.11/64a4cf5d0d7ef5e29db54d27a784f2e15e312009", + "integrity": "sha512-oIvPSfJ2RFLqIvalofuVV5drG5zV6jsezIeRuvpZlkTcVQkpaxi7ibRnJ5H60Lgtae5JNp9ILdG4tX1k8Qbn7w==", "license": "MIT", "dependencies": { - "@aws-lambda-powertools/logger": "^2.3.0", + "@aws-lambda-powertools/logger": "^2.4.0", "aws-lambda": "^1.0.7", "axios": "^1.7.2", "axios-retry": "^4.4.1", @@ -8514,7 +8514,7 @@ "@middy/http-header-normalizer": "^5.4.4", "@middy/input-output-logger": "^5.4.4", "@nhs/fhir-middy-error-handler": "^2.0.11", - "@nhsdigital/eps-spine-client": "npm:@NHSDigital/eps-spine-client@^2.0.10", + "@nhsdigital/eps-spine-client": "npm:@NHSDigital/eps-spine-client@^2.0.11", "@prescriptionsforpatients/distanceSelling": "^1.0.0", "@types/fhir": "^0.0.41" }, @@ -8563,7 +8563,7 @@ "@middy/core": "^5.4.4", "@middy/input-output-logger": "^5.4.4", "@nhs/fhir-middy-error-handler": "^2.0.11", - "@nhsdigital/eps-spine-client": "npm:@NHSDigital/eps-spine-client@^2.0.10" + "@nhsdigital/eps-spine-client": "npm:@NHSDigital/eps-spine-client@^2.0.11" } } } diff --git a/packages/getMyPrescriptions/package.json b/packages/getMyPrescriptions/package.json index 156fd2814..c8fb868bb 100644 --- a/packages/getMyPrescriptions/package.json +++ b/packages/getMyPrescriptions/package.json @@ -22,7 +22,7 @@ "@middy/http-header-normalizer": "^5.4.4", "@middy/input-output-logger": "^5.4.4", "@nhs/fhir-middy-error-handler": "^2.0.11", - "@nhsdigital/eps-spine-client": "npm:@NHSDigital/eps-spine-client@^2.0.10", + "@nhsdigital/eps-spine-client": "npm:@NHSDigital/eps-spine-client@^2.0.11", "@prescriptionsforpatients/distanceSelling": "^1.0.0", "@types/fhir": "^0.0.41" }, diff --git a/packages/statusLambda/package.json b/packages/statusLambda/package.json index d792e7b6b..46b043a17 100644 --- a/packages/statusLambda/package.json +++ b/packages/statusLambda/package.json @@ -19,6 +19,6 @@ "@middy/core": "^5.4.4", "@middy/input-output-logger": "^5.4.4", "@nhs/fhir-middy-error-handler": "^2.0.11", - "@nhsdigital/eps-spine-client": "npm:@NHSDigital/eps-spine-client@^2.0.10" + "@nhsdigital/eps-spine-client": "npm:@NHSDigital/eps-spine-client@^2.0.11" } }