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"