From 814ad0c41c4a676c595ff680ed893cfb9f8afd11 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 26 Jan 2026 04:49:00 +0000 Subject: [PATCH] fix: packages/fluentui/docs/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 --- packages/fluentui/docs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/fluentui/docs/package.json b/packages/fluentui/docs/package.json index 12c6311752..c4aefae9cf 100644 --- a/packages/fluentui/docs/package.json +++ b/packages/fluentui/docs/package.json @@ -29,7 +29,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", "prop-types": "^15.7.2", "qs": "^6.8.0",