From e2ebda0d33112cd3362166cb9b7ebf68ae942f9e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 28 Apr 2023 15:01:30 +0000 Subject: [PATCH] fix: packages/react-scripts/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FSEVENTS-5487987 --- packages/react-scripts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-scripts/package.json b/packages/react-scripts/package.json index 3f7c4daa777..e350b15118b 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -43,7 +43,7 @@ "extract-text-webpack-plugin": "3.0.2", "file-loader": "1.1.5", "fs-extra": "3.0.1", - "fsevents": "1.1.2", + "fsevents": "1.2.11", "html-webpack-plugin": "2.29.0", "jest": "20.0.4", "node-sass": "^4.6.0",