From fada150af1c60c91b7892b0629bc61b0ce9024c4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 4 Oct 2023 16:28:16 +0000 Subject: [PATCH] fix: upgrade winston from 3.9.0 to 3.10.0 Snyk has created this PR to upgrade winston from 3.9.0 to 3.10.0. See this package in npm: https://www.npmjs.com/package/winston See this project in Snyk: https://app.snyk.io/org/contentstack-marketplace/project/efad0db0-c446-43d9-b723-fc7807795219?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6638c98..484a8e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "open": "^9.1.0", "shelljs": "^0.8.5", "tmp": "^0.2.1", - "winston": "^3.9.0" + "winston": "^3.10.0" }, "bin": { "app": "bin/run" @@ -11689,9 +11689,9 @@ } }, "node_modules/winston": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/winston/-/winston-3.9.0.tgz", - "integrity": "sha512-jW51iW/X95BCW6MMtZWr2jKQBP4hV5bIDq9QrIjfDk6Q9QuxvTKEAlpUNAzP+HYHFFCeENhph16s0zEunu4uuQ==", + "version": "3.10.0", + "resolved": "https://registry.npmjs.org/winston/-/winston-3.10.0.tgz", + "integrity": "sha512-nT6SIDaE9B7ZRO0u3UvdrimG0HkB7dSTAgInQnNR2SOPJ4bvq5q79+pXLftKmP52lJGW15+H5MCK0nM9D3KB/g==", "dependencies": { "@colors/colors": "1.5.0", "@dabh/diagnostics": "^2.0.2", @@ -21833,9 +21833,9 @@ } }, "winston": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/winston/-/winston-3.9.0.tgz", - "integrity": "sha512-jW51iW/X95BCW6MMtZWr2jKQBP4hV5bIDq9QrIjfDk6Q9QuxvTKEAlpUNAzP+HYHFFCeENhph16s0zEunu4uuQ==", + "version": "3.10.0", + "resolved": "https://registry.npmjs.org/winston/-/winston-3.10.0.tgz", + "integrity": "sha512-nT6SIDaE9B7ZRO0u3UvdrimG0HkB7dSTAgInQnNR2SOPJ4bvq5q79+pXLftKmP52lJGW15+H5MCK0nM9D3KB/g==", "requires": { "@colors/colors": "1.5.0", "@dabh/diagnostics": "^2.0.2", diff --git a/package.json b/package.json index d1bd7cc..9f04f52 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "open": "^9.1.0", "shelljs": "^0.8.5", "tmp": "^0.2.1", - "winston": "^3.9.0" + "winston": "^3.10.0" }, "devDependencies": { "@oclif/test": "^2.0.3",