From 14104245370bde032a7836bf76dca3f6f921ed5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Apr 2021 17:35:29 +0000 Subject: [PATCH] fix(deps): bump winston-cloudwatch from 2.5.0 to 2.5.1 (#1614) Bumps [winston-cloudwatch](https://github.com/lazywithclass/winston-cloudwatch) from 2.5.0 to 2.5.1. - [Release notes](https://github.com/lazywithclass/winston-cloudwatch/releases) - [Changelog](https://github.com/lazywithclass/winston-cloudwatch/blob/master/CHANGELOG.md) - [Commits](https://github.com/lazywithclass/winston-cloudwatch/commits) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index c8e4ab46ca..0f46e6da05 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25735,9 +25735,9 @@ } }, "winston-cloudwatch": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/winston-cloudwatch/-/winston-cloudwatch-2.5.0.tgz", - "integrity": "sha512-J1h7f1uY+gghyYVYG6SjheIrXvnGbhFUFIyXHQ34cWl1hXUWGu6u7Kik1DpUCkTlZ0sWowVc2Sh+ZI9PEvaZNw==", + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/winston-cloudwatch/-/winston-cloudwatch-2.5.1.tgz", + "integrity": "sha512-QETQ1sipe9hcqODMTfWG6PzcwGNN/d8c+xdgyILi2DX+EoGzfsW3U+6EBf98f+uIsC+bVz1zmb6OAfgRQx/afw==", "requires": { "async": "^3.1.0", "aws-sdk": "^2.553.0", diff --git a/package.json b/package.json index 6c688ed9f6..a80a3a50a2 100644 --- a/package.json +++ b/package.json @@ -153,7 +153,7 @@ "web-streams-polyfill": "^3.0.2", "whatwg-fetch": "^3.6.2", "winston": "^3.3.3", - "winston-cloudwatch": "^2.5.0" + "winston-cloudwatch": "^2.5.1" }, "devDependencies": { "@babel/core": "^7.13.15",