From df1c3e2e54789db513d7727ce7b57a393b2cd48d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Apr 2022 09:27:16 +0000 Subject: [PATCH] Bump winston from 2.3.1 to 3.7.2 Bumps [winston](https://github.com/winstonjs/winston) from 2.3.1 to 3.7.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/commits) --- updated-dependencies: - dependency-name: winston dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f0fb3cd..b285561 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "axios":"^0.16.1", "react":"^0.14.8", "webpack": "^1.12.13", - "winston": "2.3.1", + "winston": "3.7.2", "dotenv":"^4.0.0", "jsonwebtoken":"^7.4.1", "jsdom":"11.0.0"