From 247268ecf2c426198e9558fc5ddf73f144ed5c27 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 Oct 2023 03:26:25 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-scripts/package.json b/packages/react-scripts/package.json index 43ea8b6aa08..24319824da6 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -21,7 +21,7 @@ "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": "7.2.5", "babel-core": "7.0.0-bridge.0",