From 622ac47bd56c5103e410f9b5526e8471d7dcd973 Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Sun, 8 Dec 2019 07:27:18 +0100 Subject: [PATCH] feat: upgrade chalk from 1.1.3 to 3.0.0 (#9) 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",