From 8066c0a47759d1482eea26a4b7fa6f6b6861deab Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 30 Oct 2024 05:24:37 +0000 Subject: [PATCH 1/2] fix: upgrade winston from 3.14.2 to 3.15.0 Snyk has created this PR to upgrade winston from 3.14.2 to 3.15.0. See this package in npm: winston See this project in Snyk: https://app.snyk.io/org/2lambda123/project/5dbca2f9-50aa-41a8-9e4d-7b36e67df46c?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2d8e7030..c6c1c003 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,10 +24,10 @@ "prettier-plugin-sql": "0.18.1", "semver": "7.6.1", "sfmc-sdk": "2.1.2", - "simple-git": "^3.27.0", + "simple-git": "3.27.0", "toposort": "2.0.2", "update-notifier": "7.0.0", - "winston": "3.14.2", + "winston": "^3.15.0", "yargs": "17.7.2" }, "bin": { @@ -8097,9 +8097,9 @@ } }, "node_modules/winston": { - "version": "3.14.2", - "resolved": "https://registry.npmjs.org/winston/-/winston-3.14.2.tgz", - "integrity": "sha512-CO8cdpBB2yqzEf8v895L+GNKYJiEq8eKlHU38af3snQBQ+sdAIUepjMSguOIJC7ICbzm0ZI+Af2If4vIJrtmOg==", + "version": "3.15.0", + "resolved": "https://registry.npmjs.org/winston/-/winston-3.15.0.tgz", + "integrity": "sha512-RhruH2Cj0bV0WgNL+lOfoUBI4DVfdUNjVnJGVovWZmrcKtrFTTRzgXYK2O9cymSGjrERCtaAeHwMNnUWXlwZow==", "license": "MIT", "dependencies": { "@colors/colors": "^1.6.0", diff --git a/package.json b/package.json index 95d3efaf..43b2f6ef 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "simple-git": "3.27.0", "toposort": "2.0.2", "update-notifier": "7.0.0", - "winston": "3.14.2", + "winston": "3.15.0", "yargs": "17.7.2" }, "devDependencies": { From a31d6235c60cf08faaee65ff9e02b40291fe44b4 Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Wed, 30 Oct 2024 05:24:58 +0000 Subject: [PATCH 2/2] Restyled by prettier-json --- package-lock.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index c6c1c003..9351305b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3332,9 +3332,7 @@ "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", "hasInstallScript": true, "optional": true, - "os": [ - "darwin" - ], + "os": ["darwin"], "engines": { "node": "^8.16.0 || ^10.6.0 || >=11.0.0" }