From 89de58c85e4d1f740db31014a7daf0f67177df75 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Sep 2021 02:12:33 +0000 Subject: [PATCH] fix: packages/react-error-overlay/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- packages/react-error-overlay/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/react-error-overlay/package.json b/packages/react-error-overlay/package.json index a00c0d23259..b9acf4fb369 100644 --- a/packages/react-error-overlay/package.json +++ b/packages/react-error-overlay/package.json @@ -41,7 +41,7 @@ "chalk": "^2.3.2", "chokidar": "^2.0.2", "cross-env": "5.2.0", - "eslint": "5.6.0", + "eslint": "7.0.0", "eslint-config-react-app": "^3.0.0", "eslint-plugin-flowtype": "2.50.1", "eslint-plugin-import": "2.14.0", @@ -49,7 +49,7 @@ "eslint-plugin-react": "7.11.1", "flow-bin": "^0.63.1", "html-entities": "1.2.1", - "jest": "23.6.0", + "jest": "25.0.0", "jest-fetch-mock": "1.6.6", "object-assign": "4.1.1", "promise": "8.0.2",