From 97a670d5b5d1baca0da71b0868e2109bc38a39f4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 7 Dec 2019 07:33:15 +0000 Subject: [PATCH] feat: upgrade chalk from 1.1.3 to 3.0.0 Snyk has created this PR to upgrade chalk from 1.1.3 to 3.0.0. See this package in NPM: https://www.npmjs.com/package/chalk See this project in Snyk: https://app.snyk.io/org/lirantal/project/75ebaa2a-676c-4285-a1e3-207a60b2dc78?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c7fdd4e..dab5be3 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ }, "homepage": "https://github.com/lirantal/operations-orchestration-crontab#readme", "dependencies": { - "chalk": "^1.1.1", + "chalk": "^3.0.0", "command-line-args": "^4.0.6", "command-line-usage": "^4.0.0", "cron-to-quartz": "^1.1.0",