From 5c075e39c715816fa31dd82031ec89f24c1cad8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 23:22:57 +0000 Subject: [PATCH] Bump winston from 3.15.0 to 3.16.0 in /lambda Bumps [winston](https://github.com/winstonjs/winston) from 3.15.0 to 3.16.0. - [Release notes](https://github.com/winstonjs/winston/releases) - [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md) - [Commits](https://github.com/winstonjs/winston/compare/v3.15.0...v3.16.0) --- updated-dependencies: - dependency-name: winston dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- lambda/package-lock.json | 14 +++++++------- lambda/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/lambda/package-lock.json b/lambda/package-lock.json index 76c40727..c7b5496f 100644 --- a/lambda/package-lock.json +++ b/lambda/package-lock.json @@ -12,7 +12,7 @@ "agentkeepalive": "^4.5.0", "axios": "^1.7.7", "uuid": "^10.0.0", - "winston": "^3.15.0" + "winston": "^3.16.0" }, "devDependencies": { "@eslint/js": "^9.13.0", @@ -2900,9 +2900,9 @@ } }, "node_modules/winston": { - "version": "3.15.0", - "resolved": "https://registry.npmjs.org/winston/-/winston-3.15.0.tgz", - "integrity": "sha512-RhruH2Cj0bV0WgNL+lOfoUBI4DVfdUNjVnJGVovWZmrcKtrFTTRzgXYK2O9cymSGjrERCtaAeHwMNnUWXlwZow==", + "version": "3.16.0", + "resolved": "https://registry.npmjs.org/winston/-/winston-3.16.0.tgz", + "integrity": "sha512-xz7+cyGN5M+4CmmD4Npq1/4T+UZaz7HaeTlAruFUTjk79CNMq+P6H30vlE4z0qfqJ01VHYQwd7OZo03nYm/+lg==", "dependencies": { "@colors/colors": "^1.6.0", "@dabh/diagnostics": "^2.0.2", @@ -5145,9 +5145,9 @@ } }, "winston": { - "version": "3.15.0", - "resolved": "https://registry.npmjs.org/winston/-/winston-3.15.0.tgz", - "integrity": "sha512-RhruH2Cj0bV0WgNL+lOfoUBI4DVfdUNjVnJGVovWZmrcKtrFTTRzgXYK2O9cymSGjrERCtaAeHwMNnUWXlwZow==", + "version": "3.16.0", + "resolved": "https://registry.npmjs.org/winston/-/winston-3.16.0.tgz", + "integrity": "sha512-xz7+cyGN5M+4CmmD4Npq1/4T+UZaz7HaeTlAruFUTjk79CNMq+P6H30vlE4z0qfqJ01VHYQwd7OZo03nYm/+lg==", "requires": { "@colors/colors": "^1.6.0", "@dabh/diagnostics": "^2.0.2", diff --git a/lambda/package.json b/lambda/package.json index 0dc6ed96..2ee6fa46 100644 --- a/lambda/package.json +++ b/lambda/package.json @@ -30,7 +30,7 @@ "agentkeepalive": "^4.5.0", "axios": "^1.7.7", "uuid": "^10.0.0", - "winston": "^3.15.0" + "winston": "^3.16.0" }, "devDependencies": { "@eslint/js": "^9.13.0",