From 4da8861e918b61561016defcbbce360c0ca375f6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 May 2022 05:50:14 +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 1f4ff6e2239d43..87caac0ac2136a 100644 --- a/package.json +++ b/package.json @@ -157,7 +157,7 @@ "babel-register": "^6.24.1", "babel-runtime": "^6.23.0", "base64-js": "^1.1.2", - "chalk": "^1.1.1", + "chalk": "^2.0.0", "commander": "^2.9.0", "connect": "^2.8.3", "create-react-class": "^15.5.2", @@ -197,7 +197,7 @@ "ws": "^1.1.0", "xcode": "^0.9.1", "xmldoc": "^0.4.0", - "yargs": "^9.0.0" + "yargs": "^13.2.4" }, "devDependencies": { "babel-eslint": "^7.2.3",