From 23a087a44c2f23983cb5771cb9656b948025e71d Mon Sep 17 00:00:00 2001 From: Phil Gee Date: Fri, 12 Jul 2024 09:50:12 +0000 Subject: [PATCH] Package updates. --- Makefile | 2 +- package-lock.json | 12 ++++++------ packages/getMyPrescriptions/package.json | 2 +- packages/statusLambda/package.json | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) 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 cdb52cd65..8720b2837 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.10", - "@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.10", - "@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 ad49ef1de..371b74f33 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.10", - "@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 9a61d01da..e70d13eaf 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.10", - "@nhsdigital/eps-spine-client": "npm:@NHSDigital/eps-spine-client@^2.0.10" + "@nhsdigital/eps-spine-client": "npm:@NHSDigital/eps-spine-client@^2.0.11" } }