From 5f52a4e8607ee3d440bf4274387665569e8dfff9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 29 Jan 2026 00:57:37 +0000 Subject: [PATCH] fix: packages/fluentui/react-northstar/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 --- packages/fluentui/react-northstar/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/fluentui/react-northstar/package.json b/packages/fluentui/react-northstar/package.json index 72dfacfaec8..ec55315482f 100644 --- a/packages/fluentui/react-northstar/package.json +++ b/packages/fluentui/react-northstar/package.json @@ -23,7 +23,7 @@ "classnames": "^2.2.6", "compute-scroll-into-view": "1.0.11", "downshift": "5.0.5", - "lodash": "^4.17.15", + "lodash": "^4.17.23", "prop-types": "^15.7.2", "react-is": "^17.0.2", "react-transition-group": "^4.4.1"