From 20f5beaf167450dd1d9c769dc648d6dca99ae84d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 09:43:28 +0000 Subject: [PATCH 1/2] Upgrade: [dependabot] - bump @nhs/fhir-middy-error-handler from 2.0.9 to 2.0.10 (#482) 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.0.9 to 2.0.10.
Release notes

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

v2.0.10

2.0.10 (2024-07-04)

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.0.9&new-version=2.0.10)](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 | 18 +++++++++--------- packages/capabilityStatement/package.json | 2 +- packages/sandbox/package.json | 2 +- packages/statusLambda/package.json | 2 +- packages/updatePrescriptionStatus/package.json | 2 +- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 42b49c41b..ca0974bfd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2543,12 +2543,12 @@ } }, "node_modules/@nhs/fhir-middy-error-handler": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/@nhs/fhir-middy-error-handler/-/fhir-middy-error-handler-2.0.9.tgz", - "integrity": "sha512-gmusEbvzTtKvX03twsBBZIVM7rLZ5RxzOm17AcoZzI65b9fxEwEzlsTM7YY4p+RS76fAizh6faHfNDwXi2gV/g==", + "version": "2.0.10", + "resolved": "https://registry.npmjs.org/@nhs/fhir-middy-error-handler/-/fhir-middy-error-handler-2.0.10.tgz", + "integrity": "sha512-4ctlRCzPlYkOBiHyayiGM1MAqYSQSa4mCDFsCzr/MbXE24oJ5Tm+iHRs1e/NADl/QkIxnUzhpWMp9Ps4gHrujw==", "dependencies": { - "@aws-lambda-powertools/logger": "^2.2.0", - "@middy/core": "^5.4.2", + "@aws-lambda-powertools/logger": "^2.3.0", + "@middy/core": "^5.4.3", "conventional-changelog-eslint": "^6.0.0" } }, @@ -16428,7 +16428,7 @@ "@aws-lambda-powertools/logger": "^2.3.0", "@middy/core": "^5.4.3", "@middy/input-output-logger": "^5.4.3", - "@nhs/fhir-middy-error-handler": "^2.0.9" + "@nhs/fhir-middy-error-handler": "^2.0.10" }, "devDependencies": { "@PrescriptionStatusUpdate_common/testing": "^1.0.0" @@ -16528,7 +16528,7 @@ "@aws-lambda-powertools/logger": "^2.3.0", "@middy/core": "^5.4.3", "@middy/input-output-logger": "^5.4.3", - "@nhs/fhir-middy-error-handler": "^2.0.9" + "@nhs/fhir-middy-error-handler": "^2.0.10" } }, "packages/specification": { @@ -16552,7 +16552,7 @@ "@aws-lambda-powertools/parameters": "^2.3.0", "@middy/core": "^5.4.3", "@middy/input-output-logger": "^5.4.3", - "@nhs/fhir-middy-error-handler": "^2.0.9", + "@nhs/fhir-middy-error-handler": "^2.0.10", "axios": "^1.7.2" }, "devDependencies": { @@ -16571,7 +16571,7 @@ "@middy/core": "^5.4.3", "@middy/http-header-normalizer": "^5.4.3", "@middy/input-output-logger": "^5.4.3", - "@nhs/fhir-middy-error-handler": "^2.0.9" + "@nhs/fhir-middy-error-handler": "^2.0.10" }, "devDependencies": { "@faker-js/faker": "^8.4.1", diff --git a/packages/capabilityStatement/package.json b/packages/capabilityStatement/package.json index 800360e49..e8e73c9c5 100644 --- a/packages/capabilityStatement/package.json +++ b/packages/capabilityStatement/package.json @@ -18,7 +18,7 @@ "@aws-lambda-powertools/logger": "^2.3.0", "@middy/core": "^5.4.3", "@middy/input-output-logger": "^5.4.3", - "@nhs/fhir-middy-error-handler": "^2.0.9" + "@nhs/fhir-middy-error-handler": "^2.0.10" }, "devDependencies": { "@PrescriptionStatusUpdate_common/testing": "^1.0.0" diff --git a/packages/sandbox/package.json b/packages/sandbox/package.json index bd90e917f..890d44d61 100644 --- a/packages/sandbox/package.json +++ b/packages/sandbox/package.json @@ -16,6 +16,6 @@ "@aws-lambda-powertools/logger": "^2.3.0", "@middy/core": "^5.4.3", "@middy/input-output-logger": "^5.4.3", - "@nhs/fhir-middy-error-handler": "^2.0.9" + "@nhs/fhir-middy-error-handler": "^2.0.10" } } diff --git a/packages/statusLambda/package.json b/packages/statusLambda/package.json index f1f1f9413..77e385243 100644 --- a/packages/statusLambda/package.json +++ b/packages/statusLambda/package.json @@ -18,7 +18,7 @@ "@aws-lambda-powertools/parameters": "^2.3.0", "@middy/core": "^5.4.3", "@middy/input-output-logger": "^5.4.3", - "@nhs/fhir-middy-error-handler": "^2.0.9", + "@nhs/fhir-middy-error-handler": "^2.0.10", "axios": "^1.7.2" }, "devDependencies": { diff --git a/packages/updatePrescriptionStatus/package.json b/packages/updatePrescriptionStatus/package.json index 1cb8d1b3a..900f8e61e 100644 --- a/packages/updatePrescriptionStatus/package.json +++ b/packages/updatePrescriptionStatus/package.json @@ -21,7 +21,7 @@ "@middy/core": "^5.4.3", "@middy/http-header-normalizer": "^5.4.3", "@middy/input-output-logger": "^5.4.3", - "@nhs/fhir-middy-error-handler": "^2.0.9" + "@nhs/fhir-middy-error-handler": "^2.0.10" }, "devDependencies": { "@faker-js/faker": "^8.4.1", From d41f046a164451351dac5dd61ba3d831360960bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 09:55:11 +0000 Subject: [PATCH 2/2] Upgrade: [dependabot] - bump @redocly/cli from 1.17.0 to 1.17.1 (#483) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [@redocly/cli](https://github.com/Redocly/redocly-cli) from 1.17.0 to 1.17.1.
Release notes

