From 6003cb927825586a83b34da2aa501db453e84059 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 21:52:52 +0000 Subject: [PATCH] build(deps): bump winston from 3.13.0 to 3.15.0 Bumps [winston](https://github.com/winstonjs/winston) from 3.13.0 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.13.0...v3.15.0) --- updated-dependencies: - dependency-name: winston dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index c7968a2c..22ccb7fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "mongoose": "^8.4.5", "warframe-public-export-plus": "^0.5.2", "warframe-riven-info": "^0.1.1", - "winston": "^3.13.0", + "winston": "^3.15.0", "winston-daily-rotate-file": "^5.0.0" }, "devDependencies": { @@ -3823,15 +3823,15 @@ } }, "node_modules/winston": { - "version": "3.13.0", - "resolved": "https://registry.npmjs.org/winston/-/winston-3.13.0.tgz", - "integrity": "sha512-rwidmA1w3SE4j0E5MuIufFhyJPBDG7Nu71RkZor1p2+qHvJSZ9GYDA81AyleQcZbh/+V6HjeBdfnTZJm9rSeQQ==", + "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", "async": "^3.2.3", "is-stream": "^2.0.0", - "logform": "^2.4.0", + "logform": "^2.6.0", "one-time": "^1.0.0", "readable-stream": "^3.4.0", "safe-stable-stringify": "^2.3.1", diff --git a/package.json b/package.json index 7dad1e88..86744067 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "mongoose": "^8.4.5", "warframe-public-export-plus": "^0.5.2", "warframe-riven-info": "^0.1.1", - "winston": "^3.13.0", + "winston": "^3.15.0", "winston-daily-rotate-file": "^5.0.0" }, "devDependencies": {