From 3cfe716fb6818d6af21b51c46e03aaaa9d05cde9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 12 May 2025 03:14:20 +0000 Subject: [PATCH] fix: packages/fluentui/react-northstar-prototypes/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELRUNTIME-10044504 --- packages/fluentui/react-northstar-prototypes/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/fluentui/react-northstar-prototypes/package.json b/packages/fluentui/react-northstar-prototypes/package.json index d215f15079b..f972483fbe2 100644 --- a/packages/fluentui/react-northstar-prototypes/package.json +++ b/packages/fluentui/react-northstar-prototypes/package.json @@ -5,7 +5,7 @@ "bugs": "https://github.com/microsoft/fluentui/issues", "private": true, "dependencies": { - "@babel/runtime": "^7.10.4", + "@babel/runtime": "^7.26.10", "@fluentui/accessibility": "^0.66.4", "@fluentui/code-sandbox": "^0.66.4", "@fluentui/docs-components": "^0.66.4",