From 0f65bff2fc754150f7acbfe4729e163377ca9ce3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Oct 2023 20:43:35 +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-BABELTRAVERSE-5962462 --- 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 46e9a00a020..92afef4fa06 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -21,11 +21,11 @@ "react-scripts": "./bin/react-scripts.js" }, "dependencies": { - "@babel/core": "7.0.0-beta.38", + "@babel/core": "7.0.0", "@babel/runtime": "7.0.0-beta.38", "autoprefixer": "7.2.5", "babel-core": "7.0.0-bridge.0", - "babel-eslint": "8.2.1", + "babel-eslint": "8.2.2", "babel-jest": "22.1.0", "babel-loader": "8.0.0-beta.0", "babel-plugin-named-asset-import": "^0.1.0",