From 84d593ad64ad63303387f5c384a45848c44b4cca Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 6 Apr 2024 09:46:44 +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-INFLIGHT-6095116 --- 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 469e003bab1..b2eaa293292 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -35,7 +35,7 @@ "css-loader": "1.0.0", "dotenv": "6.0.0", "dotenv-expand": "4.2.0", - "eslint": "5.6.0", + "eslint": "9.0.0", "eslint-config-react-app": "^3.0.3", "eslint-loader": "2.1.1", "eslint-plugin-flowtype": "2.50.1",