From f98475438ca7ba225412fbb11425ef04c8d1d4b6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 20 Nov 2025 00:11:20 +0000 Subject: [PATCH] fix: repo-scripts/doc-plugin-rush-stack/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSYAML-13961110 --- repo-scripts/doc-plugin-rush-stack/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repo-scripts/doc-plugin-rush-stack/package.json b/repo-scripts/doc-plugin-rush-stack/package.json index fe22e556840..9b0398d053f 100644 --- a/repo-scripts/doc-plugin-rush-stack/package.json +++ b/repo-scripts/doc-plugin-rush-stack/package.json @@ -14,7 +14,7 @@ "@microsoft/api-extractor-model": "workspace:*", "@microsoft/tsdoc": "0.13.2", "@rushstack/node-core-library": "workspace:*", - "js-yaml": "~3.13.1" + "js-yaml": "~3.14.2" }, "devDependencies": { "@rushstack/eslint-config": "workspace:*",