From 68297be7fdf42f96e99096d5808616e89490015e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 11 May 2025 04:49:13 +0000 Subject: [PATCH] fix: packages/fluentui/styles/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELRUNTIME-10044504 --- packages/fluentui/styles/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/fluentui/styles/package.json b/packages/fluentui/styles/package.json index b58ba70d9f4..56ed4c5fabf 100644 --- a/packages/fluentui/styles/package.json +++ b/packages/fluentui/styles/package.json @@ -5,7 +5,7 @@ "author": "Marija Najdova ", "bugs": "https://github.com/microsoft/fluentui/issues", "dependencies": { - "@babel/runtime": "^7.10.4", + "@babel/runtime": "^7.26.10", "csstype": "^3.0.2", "lodash": "^4.17.15" },