From 7470f0efc129df79274b643114392fa51dda936b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 26 Jan 2026 05:24: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-LODASH-15053838 --- 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..54a980b8f03 100644 --- a/packages/fluentui/react-northstar-prototypes/package.json +++ b/packages/fluentui/react-northstar-prototypes/package.json @@ -19,7 +19,7 @@ "csstype": "^3.0.2", "faker": "^4.1.0", "formik": "2.2.6", - "lodash": "^4.17.15", + "lodash": "^4.17.23", "moment": "^2.18.1", "react-custom-scrollbars": "^4.2.1", "react-document-title": "^2.0.3",