From 72596041c9e7e849dd069f63180ede0fda3aafbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 06:50:39 +0000 Subject: [PATCH] Bump winston from 3.14.2 to 3.15.0 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] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 73e13ca..194bd06 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "nock": "13.5.5", "sinon": "^19.0.2", "snappyjs": "0.7.0", - "winston": "3.14.2" + "winston": "3.15.0" }, "devDependencies": { "@types/mocha": "10.0.7", @@ -1466,10 +1466,9 @@ "license": "MIT" }, "node_modules/winston": { - "version": "3.14.2", - "resolved": "https://registry.npmjs.org/winston/-/winston-3.14.2.tgz", - "integrity": "sha512-CO8cdpBB2yqzEf8v895L+GNKYJiEq8eKlHU38af3snQBQ+sdAIUepjMSguOIJC7ICbzm0ZI+Af2If4vIJrtmOg==", - "license": "MIT", + "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", diff --git a/package.json b/package.json index b70e6c1..aac3c54 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "nock": "13.5.5", "sinon": "^19.0.2", "snappyjs": "0.7.0", - "winston": "3.14.2" + "winston": "3.15.0" }, "gitHead": "7750282034ee58bdd257446c2970f01307d7522a" }