From 742afd1692a21d84e646ec49b4ca04e4dca00c1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jun 2022 09:28:50 +0000 Subject: [PATCH] Bump winston from 2.3.1 to 3.8.0 Bumps [winston](https://github.com/winstonjs/winston) from 2.3.1 to 3.8.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/2.3.1...v3.8.0) --- 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..a5305a7 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.8.0", "dotenv":"^4.0.0", "jsonwebtoken":"^7.4.1", "jsdom":"11.0.0"