From 31b7b106925343c9228a4f0480398636645d1c7c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 14 Jul 2021 03:43:03 +0000 Subject: [PATCH] fix: upgrade react-scripts from 4.0.2 to 4.0.3 Snyk has created this PR to upgrade react-scripts from 4.0.2 to 4.0.3. See this package in npm: https://www.npmjs.com/package/react-scripts See this project in Snyk: https://app.snyk.io/org/firefoxcyber/project/21f52e11-88c4-4497-8bf7-751c492ef0d0?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a90fbfd..4e145ce 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "pg-hstore": "^2.3.3", "react": "^17.0.1", "react-dom": "^17.0.1", - "react-scripts": "4.0.2", + "react-scripts": "4.0.3", "sequelize": "^6.5.0", "set-interval-async": "^1.0.34", "web-vitals": "^1.0.1"