From d878693c1849dfc444825b2a13960c848c2571d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2024 16:00:08 -0400 Subject: [PATCH] Bump winston from 3.14.2 to 3.15.0 in /lambda (#710) Bumps [winston](https://github.com/winstonjs/winston) from 3.14.2 to 3.15.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.14.2...v3.15.0) --- updated-dependencies: - dependency-name: winston dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 3bf3e107..97e174ee 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.14.2" + "winston": "^3.15.0" }, "devDependencies": { "@eslint/js": "^9.13.0", @@ -2900,9 +2900,9 @@ } }, "node_modules/winston": { - "version": "3.14.2", - "resolved": "https://registry.npmjs.org/winston/-/winston-3.14.2.tgz", - "integrity": "sha512-CO8cdpBB2yqzEf8v895L+GNKYJiEq8eKlHU38af3snQBQ+sdAIUepjMSguOIJC7ICbzm0ZI+Af2If4vIJrtmOg==", + "version": "3.15.0", + "resolved": "https://registry.npmjs.org/winston/-/winston-3.15.0.tgz", + "integrity": "sha512-RhruH2Cj0bV0WgNL+lOfoUBI4DVfdUNjVnJGVovWZmrcKtrFTTRzgXYK2O9cymSGjrERCtaAeHwMNnUWXlwZow==", "dependencies": { "@colors/colors": "^1.6.0", "@dabh/diagnostics": "^2.0.2", @@ -5145,9 +5145,9 @@ } }, "winston": { - "version": "3.14.2", - "resolved": "https://registry.npmjs.org/winston/-/winston-3.14.2.tgz", - "integrity": "sha512-CO8cdpBB2yqzEf8v895L+GNKYJiEq8eKlHU38af3snQBQ+sdAIUepjMSguOIJC7ICbzm0ZI+Af2If4vIJrtmOg==", + "version": "3.15.0", + "resolved": "https://registry.npmjs.org/winston/-/winston-3.15.0.tgz", + "integrity": "sha512-RhruH2Cj0bV0WgNL+lOfoUBI4DVfdUNjVnJGVovWZmrcKtrFTTRzgXYK2O9cymSGjrERCtaAeHwMNnUWXlwZow==", "requires": { "@colors/colors": "^1.6.0", "@dabh/diagnostics": "^2.0.2", diff --git a/lambda/package.json b/lambda/package.json index 59ebaec7..3a3a33d8 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.14.2" + "winston": "^3.15.0" }, "devDependencies": { "@eslint/js": "^9.13.0",