From 873d7c510656bb1d9d4df6424b97abcdfd53ecf7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Dec 2021 11:50:13 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SHELLQUOTE-1766506 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cce6606..8720f16 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "raf": "3.4.0", "react": "^16.2.0", "react-custom-scrollbars": "^4.2.1", - "react-dev-utils": "^4.2.1", + "react-dev-utils": "^12.0.0", "react-dom": "^16.2.0", "react-dropzone": "^4.2.8", "react-helmet": "^5.2.0",