From 1e5d84745bd9183ce9a9b27077288ba240e9feba Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Sep 2021 03:13:52 +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 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index b551631bd9eda3..a34538414c9c1f 100644 --- a/package.json +++ b/package.json @@ -171,7 +171,7 @@ "glob": "^7.1.1", "graceful-fs": "^4.1.3", "image-size": "^0.3.5", - "inquirer": "^0.12.0", + "inquirer": "^7.0.5", "jest-haste-map": "19.0.0", "json-stable-stringify": "^1.0.1", "json5": "^0.4.0", @@ -214,19 +214,19 @@ "xmldoc": "^0.4.0", "xpipe": "^1.0.5", "xtend": ">=4.0.0 <4.1.0-0", - "yargs": "^6.4.0" + "yargs": "^15.0.1" }, "devDependencies": { "babel-eslint": "^7.2.3", - "eslint": "^3.8.1", + "eslint": "^6.6.0", "eslint-config-fbjs": "^1.1.1", "eslint-plugin-babel": "^3.3.0", "eslint-plugin-flowtype": "^2.20.0", "eslint-plugin-react": "^6.4.1", "flow-bin": "^0.46.0", - "jest": "19.0.2", - "jest-repl": "19.0.2", - "jest-runtime": "^19.0.3", + "jest": "25.0.0", + "jest-repl": "25.1.0", + "jest-runtime": "^25.1.0", "mock-fs": "^3.11.0", "react-dom": "~16.0.0-alpha.4", "sharp": "^0.17.2",