From fa80208255859535822db3ec433aa11172429346 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 12 Sep 2021 18:54:41 +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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index b551631bd9eda3..20f89726f31459 100644 --- a/package.json +++ b/package.json @@ -154,7 +154,7 @@ "babylon": "^6.17.0", "base64-js": "^1.1.2", "bser": "^1.0.2", - "chalk": "^1.1.1", + "chalk": "^2.0.0", "commander": "^2.9.0", "concat-stream": "^1.6.0", "connect": "^2.8.3", @@ -171,7 +171,7 @@ "glob": "^7.1.1", "graceful-fs": "^4.1.3", "image-size": "^0.3.5", - "inquirer": "^0.12.0", + "inquirer": "^3.2.0", "jest-haste-map": "19.0.0", "json-stable-stringify": "^1.0.1", "json5": "^0.4.0", @@ -218,13 +218,13 @@ }, "devDependencies": { "babel-eslint": "^7.2.3", - "eslint": "^3.8.1", + "eslint": "^7.3.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": "24.0.0", "jest-repl": "19.0.2", "jest-runtime": "^19.0.3", "mock-fs": "^3.11.0",