From 0c43e7dd35a64cac0618a53eafb3670d4c889946 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 17 Sep 2021 19:42:50 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ca8fa84..8111fed 100644 --- a/package.json +++ b/package.json @@ -12,9 +12,9 @@ "author": "", "license": "ISC", "dependencies": { - "babel-cli": "6.11.4", + "babel-cli": "6.18.0", "babel-core": "6.13.2", - "chalk": "1.1.3", + "chalk": "2.0.0", "redwrap": "0.0.4", "shelljs": "0.7.5", "youtube-dl": "1.11.1",