From 1e2b244cd8cafa3cc0c7dab8976546970a077873 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 12 Sep 2021 20:23:11 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 870a5c6e5b0..6315ef718e4 100644 --- a/package.json +++ b/package.json @@ -28,15 +28,15 @@ "babel-core": "^6.21.0", "babel-preset-es2015": "^6.18.0", "babel-preset-stage-3": "^6.17.0", - "chalk": "^1.1.3", + "chalk": "^2.0.0", "cross-spawn": "^5.0.1", "diff": "^3.2.0", "enhanced-resolve": "^3.0.2", "fit-commit-js": "^0.3.1", "got": "^6.6.3", - "inquirer": "^2.0.0", + "inquirer": "^3.2.0", "interpret": "^1.0.1", - "jscodeshift": "^0.3.30", + "jscodeshift": "^0.4.0", "loader-utils": "^0.2.16", "lodash": "^4.17.4", "recast": "git://github.com/kalcifer/recast.git#bug/allowbreak",