From c082d99bc6d9bf386e88dfca56f77e959efbb67a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Sep 2022 10:09:23 +0000 Subject: [PATCH] Bump winston from 2.3.1 to 3.8.2 Bumps [winston](https://github.com/winstonjs/winston) from 2.3.1 to 3.8.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/2.3.1...v3.8.2) --- 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..8ca314e 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.2", "dotenv":"^4.0.0", "jsonwebtoken":"^7.4.1", "jsdom":"11.0.0"