From dc2fe0b0b1f557c8015887e8140eea58caa27889 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 30 Aug 2024 08:32:47 +0000 Subject: [PATCH] fix: upgrade winston from 3.13.1 to 3.14.1 Snyk has created this PR to upgrade winston from 3.13.1 to 3.14.1. See this package in npm: winston See this project in Snyk: https://app.snyk.io/org/18f-wyj/project/2a20efc4-28b5-4e1d-bf22-cd07fd0e7c99?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1dc813fa..658caf17 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "p-retry": "^6.2.0", "pg-boss": "^9.0.3", "proxy-agent": "^6.4.0", - "winston": "^3.11.0" + "winston": "^3.14.1" }, "bin": { "analytics": "bin/analytics" @@ -9646,9 +9646,10 @@ "dev": true }, "node_modules/winston": { - "version": "3.13.1", - "resolved": "https://registry.npmjs.org/winston/-/winston-3.13.1.tgz", - "integrity": "sha512-SvZit7VFNvXRzbqGHsv5KSmgbEYR5EiQfDAL9gxYkRqa934Hnk++zze0wANKtMHcy/gI4W/3xmSDwlhf865WGw==", + "version": "3.14.1", + "resolved": "https://registry.npmjs.org/winston/-/winston-3.14.1.tgz", + "integrity": "sha512-CJi4Il/msz8HkdDfXOMu+r5Au/oyEjFiOZzbX2d23hRLY0narGjqfE5lFlrT5hfYJhPtM8b85/GNFsxIML/RVA==", + "license": "MIT", "dependencies": { "@colors/colors": "^1.6.0", "@dabh/diagnostics": "^2.0.2", diff --git a/package.json b/package.json index 6eb50148..eccbd2ed 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "p-retry": "^6.2.0", "pg-boss": "^9.0.3", "proxy-agent": "^6.4.0", - "winston": "^3.11.0" + "winston": "^3.14.1" }, "devDependencies": { "@cucumber/cucumber": "^10.3.1",