From c56bc37a1e1149e0e6fd82816769ee30b8587dbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 03:18:04 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20@middy/input-output?= =?UTF-8?q?-logger=20from=205.4.0=20to=205.4.1=20(#289)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [@middy/input-output-logger](https://github.com/middyjs/middy/tree/HEAD/packages/input-output-logger) from 5.4.0 to 5.4.1.
Release notes

Sourced from @​middy/input-output-logger's releases.

5.4.1

What's Changed

Full Changelog: https://github.com/middyjs/middy/compare/5.4.0...5.4.1

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@middy/input-output-logger&package-manager=npm_and_yarn&previous-version=5.4.0&new-version=5.4.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 | 10 +++++----- packages/sandbox/package.json | 2 +- packages/statusLambda/package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index f69c8f11..f1f99e47 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1746,9 +1746,9 @@ } }, "node_modules/@middy/input-output-logger": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/@middy/input-output-logger/-/input-output-logger-5.4.0.tgz", - "integrity": "sha512-vrXE1ujtBslW7CpD7FJBIvHyxS3ruo2J6814eOR/bYU9kcWl2IWbT33AfMK2lVGAkCF31whnFWgQnliF4KFy7A==", + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/@middy/input-output-logger/-/input-output-logger-5.4.1.tgz", + "integrity": "sha512-Dv7uJaVCRZDvVMMitMiMrnB+Ay/alMOvIk/CbtIJLLM5KxC5da1dj6ncw+Qc16WKfXLp/yZV6KXHxKLS63LhqA==", "engines": { "node": ">=18" }, @@ -6844,7 +6844,7 @@ "@aws-lambda-powertools/commons": "^2.2.0", "@aws-lambda-powertools/logger": "^2.2.0", "@middy/core": "^5.4.1", - "@middy/input-output-logger": "^5.4.0", + "@middy/input-output-logger": "^5.4.1", "@nhs/fhir-middy-error-handler": "^2.0.8" }, "devDependencies": { @@ -6859,7 +6859,7 @@ "@aws-lambda-powertools/logger": "^2.2.0", "@aws-lambda-powertools/parameters": "^2.2.0", "@middy/core": "^5.4.1", - "@middy/input-output-logger": "^5.4.0", + "@middy/input-output-logger": "^5.4.1", "@nhs/fhir-middy-error-handler": "^2.0.8", "@nhsdigital/eps-spine-client": "^2.0.0" }, diff --git a/packages/sandbox/package.json b/packages/sandbox/package.json index 1f67bd1a..cc3658ba 100644 --- a/packages/sandbox/package.json +++ b/packages/sandbox/package.json @@ -16,7 +16,7 @@ "@aws-lambda-powertools/commons": "^2.2.0", "@aws-lambda-powertools/logger": "^2.2.0", "@middy/core": "^5.4.1", - "@middy/input-output-logger": "^5.4.0", + "@middy/input-output-logger": "^5.4.1", "@nhs/fhir-middy-error-handler": "^2.0.8" }, "devDependencies": { diff --git a/packages/statusLambda/package.json b/packages/statusLambda/package.json index e948af4c..c0f0ff15 100644 --- a/packages/statusLambda/package.json +++ b/packages/statusLambda/package.json @@ -17,7 +17,7 @@ "@aws-lambda-powertools/logger": "^2.2.0", "@aws-lambda-powertools/parameters": "^2.2.0", "@middy/core": "^5.4.1", - "@middy/input-output-logger": "^5.4.0", + "@middy/input-output-logger": "^5.4.1", "@nhs/fhir-middy-error-handler": "^2.0.8", "@nhsdigital/eps-spine-client": "^2.0.0" },