From d6449308ce50da855dbd768169263e54e39446e8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Sep 2021 22:47:49 +0000 Subject: [PATCH] fix: lib/core/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- lib/core/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/core/package.json b/lib/core/package.json index 2591f8814bfc..67c242372829 100644 --- a/lib/core/package.json +++ b/lib/core/package.json @@ -41,10 +41,10 @@ "babel-plugin-emotion": "^10.0.14", "babel-plugin-macros": "^2.4.5", "babel-preset-minify": "^0.5.0 || 0.6.0-alpha.5", - "boxen": "^3.0.0", + "boxen": "^4.1.0", "case-sensitive-paths-webpack-plugin": "^2.2.0", "chalk": "^2.4.2", - "cli-table3": "0.5.1", + "cli-table3": "0.6.0", "commander": "^2.19.0", "common-tags": "^1.8.0", "core-js": "^3.0.1", @@ -60,7 +60,7 @@ "fs-extra": "^8.0.1", "global": "^4.3.2", "html-webpack-plugin": "^4.0.0-beta.2", - "inquirer": "^6.2.0", + "inquirer": "^7.0.5", "interpret": "^1.2.0", "ip": "^1.1.5", "json5": "^2.1.0", @@ -73,7 +73,7 @@ "pretty-hrtime": "^1.0.3", "qs": "^6.6.0", "raw-loader": "^2.0.0", - "react-dev-utils": "^9.0.0", + "react-dev-utils": "^11.0.0", "regenerator-runtime": "^0.12.1", "resolve": "^1.11.0", "resolve-from": "^5.0.0",