Skip to content

Commit d8fc583

Browse files
Upgrade: [dependabot] - bump @nhs/fhir-middy-error-handler from 2.1.10 to 2.1.11 (#1476)
Bumps [@nhs/fhir-middy-error-handler](https://github.com/NHSDigital/nhs-fhir-middy-error-handler) from 2.1.10 to 2.1.11. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/NHSDigital/nhs-fhir-middy-error-handler/releases"><code>@​nhs/fhir-middy-error-handler</code>'s releases</a>.</em></p> <blockquote> <h2>v2.1.11</h2> <h2><a href="https://github.com/NHSDigital/nhs-fhir-middy-error-handler/compare/v2.1.10...v2.1.11">2.1.11</a> (2024-11-20)</h2> <h3>Fix</h3> <ul> <li>[AEA-0000] - update cache action (<a href="https://redirect.github.com/NHSDigital/nhs-fhir-middy-error-handler/issues/247">#247</a>) (<a href="https://github.com/NHSDigital/nhs-fhir-middy-error-handler/commit/253a36326f7d222dabf6214271bb722bdae6125d">253a363</a>)</li> </ul> <h3>Upgrade</h3> <ul> <li>[dependabot] - bump <code>@​aws-lambda-powertools/logger</code> from 2.10.0 to 2.11.0 (<a href="https://redirect.github.com/NHSDigital/nhs-fhir-middy-error-handler/issues/248">#248</a>) (<a href="https://github.com/NHSDigital/nhs-fhir-middy-error-handler/commit/a0e7956b411bd5afc21e13e43d94e670261d7a8d">a0e7956</a>)</li> <li>[dependabot] - bump <code>@​typescript-eslint/eslint-plugin</code> from 8.12.1 to 8.12.2 (<a href="https://redirect.github.com/NHSDigital/nhs-fhir-middy-error-handler/issues/233">#233</a>) (<a href="https://github.com/NHSDigital/nhs-fhir-middy-error-handler/commit/b4ffc3696e18b56e864c27bfacec13029d41790b">b4ffc36</a>)</li> <li>[dependabot] - bump <code>@​typescript-eslint/eslint-plugin</code> from 8.12.2 to 8.15.0 (<a href="https://redirect.github.com/NHSDigital/nhs-fhir-middy-error-handler/issues/244">#244</a>) (<a href="https://github.com/NHSDigital/nhs-fhir-middy-error-handler/commit/510aac11bdc8f04cfe6c3a244d04dae6d025a6b4">510aac1</a>)</li> <li>[dependabot] - bump <code>@​typescript-eslint/parser</code> from 8.12.1 to 8.12.2 (<a href="https://redirect.github.com/NHSDigital/nhs-fhir-middy-error-handler/issues/234">#234</a>) (<a href="https://github.com/NHSDigital/nhs-fhir-middy-error-handler/commit/703533dd4fff8be9945b7bdf3e8d7f180fc3a6cc">703533d</a>)</li> <li>[dependabot] - bump <code>@​typescript-eslint/parser</code> from 8.12.2 to 8.15.0 (<a href="https://redirect.github.com/NHSDigital/nhs-fhir-middy-error-handler/issues/245">#245</a>) (<a href="https://github.com/NHSDigital/nhs-fhir-middy-error-handler/commit/97b242353004d0637e5c6148400d53e5d26433a1">97b2423</a>)</li> <li>[dependabot] - bump eslint from 9.13.0 to 9.14.0 (<a href="https://redirect.github.com/NHSDigital/nhs-fhir-middy-error-handler/issues/235">#235</a>) (<a href="https://github.com/NHSDigital/nhs-fhir-middy-error-handler/commit/85e8a584d0e9be71c58bcf77b71d8d74551af436">85e8a58</a>)</li> <li>[dependabot] - bump eslint from 9.14.0 to 9.15.0 (<a href="https://redirect.github.com/NHSDigital/nhs-fhir-middy-error-handler/issues/243">#243</a>) (<a href="https://github.com/NHSDigital/nhs-fhir-middy-error-handler/commit/86f8c6fbda1249f97cd899beb3978666054a6186">86f8c6f</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/NHSDigital/nhs-fhir-middy-error-handler/commit/a0e7956b411bd5afc21e13e43d94e670261d7a8d"><code>a0e7956</code></a> Upgrade: [dependabot] - bump <code>@​aws-lambda-powertools/logger</code> from 2.10.0 to 2.1...</li> <li><a href="https://github.com/NHSDigital/nhs-fhir-middy-error-handler/commit/97b242353004d0637e5c6148400d53e5d26433a1"><code>97b2423</code></a> Upgrade: [dependabot] - bump <code>@​typescript-eslint/parser</code> from 8.12.2 to 8.15.0 ...</li> <li><a href="https://github.com/NHSDigital/nhs-fhir-middy-error-handler/commit/510aac11bdc8f04cfe6c3a244d04dae6d025a6b4"><code>510aac1</code></a> Upgrade: [dependabot] - bump <code>@​typescript-eslint/eslint-plugin</code> from 8.12.2 to ...</li> <li><a href="https://github.com/NHSDigital/nhs-fhir-middy-error-handler/commit/86f8c6fbda1249f97cd899beb3978666054a6186"><code>86f8c6f</code></a> Upgrade: [dependabot] - bump eslint from 9.14.0 to 9.15.0 (<a href="https://redirect.github.com/NHSDigital/nhs-fhir-middy-error-handler/issues/243">#243</a>)</li> <li><a href="https://github.com/NHSDigital/nhs-fhir-middy-error-handler/commit/253a36326f7d222dabf6214271bb722bdae6125d"><code>253a363</code></a> Fix: [AEA-0000] - update cache action (<a href="https://redirect.github.com/NHSDigital/nhs-fhir-middy-error-handler/issues/247">#247</a>)</li> <li><a href="https://github.com/NHSDigital/nhs-fhir-middy-error-handler/commit/85e8a584d0e9be71c58bcf77b71d8d74551af436"><code>85e8a58</code></a> Upgrade: [dependabot] - bump eslint from 9.13.0 to 9.14.0 (<a href="https://redirect.github.com/NHSDigital/nhs-fhir-middy-error-handler/issues/235">#235</a>)</li> <li><a href="https://github.com/NHSDigital/nhs-fhir-middy-error-handler/commit/703533dd4fff8be9945b7bdf3e8d7f180fc3a6cc"><code>703533d</code></a> Upgrade: [dependabot] - bump <code>@​typescript-eslint/parser</code> from 8.12.1 to 8.12.2 ...</li> <li><a href="https://github.com/NHSDigital/nhs-fhir-middy-error-handler/commit/b4ffc3696e18b56e864c27bfacec13029d41790b"><code>b4ffc36</code></a> Upgrade: [dependabot] - bump <code>@​typescript-eslint/eslint-plugin</code> from 8.12.1 to ...</li> <li>See full diff in <a href="https://github.com/NHSDigital/nhs-fhir-middy-error-handler/compare/v2.1.10...v2.1.11">compare view</a></li> </ul> </details> <br /> [![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.10&new-version=2.1.11)](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) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 <dependency name> 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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a08d3f2 commit d8fc583

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/capabilityStatement/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@aws-lambda-powertools/logger": "^2.11.0",
1919
"@middy/core": "^5.5.1",
2020
"@middy/input-output-logger": "^5.5.1",
21-
"@nhs/fhir-middy-error-handler": "^2.1.10"
21+
"@nhs/fhir-middy-error-handler": "^2.1.11"
2222
},
2323
"devDependencies": {
2424
"@prescriptionsforpatients_common/testing": "^1.0.0"

packages/getMyPrescriptions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@middy/core": "^5.5.1",
2222
"@middy/http-header-normalizer": "^5.5.1",
2323
"@middy/input-output-logger": "^5.5.1",
24-
"@nhs/fhir-middy-error-handler": "^2.1.10",
24+
"@nhs/fhir-middy-error-handler": "^2.1.11",
2525
"@NHSDigital/eps-spine-client": "^2.1.10",
2626
"@prescriptionsforpatients/distanceSelling": "^1.0.0",
2727
"@types/fhir": "^0.0.41"

packages/sandbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@aws-lambda-powertools/logger": "^2.11.0",
1818
"@middy/core": "^5.5.1",
1919
"@middy/input-output-logger": "^5.5.1",
20-
"@nhs/fhir-middy-error-handler": "^2.1.10"
20+
"@nhs/fhir-middy-error-handler": "^2.1.11"
2121
},
2222
"devDependencies": {
2323
"@prescriptionsforpatients_common/testing": "^1.0.0"

packages/statusLambda/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@aws-lambda-powertools/parameters": "^2.11.0",
1919
"@middy/core": "^5.5.1",
2020
"@middy/input-output-logger": "^5.5.1",
21-
"@nhs/fhir-middy-error-handler": "^2.1.10",
21+
"@nhs/fhir-middy-error-handler": "^2.1.11",
2222
"@NHSDigital/eps-spine-client": "^2.1.10"
2323
}
2424
}

0 commit comments

Comments
 (0)