From f722ff15ae1b922ae2aac0fc9d695c1f909602e4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Feb 2024 23:00:19 +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-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-BABELTRAVERSE-5962463 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- packages/react-scripts/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/react-scripts/package.json b/packages/react-scripts/package.json index 123f966d035..549dab0ee36 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -23,7 +23,7 @@ "dependencies": { "autoprefixer": "7.1.2", "babel-core": "6.25.0", - "babel-eslint": "7.2.3", + "babel-eslint": "10.1.0", "babel-jest": "20.0.3", "babel-loader": "7.1.1", "babel-preset-react-app": "^3.0.3", @@ -34,7 +34,7 @@ "dotenv": "4.0.0", "eslint": "4.4.1", "eslint-config-react-app": "^2.0.1", - "eslint-loader": "1.9.0", + "eslint-loader": "4.0.2", "eslint-plugin-flowtype": "2.35.0", "eslint-plugin-import": "2.7.0", "eslint-plugin-jsx-a11y": "5.1.1",