From a9190d427c45ba6f72af5cb196b913619a9a8221 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 13:22:25 +0000 Subject: [PATCH] Upgrade: [dependabot] - bump @nhs/fhir-middy-error-handler from 2.1.16 to 2.1.17 (#1575) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [@nhs/fhir-middy-error-handler](https://github.com/NHSDigital/nhs-fhir-middy-error-handler) from 2.1.16 to 2.1.17.
Release notes

Sourced from @​nhs/fhir-middy-error-handler's releases.

v2.1.17

2.1.17 (2025-01-08)

Upgrade

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@nhs/fhir-middy-error-handler&package-manager=npm_and_yarn&previous-version=2.1.16&new-version=2.1.17)](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> Co-authored-by: anthony-nhs <121869075+anthony-nhs@users.noreply.github.com> --- package-lock.json | 14 +++++++------- packages/capabilityStatement/package.json | 2 +- packages/getMyPrescriptions/package.json | 2 +- packages/sandbox/package.json | 2 +- packages/statusLambda/package.json | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8ec85b7f5..d826728c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2418,9 +2418,9 @@ } }, "node_modules/@nhs/fhir-middy-error-handler": { - "version": "2.1.16", - "resolved": "https://registry.npmjs.org/@nhs/fhir-middy-error-handler/-/fhir-middy-error-handler-2.1.16.tgz", - "integrity": "sha512-L6qpbv9m+fDsF1xX896vPMxJNBWLAvIigrXk38MTlA4ynlOm+FPV3mztzdzKJOk7VwSGo4GQLocKspH7Y5Nl9w==", + "version": "2.1.17", + "resolved": "https://registry.npmjs.org/@nhs/fhir-middy-error-handler/-/fhir-middy-error-handler-2.1.17.tgz", + "integrity": "sha512-3o76eM4vC7V8T+8IPkm1UmBdk5MTKZzBwUhwJSkmINt+4ehhwh6Essxj7RtJN1j681kN/qh0ELPFELLaC6gTlw==", "dependencies": { "@aws-lambda-powertools/logger": "^2.12.0", "@middy/core": "^6.0.0", @@ -14188,7 +14188,7 @@ "@aws-lambda-powertools/logger": "^2.12.0", "@middy/core": "^6.0.0", "@middy/input-output-logger": "^6.0.0", - "@nhs/fhir-middy-error-handler": "^2.1.16" + "@nhs/fhir-middy-error-handler": "^2.1.17" }, "devDependencies": { "@prescriptionsforpatients_common/testing": "^1.0.0" @@ -14241,7 +14241,7 @@ "@middy/core": "^6.0.0", "@middy/http-header-normalizer": "^6.0.0", "@middy/input-output-logger": "^6.0.0", - "@nhs/fhir-middy-error-handler": "^2.1.16", + "@nhs/fhir-middy-error-handler": "^2.1.17", "@NHSDigital/eps-spine-client": "^2.1.16", "@prescriptionsforpatients/distanceSelling": "^1.0.0", "@types/fhir": "^0.0.41" @@ -14259,7 +14259,7 @@ "@aws-lambda-powertools/logger": "^2.12.0", "@middy/core": "^6.0.0", "@middy/input-output-logger": "^6.0.0", - "@nhs/fhir-middy-error-handler": "^2.1.16" + "@nhs/fhir-middy-error-handler": "^2.1.17" }, "devDependencies": { "@prescriptionsforpatients_common/testing": "^1.0.0" @@ -14288,7 +14288,7 @@ "@aws-lambda-powertools/parameters": "^2.12.0", "@middy/core": "^6.0.0", "@middy/input-output-logger": "^6.0.0", - "@nhs/fhir-middy-error-handler": "^2.1.16", + "@nhs/fhir-middy-error-handler": "^2.1.17", "@NHSDigital/eps-spine-client": "^2.1.16" } } diff --git a/packages/capabilityStatement/package.json b/packages/capabilityStatement/package.json index 2e7d6101c..eb85d9c52 100644 --- a/packages/capabilityStatement/package.json +++ b/packages/capabilityStatement/package.json @@ -18,7 +18,7 @@ "@aws-lambda-powertools/logger": "^2.12.0", "@middy/core": "^6.0.0", "@middy/input-output-logger": "^6.0.0", - "@nhs/fhir-middy-error-handler": "^2.1.16" + "@nhs/fhir-middy-error-handler": "^2.1.17" }, "devDependencies": { "@prescriptionsforpatients_common/testing": "^1.0.0" diff --git a/packages/getMyPrescriptions/package.json b/packages/getMyPrescriptions/package.json index 361fc46e9..cbad35df1 100644 --- a/packages/getMyPrescriptions/package.json +++ b/packages/getMyPrescriptions/package.json @@ -21,7 +21,7 @@ "@middy/core": "^6.0.0", "@middy/http-header-normalizer": "^6.0.0", "@middy/input-output-logger": "^6.0.0", - "@nhs/fhir-middy-error-handler": "^2.1.16", + "@nhs/fhir-middy-error-handler": "^2.1.17", "@NHSDigital/eps-spine-client": "^2.1.16", "@prescriptionsforpatients/distanceSelling": "^1.0.0", "@types/fhir": "^0.0.41" diff --git a/packages/sandbox/package.json b/packages/sandbox/package.json index 568425918..3bb62ac9a 100644 --- a/packages/sandbox/package.json +++ b/packages/sandbox/package.json @@ -17,7 +17,7 @@ "@aws-lambda-powertools/logger": "^2.12.0", "@middy/core": "^6.0.0", "@middy/input-output-logger": "^6.0.0", - "@nhs/fhir-middy-error-handler": "^2.1.16" + "@nhs/fhir-middy-error-handler": "^2.1.17" }, "devDependencies": { "@prescriptionsforpatients_common/testing": "^1.0.0" diff --git a/packages/statusLambda/package.json b/packages/statusLambda/package.json index 3ee9d4a78..aa0bc8672 100644 --- a/packages/statusLambda/package.json +++ b/packages/statusLambda/package.json @@ -18,7 +18,7 @@ "@aws-lambda-powertools/parameters": "^2.12.0", "@middy/core": "^6.0.0", "@middy/input-output-logger": "^6.0.0", - "@nhs/fhir-middy-error-handler": "^2.1.16", + "@nhs/fhir-middy-error-handler": "^2.1.17", "@NHSDigital/eps-spine-client": "^2.1.16" } }