From b1c010df479bbe228a977103827a6850d29425dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 10:44:07 +0000 Subject: [PATCH] fix(deps): bump winston from 3.14.1 to 3.14.2 Bumps [winston](https://github.com/winstonjs/winston) from 3.14.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.14.1...v3.14.2) --- updated-dependencies: - dependency-name: winston dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index cb2fc75..784ae7c 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "node-pushnotifications": "3.1.1", "nodemailer": "6.9.10", "web-push": "3.6.7", - "winston": "3.14.1" + "winston": "3.14.2" }, "devDependencies": { "@babel/cli": "^7.0.0", diff --git a/yarn.lock b/yarn.lock index 502a75b..868675c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7178,10 +7178,10 @@ winston-transport@^4.7.0: readable-stream "^3.6.0" triple-beam "^1.3.0" -winston@3.14.1: - version "3.14.1" - resolved "https://registry.yarnpkg.com/winston/-/winston-3.14.1.tgz#b296f2756e6b46d3b6faac5660d2af878fc3f666" - integrity sha512-CJi4Il/msz8HkdDfXOMu+r5Au/oyEjFiOZzbX2d23hRLY0narGjqfE5lFlrT5hfYJhPtM8b85/GNFsxIML/RVA== +winston@3.14.2: + version "3.14.2" + resolved "https://registry.yarnpkg.com/winston/-/winston-3.14.2.tgz#94ce5fd26d374f563c969d12f0cd9c641065adab" + integrity sha512-CO8cdpBB2yqzEf8v895L+GNKYJiEq8eKlHU38af3snQBQ+sdAIUepjMSguOIJC7ICbzm0ZI+Af2If4vIJrtmOg== dependencies: "@colors/colors" "^1.6.0" "@dabh/diagnostics" "^2.0.2"