From 8fd9ce25961dda0d778153182effa49606277c4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 08:30:29 +0000 Subject: [PATCH] Upgrade: [dependabot] - bump @nhs/fhir-middy-error-handler from 2.1.2 to 2.1.3 (#778) 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.2 to 2.1.3.
Release notes

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

v2.1.3

2.1.3 (2024-09-11)

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.2&new-version=2.1.3)](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 | 14 +++++++------- packages/capabilityStatement/package.json | 2 +- packages/sandbox/package.json | 2 +- packages/statusLambda/package.json | 2 +- packages/updatePrescriptionStatus/package.json | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5da28a5f1..d19be588c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2538,9 +2538,9 @@ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" }, "node_modules/@nhs/fhir-middy-error-handler": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/@nhs/fhir-middy-error-handler/-/fhir-middy-error-handler-2.1.2.tgz", - "integrity": "sha512-sPUz2rkLRZ5FwTSaYi5aggPPP6glB52GgH2xmZ/05T5THAtmiwnag7wWn3fx5kuYAfJ0UFz1Icr4Gk+plVohcA==", + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/@nhs/fhir-middy-error-handler/-/fhir-middy-error-handler-2.1.3.tgz", + "integrity": "sha512-q2v9OKTVo95sdFlbPRCllOJgV+UoJtNUpOKJj+OWKSWjl4FNAqnwJewgiTk+pc0vPFaIHn4744/OJzggxGgUpQ==", "dependencies": { "@aws-lambda-powertools/logger": "^2.7.0", "@middy/core": "^5.4.7", @@ -16002,7 +16002,7 @@ "@aws-lambda-powertools/logger": "^2.7.0", "@middy/core": "^5.4.7", "@middy/input-output-logger": "^5.4.7", - "@nhs/fhir-middy-error-handler": "^2.1.2" + "@nhs/fhir-middy-error-handler": "^2.1.3" }, "devDependencies": { "@PrescriptionStatusUpdate_common/testing": "^1.0.0" @@ -16101,7 +16101,7 @@ "@aws-lambda-powertools/logger": "^2.7.0", "@middy/core": "^5.4.7", "@middy/input-output-logger": "^5.4.7", - "@nhs/fhir-middy-error-handler": "^2.1.2" + "@nhs/fhir-middy-error-handler": "^2.1.3" } }, "packages/specification": { @@ -16125,7 +16125,7 @@ "@aws-lambda-powertools/parameters": "^2.7.0", "@middy/core": "^5.4.7", "@middy/input-output-logger": "^5.4.7", - "@nhs/fhir-middy-error-handler": "^2.1.2", + "@nhs/fhir-middy-error-handler": "^2.1.3", "axios": "^1.7.7" }, "devDependencies": { @@ -16144,7 +16144,7 @@ "@middy/core": "^5.4.7", "@middy/http-header-normalizer": "^5.4.7", "@middy/input-output-logger": "^5.4.7", - "@nhs/fhir-middy-error-handler": "^2.1.2" + "@nhs/fhir-middy-error-handler": "^2.1.3" }, "devDependencies": { "@faker-js/faker": "^9.0.0", diff --git a/packages/capabilityStatement/package.json b/packages/capabilityStatement/package.json index d06aab09a..377b15773 100644 --- a/packages/capabilityStatement/package.json +++ b/packages/capabilityStatement/package.json @@ -18,7 +18,7 @@ "@aws-lambda-powertools/logger": "^2.7.0", "@middy/core": "^5.4.7", "@middy/input-output-logger": "^5.4.7", - "@nhs/fhir-middy-error-handler": "^2.1.2" + "@nhs/fhir-middy-error-handler": "^2.1.3" }, "devDependencies": { "@PrescriptionStatusUpdate_common/testing": "^1.0.0" diff --git a/packages/sandbox/package.json b/packages/sandbox/package.json index 5f43b8a9a..1e45b6895 100644 --- a/packages/sandbox/package.json +++ b/packages/sandbox/package.json @@ -16,6 +16,6 @@ "@aws-lambda-powertools/logger": "^2.7.0", "@middy/core": "^5.4.7", "@middy/input-output-logger": "^5.4.7", - "@nhs/fhir-middy-error-handler": "^2.1.2" + "@nhs/fhir-middy-error-handler": "^2.1.3" } } diff --git a/packages/statusLambda/package.json b/packages/statusLambda/package.json index be4b3d722..826a211ae 100644 --- a/packages/statusLambda/package.json +++ b/packages/statusLambda/package.json @@ -18,7 +18,7 @@ "@aws-lambda-powertools/parameters": "^2.7.0", "@middy/core": "^5.4.7", "@middy/input-output-logger": "^5.4.7", - "@nhs/fhir-middy-error-handler": "^2.1.2", + "@nhs/fhir-middy-error-handler": "^2.1.3", "axios": "^1.7.7" }, "devDependencies": { diff --git a/packages/updatePrescriptionStatus/package.json b/packages/updatePrescriptionStatus/package.json index a67054c8b..f9bdd7a16 100644 --- a/packages/updatePrescriptionStatus/package.json +++ b/packages/updatePrescriptionStatus/package.json @@ -21,7 +21,7 @@ "@middy/core": "^5.4.7", "@middy/http-header-normalizer": "^5.4.7", "@middy/input-output-logger": "^5.4.7", - "@nhs/fhir-middy-error-handler": "^2.1.2" + "@nhs/fhir-middy-error-handler": "^2.1.3" }, "devDependencies": { "@faker-js/faker": "^9.0.0",