From 85b7b08dbdc7b1fefbf73ae5f493286d31c11dec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Nov 2025 15:46:40 +0000 Subject: [PATCH] Bump js-yaml from 3.13.1 to 4.1.1 in /packages/typespec-powershell Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.13.1 to 4.1.1. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/3.13.1...4.1.1) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/typespec-powershell/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/typespec-powershell/package.json b/packages/typespec-powershell/package.json index 6dfcbb7cf9..c188da6219 100644 --- a/packages/typespec-powershell/package.json +++ b/packages/typespec-powershell/package.json @@ -25,7 +25,7 @@ "@azure-tools/linq": "~3.1.0", "@azure-tools/tasks": "~3.0.0", "ejs": "~3.1.8", - "js-yaml": "3.13.1", + "js-yaml": "4.1.1", "source-map-support": "0.5.13", "xmlbuilder": "10.1.1" },