diff --git a/sample/archive/chat-ui-lite/package-lock.json b/sample/archive/chat-ui-lite/package-lock.json index 7e38169..590cda0 100644 --- a/sample/archive/chat-ui-lite/package-lock.json +++ b/sample/archive/chat-ui-lite/package-lock.json @@ -7,7 +7,7 @@ "name": "etc-chat-ui", "dependencies": { "@azure/msal-browser": "^4.13.1", - "@microsoft/agents-copilotstudio-client": "^1.5.3" + "@microsoft/agents-copilotstudio-client": "^1.6.1" }, "devDependencies": { "vite": "^6.0.0" @@ -477,12 +477,11 @@ } }, "node_modules/@microsoft/agents-activity": { - "version": "1.5.3", - "resolved": "https://registry.npmjs.org/@microsoft/agents-activity/-/agents-activity-1.5.3.tgz", - "integrity": "sha512-rEm+b8OZuLw/abVFR0pmVqjiQnbcwRlcKg9EjkDRmX7y6fbCNpnITo6luusCH4MTCFFfLYEojFuSo0gKywz4Lg==", + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/@microsoft/agents-activity/-/agents-activity-1.6.1.tgz", + "integrity": "sha512-EURFWskaCBbsNfMj9w5sbIHUNNyIuig8+/YCqe2hwRNTTG01s/Jd8pvvvurnH+5P55Y2++AsYLnuwvXKP8LhjA==", "license": "MIT", "dependencies": { - "uuid": "11.1.0", "zod": "3.25.75" }, "engines": { @@ -490,25 +489,24 @@ } }, "node_modules/@microsoft/agents-copilotstudio-client": { - "version": "1.5.3", - "resolved": "https://registry.npmjs.org/@microsoft/agents-copilotstudio-client/-/agents-copilotstudio-client-1.5.3.tgz", - "integrity": "sha512-H7Wf2WREUtVqvYSmcJI34dHgRloRBbMoZm9MRt32KppmMIAkRdLcfXX2E7x0jNlCNU2qChijNYxlapQihlQNpw==", + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/@microsoft/agents-copilotstudio-client/-/agents-copilotstudio-client-1.6.1.tgz", + "integrity": "sha512-42nEeNQ+W5UTGUz4A2hzjO5ktWf2ZPKvkEY0MCwQhNV8bC10N4AzITYf5HWm9d2v9s2RAtykoraWJy7qIUae9A==", "license": "MIT", "dependencies": { - "@microsoft/agents-activity": "1.5.3", - "@microsoft/agents-telemetry": "1.5.3", + "@microsoft/agents-activity": "1.6.1", + "@microsoft/agents-telemetry": "1.6.1", "eventsource-client": "1.2.0", - "rxjs": "7.8.2", - "uuid": "11.1.0" + "rxjs": "7.8.2" }, "engines": { "node": ">=20.0.0" } }, "node_modules/@microsoft/agents-telemetry": { - "version": "1.5.3", - "resolved": "https://registry.npmjs.org/@microsoft/agents-telemetry/-/agents-telemetry-1.5.3.tgz", - "integrity": "sha512-CO/FeoysMJ4A/eleSG2CXrOtlQPxt2r2f89OMshYCYRd9HsYOj1ktsAyddFuuCd4ojvxO5rxBmvsX4JS3JpEFA==", + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/@microsoft/agents-telemetry/-/agents-telemetry-1.6.1.tgz", + "integrity": "sha512-ugbvUyP0PupHcFXTYy3+mXE2QfW13mRY4hrY7HyS3ZWWL20L7RUyg27nXqL4ndaqtuoEt+MPkluEfabG3iJVSg==", "license": "MIT", "dependencies": { "debug": "^4.4.3" @@ -1160,19 +1158,6 @@ "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", "license": "0BSD" }, - "node_modules/uuid": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.0.tgz", - "integrity": "sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==", - "funding": [ - "https://github.com/sponsors/broofa", - "https://github.com/sponsors/ctavan" - ], - "license": "MIT", - "bin": { - "uuid": "dist/esm/bin/uuid" - } - }, "node_modules/vite": { "version": "6.4.2", "resolved": "https://registry.npmjs.org/vite/-/vite-6.4.2.tgz", diff --git a/sample/archive/chat-ui-lite/package.json b/sample/archive/chat-ui-lite/package.json index 7944850..f3c2103 100644 --- a/sample/archive/chat-ui-lite/package.json +++ b/sample/archive/chat-ui-lite/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@azure/msal-browser": "^4.13.1", - "@microsoft/agents-copilotstudio-client": "^1.5.3" + "@microsoft/agents-copilotstudio-client": "^1.6.1" }, "devDependencies": { "vite": "^6.0.0"