From 9d4a402d048810d9b9de26e513a46f40d48102ea Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Feb 2024 16:45:41 +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-AJV-584908 - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-BABELTRAVERSE-5962463 --- 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 17a1c2fe59a..7dfe13a37d7 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -25,7 +25,7 @@ "dependencies": { "autoprefixer": "6.7.5", "babel-core": "6.22.1", - "babel-eslint": "7.1.1", + "babel-eslint": "10.1.0", "babel-jest": "18.0.0", "babel-loader": "6.3.2", "babel-preset-react-app": "^2.1.1", @@ -44,7 +44,7 @@ "eslint-plugin-import": "2.0.1", "eslint-plugin-jsx-a11y": "4.0.0", "eslint-plugin-react": "6.4.1", - "extract-text-webpack-plugin": "2.0.0", + "extract-text-webpack-plugin": "3.0.2", "file-loader": "0.10.0", "fs-extra": "0.30.0", "html-webpack-plugin": "2.28.0",