From 99b7c5f8d30cccb0584ce5dd8b2219ad46148ad0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 11 May 2025 02:41:05 +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-BABELRUNTIME-10044504 --- 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 e5008ca406d..596a21d80ba 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -22,7 +22,7 @@ }, "dependencies": { "@babel/core": "7.0.0-beta.46", - "@babel/runtime": "7.0.0-beta.46", + "@babel/runtime": "7.26.10", "autoprefixer": "8.5.0", "babel-core": "7.0.0-bridge.0", "babel-eslint": "8.2.3",