From 880959c3ed25fc3d5039f4d5568c05f026baf4e9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 10 Mar 2022 18:03:16 +0000 Subject: [PATCH] fix: upgrade chalk from 5.0.0 to 5.0.1 Snyk has created this PR to upgrade chalk from 5.0.0 to 5.0.1. See this package in npm: https://www.npmjs.com/package/chalk See this project in Snyk: https://app.snyk.io/org/timbergus/project/a616b577-3599-4742-bbca-29b49e0c9c5e?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 4156aec..54fec86 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0-development", "license": "MIT", "dependencies": { - "chalk": "^5.0.0", + "chalk": "^5.0.1", "fs-extra": "^10.0.0", "inquirer": "^8.2.0", "mkdirp": "^1.0.4", @@ -4278,9 +4278,9 @@ } }, "node_modules/chalk": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.0.0.tgz", - "integrity": "sha512-/duVOqst+luxCQRKEo4bNxinsOQtMP80ZYm7mMqzuh5PociNL0PvmHFvREJ9ueYL2TxlHjBcmLCdmocx9Vg+IQ==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.0.1.tgz", + "integrity": "sha512-Fo07WOYGqMfCWHOzSXOt2CxDbC6skS/jO9ynEcmpANMoPrD+W1r1K6Vx7iNm+AQmETU1Xr2t+n8nzkV9t6xh3w==", "engines": { "node": "^12.17.0 || ^14.13 || >=16.0.0" }, @@ -21987,9 +21987,9 @@ } }, "chalk": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.0.0.tgz", - "integrity": "sha512-/duVOqst+luxCQRKEo4bNxinsOQtMP80ZYm7mMqzuh5PociNL0PvmHFvREJ9ueYL2TxlHjBcmLCdmocx9Vg+IQ==" + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.0.1.tgz", + "integrity": "sha512-Fo07WOYGqMfCWHOzSXOt2CxDbC6skS/jO9ynEcmpANMoPrD+W1r1K6Vx7iNm+AQmETU1Xr2t+n8nzkV9t6xh3w==" }, "char-regex": { "version": "1.0.2", diff --git a/package.json b/package.json index e20a810..80e924e 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "panic": "rimraf package-lock.json && rimraf node_modules && npm i && npm test" }, "dependencies": { - "chalk": "^5.0.0", + "chalk": "^5.0.1", "fs-extra": "^10.0.0", "inquirer": "^8.2.0", "mkdirp": "^1.0.4",