From b7ceafb8f3fbc15644407d1f087aa8a02e89c091 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 15 Jul 2025 14:07:55 +0000 Subject: [PATCH] fix: packages/react-i18n/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELRUNTIME-10044504 --- packages/react-i18n/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-i18n/package.json b/packages/react-i18n/package.json index f4672be176464f..d94f9157d1c9bb 100644 --- a/packages/react-i18n/package.json +++ b/packages/react-i18n/package.json @@ -29,7 +29,7 @@ "types": "build-types", "sideEffects": false, "dependencies": { - "@babel/runtime": "7.25.7", + "@babel/runtime": "7.26.10", "@wordpress/element": "file:../element", "@wordpress/i18n": "file:../i18n", "utility-types": "^3.10.0"