From 3149fb646f2a7ca44179fa164290eeac04ecafd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2024 04:34:47 +0000 Subject: [PATCH] Upgrade: [dependabot] - bump @NHSDigital/eps-spine-client from 2.1.14 to 2.1.15 (#1549) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [@NHSDigital/eps-spine-client](https://github.com/NHSDigital/nhs-eps-spine-client) from 2.1.14 to 2.1.15.
Release notes

Sourced from @​NHSDigital/eps-spine-client's releases.

v2.1.15

2.1.15 (2024-12-25)

Upgrade

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@NHSDigital/eps-spine-client&package-manager=npm_and_yarn&previous-version=2.1.14&new-version=2.1.15)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 10 +++++----- packages/getMyPrescriptions/package.json | 2 +- packages/statusLambda/package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4151fff8f..1462070aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2437,9 +2437,9 @@ } }, "node_modules/@NHSDigital/eps-spine-client": { - "version": "2.1.14", - "resolved": "https://npm.pkg.github.com/download/@NHSDigital/eps-spine-client/2.1.14/5571ae54b7c6f751a0ab3944f64e93b7c2102dcc", - "integrity": "sha512-UB/K40awIpNQPRwFHQGvDZp+WNTn49FAk0g/3iAVWUT/T/EDHIXWOiYY5UCOZpoOpD5Jdx2ftSbyaMnKRT+GfQ==", + "version": "2.1.15", + "resolved": "https://npm.pkg.github.com/download/@NHSDigital/eps-spine-client/2.1.15/e343b62a381c775284bd0a3c0b5014a9f776d16b", + "integrity": "sha512-hBd9d0N6NID6D6aZeTi93pdGGT562Z8pmx94B6b6sCB+GcnrxAxzVGitiE748e5uVX5354wLOlMSYPu+/7oF8Q==", "license": "MIT", "dependencies": { "@aws-lambda-powertools/logger": "^2.12.0", @@ -14436,7 +14436,7 @@ "@middy/http-header-normalizer": "^6.0.0", "@middy/input-output-logger": "^6.0.0", "@nhs/fhir-middy-error-handler": "^2.1.15", - "@NHSDigital/eps-spine-client": "^2.1.13", + "@NHSDigital/eps-spine-client": "^2.1.15", "@prescriptionsforpatients/distanceSelling": "^1.0.0", "@types/fhir": "^0.0.41" }, @@ -14483,7 +14483,7 @@ "@middy/core": "^6.0.0", "@middy/input-output-logger": "^6.0.0", "@nhs/fhir-middy-error-handler": "^2.1.15", - "@NHSDigital/eps-spine-client": "^2.1.13" + "@NHSDigital/eps-spine-client": "^2.1.15" } } } diff --git a/packages/getMyPrescriptions/package.json b/packages/getMyPrescriptions/package.json index ec67f2c30..cb0c7c557 100644 --- a/packages/getMyPrescriptions/package.json +++ b/packages/getMyPrescriptions/package.json @@ -22,7 +22,7 @@ "@middy/http-header-normalizer": "^6.0.0", "@middy/input-output-logger": "^6.0.0", "@nhs/fhir-middy-error-handler": "^2.1.15", - "@NHSDigital/eps-spine-client": "^2.1.13", + "@NHSDigital/eps-spine-client": "^2.1.15", "@prescriptionsforpatients/distanceSelling": "^1.0.0", "@types/fhir": "^0.0.41" }, diff --git a/packages/statusLambda/package.json b/packages/statusLambda/package.json index 486fe6e44..2cd234ca8 100644 --- a/packages/statusLambda/package.json +++ b/packages/statusLambda/package.json @@ -19,6 +19,6 @@ "@middy/core": "^6.0.0", "@middy/input-output-logger": "^6.0.0", "@nhs/fhir-middy-error-handler": "^2.1.15", - "@NHSDigital/eps-spine-client": "^2.1.13" + "@NHSDigital/eps-spine-client": "^2.1.15" } }