From 981298619eb7a097b2ba25823b0b37760e44c8a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 10:03:46 +0000 Subject: [PATCH] Upgrade: [dependabot] - bump @middy/http-header-normalizer from 5.4.6 to 5.4.7 (#737) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [@middy/http-header-normalizer](https://github.com/middyjs/middy/tree/HEAD/packages/http-header-normalizer) from 5.4.6 to 5.4.7.
Release notes

Sourced from @​middy/http-header-normalizer's releases.

5.4.7

What's Changed

New Contributors

Full Changelog: https://github.com/middyjs/middy/compare/5.4.6...5.4.7

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@middy/http-header-normalizer&package-manager=npm_and_yarn&previous-version=5.4.6&new-version=5.4.7)](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 | 12 ++++++------ packages/checkPrescriptionStatusUpdates/package.json | 2 +- packages/cpsuLambda/package.json | 2 +- packages/updatePrescriptionStatus/package.json | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 30b4fed2e..59da3ed12 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2430,9 +2430,9 @@ } }, "node_modules/@middy/http-header-normalizer": { - "version": "5.4.6", - "resolved": "https://registry.npmjs.org/@middy/http-header-normalizer/-/http-header-normalizer-5.4.6.tgz", - "integrity": "sha512-0kkdTMe/ikfqkMWAwaQczxYSrlzEN0OojlXeGdE2TLzXjLHKake8dtePlae8vRfYfbxnzjDGRTMl3ksKaAMEqQ==", + "version": "5.4.7", + "resolved": "https://registry.npmjs.org/@middy/http-header-normalizer/-/http-header-normalizer-5.4.7.tgz", + "integrity": "sha512-YEaBw+3Olx1JpMizxG+AB6rXSzBg/ArCAhuZG/mUy9O9fVwM9yJ/WR/Vzv6dOc/8ocwng88lG2svx5lK4UmJ9A==", "engines": { "node": ">=18" }, @@ -16000,7 +16000,7 @@ "@aws-sdk/client-dynamodb": "^3.637.0", "@aws-sdk/lib-dynamodb": "^3.637.0", "@middy/core": "^5.4.7", - "@middy/http-header-normalizer": "^5.4.6", + "@middy/http-header-normalizer": "^5.4.7", "@middy/input-output-logger": "^5.4.7", "@PrescriptionStatusUpdate_common/middyErrorHandler": "^1.0.0" }, @@ -16034,7 +16034,7 @@ "@aws-sdk/client-dynamodb": "^3.637.0", "@aws-sdk/util-dynamodb": "^3.637.0", "@middy/core": "^5.4.7", - "@middy/http-header-normalizer": "^5.4.6", + "@middy/http-header-normalizer": "^5.4.7", "@middy/input-output-logger": "^5.4.7", "@middy/validator": "^5.4.6", "json-schema-to-ts": "^3.1.1", @@ -16124,7 +16124,7 @@ "@aws-sdk/client-dynamodb": "^3.637.0", "@aws-sdk/util-dynamodb": "^3.637.0", "@middy/core": "^5.4.7", - "@middy/http-header-normalizer": "^5.4.6", + "@middy/http-header-normalizer": "^5.4.7", "@middy/input-output-logger": "^5.4.7", "@nhs/fhir-middy-error-handler": "^2.1.0" }, diff --git a/packages/checkPrescriptionStatusUpdates/package.json b/packages/checkPrescriptionStatusUpdates/package.json index a27a38741..b1319f3c2 100644 --- a/packages/checkPrescriptionStatusUpdates/package.json +++ b/packages/checkPrescriptionStatusUpdates/package.json @@ -19,7 +19,7 @@ "@aws-sdk/client-dynamodb": "^3.637.0", "@aws-sdk/lib-dynamodb": "^3.637.0", "@middy/core": "^5.4.7", - "@middy/http-header-normalizer": "^5.4.6", + "@middy/http-header-normalizer": "^5.4.7", "@middy/input-output-logger": "^5.4.7", "@PrescriptionStatusUpdate_common/middyErrorHandler": "^1.0.0" }, diff --git a/packages/cpsuLambda/package.json b/packages/cpsuLambda/package.json index 4a0e75ca2..7a54c830e 100644 --- a/packages/cpsuLambda/package.json +++ b/packages/cpsuLambda/package.json @@ -19,7 +19,7 @@ "@aws-sdk/client-dynamodb": "^3.637.0", "@aws-sdk/util-dynamodb": "^3.637.0", "@middy/core": "^5.4.7", - "@middy/http-header-normalizer": "^5.4.6", + "@middy/http-header-normalizer": "^5.4.7", "@middy/input-output-logger": "^5.4.7", "@middy/validator": "^5.4.6", "json-schema-to-ts": "^3.1.1", diff --git a/packages/updatePrescriptionStatus/package.json b/packages/updatePrescriptionStatus/package.json index cb1aa8cf5..e2bb23822 100644 --- a/packages/updatePrescriptionStatus/package.json +++ b/packages/updatePrescriptionStatus/package.json @@ -19,7 +19,7 @@ "@aws-sdk/client-dynamodb": "^3.637.0", "@aws-sdk/util-dynamodb": "^3.637.0", "@middy/core": "^5.4.7", - "@middy/http-header-normalizer": "^5.4.6", + "@middy/http-header-normalizer": "^5.4.7", "@middy/input-output-logger": "^5.4.7", "@nhs/fhir-middy-error-handler": "^2.1.0" },