From e1d366900bd5fabce1f2beac18f3d45df6222fd6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Dec 2021 01:35:46 +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 - https://snyk.io/vuln/SNYK-JS-BROWSERSLIST-1090194 - https://snyk.io/vuln/SNYK-JS-IMMER-1540542 - https://snyk.io/vuln/SNYK-JS-SHELLQUOTE-1766506 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 22c5e79..14b4a97 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "html-webpack-plugin": "4.0.0-beta.5", "identity-obj-proxy": "3.0.0", "is-wsl": "^1.1.0", - "jest": "24.7.1", + "jest": "25.0.0", "jest-environment-jsdom-fourteen": "0.1.0", "jest-resolve": "24.7.1", "jest-watch-typeahead": "0.3.0", @@ -46,7 +46,7 @@ "postcss-safe-parser": "4.0.1", "react": "^16.8.6", "react-app-polyfill": "^1.0.1", - "react-dev-utils": "^9.0.1", + "react-dev-utils": "^12.0.0", "react-dom": "^16.8.6", "resolve": "1.10.0", "sass-loader": "7.1.0",