From 5234b060d4cf75fd85824d2a4eee2da88436aa0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 12:55:47 +0000 Subject: [PATCH] Bump winston from 3.13.1 to 3.14.2 Bumps [winston](https://github.com/winstonjs/winston) from 3.13.1 to 3.14.2. - [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.1...v3.14.2) --- 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 877c461..9766545 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "passport": "^0.7.0", "passport-local": "^1.0.0", "pg": "^8.12.0", - "winston": "^3.13.1" + "winston": "^3.14.2" }, "devDependencies": { "@eslint/js": "^9.8.0", @@ -4160,10 +4160,9 @@ } }, "node_modules/winston": { - "version": "3.13.1", - "resolved": "https://registry.npmjs.org/winston/-/winston-3.13.1.tgz", - "integrity": "sha512-SvZit7VFNvXRzbqGHsv5KSmgbEYR5EiQfDAL9gxYkRqa934Hnk++zze0wANKtMHcy/gI4W/3xmSDwlhf865WGw==", - "license": "MIT", + "version": "3.14.2", + "resolved": "https://registry.npmjs.org/winston/-/winston-3.14.2.tgz", + "integrity": "sha512-CO8cdpBB2yqzEf8v895L+GNKYJiEq8eKlHU38af3snQBQ+sdAIUepjMSguOIJC7ICbzm0ZI+Af2If4vIJrtmOg==", "dependencies": { "@colors/colors": "^1.6.0", "@dabh/diagnostics": "^2.0.2", diff --git a/package.json b/package.json index 82875af..39c8873 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "passport": "^0.7.0", "passport-local": "^1.0.0", "pg": "^8.12.0", - "winston": "^3.13.1" + "winston": "^3.14.2" }, "devDependencies": { "@eslint/js": "^9.8.0",