From 0f60dd8db54aff2e724636ff40365d938daf98e1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 25 Jan 2026 05:42:59 +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-LODASH-15053838 --- 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..49a203847b5 100644 --- a/packages/fluentui/styles/package.json +++ b/packages/fluentui/styles/package.json @@ -7,7 +7,7 @@ "dependencies": { "@babel/runtime": "^7.10.4", "csstype": "^3.0.2", - "lodash": "^4.17.15" + "lodash": "^4.17.23" }, "devDependencies": { "@fluentui/eslint-plugin": "*",