From 76a825b83a486614c7281fac7eaef3942f6774c9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 11 Feb 2023 18:42:00 +0000 Subject: [PATCH] fix: upgrade react-scripts from 4.0.0 to 4.0.3 Snyk has created this PR to upgrade react-scripts from 4.0.0 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/seshgirik-c0o/project/29fcd897-edff-46af-9ee8-cffbd34fa9d8?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5866f498..c033d9cd 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "react-ga": "^2.7.0", "react-icons": "^3.11.0", "react-markdown": "^4.3.1", - "react-scripts": "^4.0.0", + "react-scripts": "^4.0.3", "react-scroll": "^1.8.0", "react-table": "^7.6.3", "react-test-renderer": "^16.14.0",