From 2da30412db05c7c0fb0bdef118a85906c79b823d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Oct 2023 20:04:03 +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 e5008ca406d..3bbe48f1d91 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.46", + "@babel/core": "7.0.0", "@babel/runtime": "7.0.0-beta.46", "autoprefixer": "8.5.0", "babel-core": "7.0.0-bridge.0", - "babel-eslint": "8.2.3", + "babel-eslint": "9.0.0", "babel-jest": "22.4.3", "babel-loader": "8.0.0-beta.0", "babel-plugin-named-asset-import": "^0.1.0",