From 46308fed63a7a95c83a08ed9b057c3b8411c19e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Jul 2022 09:32:23 +0000 Subject: [PATCH] Bump winston from 2.3.1 to 3.8.1 Bumps [winston](https://github.com/winstonjs/winston) from 2.3.1 to 3.8.1. - [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.1) --- 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..ba23877 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.1", "dotenv":"^4.0.0", "jsonwebtoken":"^7.4.1", "jsdom":"11.0.0"