From 6468258d9f0830ce5124e043b493bab7bf3d941b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 5 Jan 2026 04:37:08 +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-QS-14724253 --- 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..2908c6844d 100644 --- a/packages/fluentui/docs/package.json +++ b/packages/fluentui/docs/package.json @@ -32,7 +32,7 @@ "lodash": "^4.17.15", "moment": "^2.18.1", "prop-types": "^15.7.2", - "qs": "^6.8.0", + "qs": "^6.14.1", "react": "17.0.2", "react-codesandboxer": "^3.1.3", "react-custom-scrollbars": "^4.2.1",