From 8172d6b608ba64c8a1d6407f374306132bf1c087 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 09:59:50 +0000 Subject: [PATCH] Bump winston from 2.3.1 to 3.9.0 Bumps [winston](https://github.com/winstonjs/winston) from 2.3.1 to 3.9.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.9.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..838ae02 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.9.0", "dotenv":"^4.0.0", "jsonwebtoken":"^7.4.1", "jsdom":"11.0.0"