From 0e0504c28eb744a5570790bee20897e8dd50b555 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 04:32:04 +0000 Subject: [PATCH] chore(deps): bump winston from 3.11.0 to 3.13.0 Bumps [winston](https://github.com/winstonjs/winston) from 3.11.0 to 3.13.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.11.0...v3.13.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 da70c99a13d..b3a18f879fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -77,7 +77,7 @@ "useragent": "^2.1.9", "uuid": "^9.0.0", "validator": "^13.11.0", - "winston": "^3.10.0", + "winston": "^3.13.0", "winston-loggly-bulk": "^3.3.0", "xml2js": "^0.6.2" }, @@ -20262,9 +20262,9 @@ "integrity": "sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==" }, "node_modules/winston": { - "version": "3.11.0", - "resolved": "https://registry.npmjs.org/winston/-/winston-3.11.0.tgz", - "integrity": "sha512-L3yR6/MzZAOl0DsysUXHVjOwv8mKZ71TrA/41EIduGpOOV5LQVodqN+QdQ6BS6PJ/RdIshZhq84P/fStEZkk7g==", + "version": "3.13.0", + "resolved": "https://registry.npmjs.org/winston/-/winston-3.13.0.tgz", + "integrity": "sha512-rwidmA1w3SE4j0E5MuIufFhyJPBDG7Nu71RkZor1p2+qHvJSZ9GYDA81AyleQcZbh/+V6HjeBdfnTZJm9rSeQQ==", "dependencies": { "@colors/colors": "^1.6.0", "@dabh/diagnostics": "^2.0.2", @@ -20276,7 +20276,7 @@ "safe-stable-stringify": "^2.3.1", "stack-trace": "0.0.x", "triple-beam": "^1.3.0", - "winston-transport": "^4.5.0" + "winston-transport": "^4.7.0" }, "engines": { "node": ">= 12.0.0" diff --git a/package.json b/package.json index 9d118986b70..8b505cb1acf 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "useragent": "^2.1.9", "uuid": "^9.0.0", "validator": "^13.11.0", - "winston": "^3.10.0", + "winston": "^3.13.0", "winston-loggly-bulk": "^3.3.0", "xml2js": "^0.6.2" },