From 569f3699038914545d5ffe630996d4bbfb23bef8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 Oct 2022 03:18:52 +0000 Subject: [PATCH] fix: upgrade chalk from 5.0.1 to 5.1.0 Snyk has created this PR to upgrade chalk from 5.0.1 to 5.1.0. See this package in npm: https://www.npmjs.com/package/chalk See this project in Snyk: https://app.snyk.io/org/albogdano/project/9d83fb44-e594-400d-b183-e22dc3262855?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 fbf6925..472a984 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "brace-expansion": "^2.0.1", - "chalk": "^5.0.1", + "chalk": "^5.1.0", "conf": "^10.2.0", "exit": "^0.1.2", "figlet": "^1.5.2", @@ -637,9 +637,9 @@ } }, "node_modules/chalk": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.0.1.tgz", - "integrity": "sha512-Fo07WOYGqMfCWHOzSXOt2CxDbC6skS/jO9ynEcmpANMoPrD+W1r1K6Vx7iNm+AQmETU1Xr2t+n8nzkV9t6xh3w==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.1.0.tgz", + "integrity": "sha512-56zD4khRTBoIyzUYAFgDDaPhUMN/fC/rySe6aZGqbj/VWiU2eI3l6ZLOtYGFZAV5v02mwPjtpzlrOveJiz5eZQ==", "engines": { "node": "^12.17.0 || ^14.13 || >=16.0.0" }, @@ -4081,9 +4081,9 @@ } }, "chalk": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.0.1.tgz", - "integrity": "sha512-Fo07WOYGqMfCWHOzSXOt2CxDbC6skS/jO9ynEcmpANMoPrD+W1r1K6Vx7iNm+AQmETU1Xr2t+n8nzkV9t6xh3w==" + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.1.0.tgz", + "integrity": "sha512-56zD4khRTBoIyzUYAFgDDaPhUMN/fC/rySe6aZGqbj/VWiU2eI3l6ZLOtYGFZAV5v02mwPjtpzlrOveJiz5eZQ==" }, "ci-info": { "version": "3.3.2", diff --git a/package.json b/package.json index 7743ded..db90824 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "repository": "Erudika/para-cli", "dependencies": { "brace-expansion": "^2.0.1", - "chalk": "^5.0.1", + "chalk": "^5.1.0", "conf": "^10.2.0", "exit": "^0.1.2", "figlet": "^1.5.2",