From 03112bc130ad640c74b05f789006cc05c2bb64ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 12:27:38 +0000 Subject: [PATCH] Bump js-yaml Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.1 to 4.3.1. - [Changelog](https://github.com/nodeca/js-yaml/blob/4.3.1/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.1.1...4.3.1) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.3.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../RepairServiceAgent/package-lock.json | 31 ++++++++----------- 1 file changed, 13 insertions(+), 18 deletions(-) diff --git a/src/extend-m365-copilot/path-e-lab01-declarative-copilot/RepairServiceAgent/package-lock.json b/src/extend-m365-copilot/path-e-lab01-declarative-copilot/RepairServiceAgent/package-lock.json index 03a77ecfc..ea1d9b15c 100644 --- a/src/extend-m365-copilot/path-e-lab01-declarative-copilot/RepairServiceAgent/package-lock.json +++ b/src/extend-m365-copilot/path-e-lab01-declarative-copilot/RepairServiceAgent/package-lock.json @@ -1214,21 +1214,6 @@ } } }, - "node_modules/@typespec/versioning": { - "version": "0.75.0", - "resolved": "https://registry.npmjs.org/@typespec/versioning/-/versioning-0.75.0.tgz", - "integrity": "sha512-wdLcVx5UW4WRks/OXfqLiaDTtWfAWgv/nj69u99gRJU6iY9ExEvK5x9NQszZQKYnu6tM7nkoYMg4zu+7YBUBaw==", - "dev": true, - "license": "MIT", - "optional": true, - "peer": true, - "engines": { - "node": ">=20.0.0" - }, - "peerDependencies": { - "@typespec/compiler": "^1.5.0" - } - }, "node_modules/@vue/reactivity": { "version": "3.5.24", "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.5.24.tgz", @@ -1878,10 +1863,20 @@ "license": "MIT" }, "node_modules/js-yaml": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", - "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.1.tgz", + "integrity": "sha512-CY6crGq313MX8GkwvB7tzgp99vjQxY1++5y10/BKN/GUfHqWaOGQMNZkBvqSzsZKWk/ijwHlWzzkLulsGHhjWQ==", "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/puzrin" + }, + { + "type": "github", + "url": "https://github.com/sponsors/nodeca" + } + ], "license": "MIT", "dependencies": { "argparse": "^2.0.1"