From 5b3a7a25284f0eecf6b62402be513234d594216a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 7 Dec 2019 23:27:24 +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/8c281733-f3ef-4b50-b1ef-a66c1690a3cb?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 8a05345..3d1eb97 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ }, "homepage": "https://github.com/lirantal/operations-orchestration-backup#readme", "dependencies": { - "chalk": "^1.1.1", + "chalk": "^3.0.0", "command-line-args": "^4.0.7", "command-line-usage": "^4.1.0", "jsonfile": "^3.0.1",