Sourced from @​redocly/cli's releases.

@​redocly/cli@​1.17.1

Patch Changes

  • Added JSON Schema draft 2019-09+ validation keyword - dependentRequired.
  • Updated @​redocly/openapi-core to v1.17.1.
Changelog

Sourced from @​redocly/cli's changelog.

1.17.1 (2024-07-03)

Patch Changes

  • Added JSON Schema draft 2019-09+ validation keyword - dependentRequired.
  • Updated @​redocly/openapi-core to v1.17.1.
Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@redocly/cli&package-manager=npm_and_yarn&previous-version=1.17.0&new-version=1.17.1)](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 | 18 +++++++++--------- packages/specification/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index ca0974bfd..d1485ffa1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2809,12 +2809,12 @@ } }, "node_modules/@redocly/cli": { - "version": "1.17.0", - "resolved": "https://registry.npmjs.org/@redocly/cli/-/cli-1.17.0.tgz", - "integrity": "sha512-atJAwcqIUa4qcfE5x5oW6i38ohNVGT0ovkglkWjmtCF3sVuvR3+HSoPrnZq2cyknbBDvQ7FSxJ0BRKE80NBcPQ==", + "version": "1.17.1", + "resolved": "https://registry.npmjs.org/@redocly/cli/-/cli-1.17.1.tgz", + "integrity": "sha512-a7OIlsGQT8OBRMPswqcJzCoub/nvm1zYvOCOBnaLt1cYeYK9nRzYCXA6Bnx0I7wMCXf5YmL7rVTMG8RJTC+3mA==", "dev": true, "dependencies": { - "@redocly/openapi-core": "1.17.0", + "@redocly/openapi-core": "1.17.1", "abort-controller": "^3.0.0", "chokidar": "^3.5.1", "colorette": "^1.2.0", @@ -2887,13 +2887,13 @@ "dev": true }, "node_modules/@redocly/openapi-core": { - "version": "1.17.0", - "resolved": "https://registry.npmjs.org/@redocly/openapi-core/-/openapi-core-1.17.0.tgz", - "integrity": "sha512-XoNIuksnOGAzAcfpyJkHrMxwurXaQfglnovNE7/pTx4OEjik3OT91+tKAyRCkklVCdMtAA3YokGMZzdhjViUWA==", + "version": "1.17.1", + "resolved": "https://registry.npmjs.org/@redocly/openapi-core/-/openapi-core-1.17.1.tgz", + "integrity": "sha512-PQxDLLNk5cBatJBBxvfk49HFw/nVozw1XZ6Dw/GX0Tviq+WxeEjEuLAKfnLVvb5L0wgs4TNmVG4Y+JyofSPu1A==", "dev": true, "dependencies": { "@redocly/ajv": "^8.11.0", - "@redocly/config": "^0.6.0", + "@redocly/config": "^0.6.2", "colorette": "^1.2.0", "https-proxy-agent": "^7.0.4", "js-levenshtein": "^1.1.6", @@ -16536,7 +16536,7 @@ "version": "0.0.1", "license": "MIT", "devDependencies": { - "@redocly/cli": "^1.16.0" + "@redocly/cli": "^1.17.1" }, "engines": { "node": "20.10.x", diff --git a/packages/specification/package.json b/packages/specification/package.json index b16e01efc..21b57a387 100644 --- a/packages/specification/package.json +++ b/packages/specification/package.json @@ -18,6 +18,6 @@ }, "homepage": "https://github.com/NHSDigital/eps-prescription-status-update-api", "devDependencies": { - "@redocly/cli": "^1.16.0" + "@redocly/cli": "^1.17.1" } }