diff --git a/js/package.json b/js/package.json index af53451b5..f32c3ac87 100644 --- a/js/package.json +++ b/js/package.json @@ -20,8 +20,8 @@ "test:nyc:report": "npx rimraf coverage && yarn test:mocha && nyc report" }, "dependencies": { - "botbuilder": "^4.23.2", - "openai": "4.77.4" + "botbuilder": "^4.23.3", + "openai": "4.104.0" }, "devDependencies": { "@azure/logger": "^1.1.4", diff --git a/js/packages/teams-ai/package.json b/js/packages/teams-ai/package.json index ce897292c..74523b6f4 100644 --- a/js/packages/teams-ai/package.json +++ b/js/packages/teams-ai/package.json @@ -29,9 +29,9 @@ "openai": "4.77.4" }, "dependencies": { - "@azure/msal-node": "^2.16.1", + "@azure/msal-node": "^2.16.3", "axios": "^1.8.4", - "botbuilder-dialogs": "^4.23.2", + "botbuilder-dialogs": "^4.23.3", "botframework-connector": "^4.23.1", "botframework-schema": "^4.23.1", "botframework-streaming": "^4.23.1", @@ -39,7 +39,7 @@ "json-colorizer": "^2.2.2", "jsonschema": "1.5.0", "uuid": "^9.0.1", - "yaml": "^2.7.0" + "yaml": "^2.8.1" }, "resolutions": { "follow-redirects": "^1.15.0" diff --git a/js/samples/01.getting-started/a.echoBot/package.json b/js/samples/01.getting-started/a.echoBot/package.json index 24bc4ed28..acb4d0903 100644 --- a/js/samples/01.getting-started/a.echoBot/package.json +++ b/js/samples/01.getting-started/a.echoBot/package.json @@ -23,9 +23,9 @@ }, "dependencies": { "@microsoft/teams-ai": "~1.7.4", - "botbuilder": "^4.23.2", - "dotenv": "^16.4.5", - "openai": "4.77.4", + "botbuilder": "^4.23.3", + "dotenv": "^16.6.1", + "openai": "4.104.0", "replace": "~1.2.0", "restify": "~11.1.0" }, diff --git a/js/samples/02.teams-features/a.messageExtensions.searchCommand/package.json b/js/samples/02.teams-features/a.messageExtensions.searchCommand/package.json index 09206e11a..973141187 100644 --- a/js/samples/02.teams-features/a.messageExtensions.searchCommand/package.json +++ b/js/samples/02.teams-features/a.messageExtensions.searchCommand/package.json @@ -21,9 +21,9 @@ "dependencies": { "@microsoft/teams-ai": "~1.7.4", "axios": "^1.8.4", - "botbuilder": "^4.23.2", - "dotenv": "^16.4.5", - "openai": "4.77.4", + "botbuilder": "^4.23.3", + "dotenv": "^16.6.1", + "openai": "4.104.0", "replace": "~1.2.0", "restify": "~11.1.0" }, diff --git a/js/samples/02.teams-features/b.adaptiveCards.typeAheadBot/package.json b/js/samples/02.teams-features/b.adaptiveCards.typeAheadBot/package.json index eb57b7491..ece4cca46 100644 --- a/js/samples/02.teams-features/b.adaptiveCards.typeAheadBot/package.json +++ b/js/samples/02.teams-features/b.adaptiveCards.typeAheadBot/package.json @@ -24,9 +24,9 @@ "dependencies": { "@microsoft/teams-ai": "~1.7.4", "axios": "^1.8.4", - "botbuilder": "^4.23.2", - "dotenv": "^16.4.5", - "openai": "4.77.4", + "botbuilder": "^4.23.3", + "dotenv": "^16.6.1", + "openai": "4.104.0", "replace": "~1.2.0", "restify": "~11.1.0" }, diff --git a/js/samples/03.ai-concepts/a.twentyQuestions/package.json b/js/samples/03.ai-concepts/a.twentyQuestions/package.json index fa4f73907..454b998a8 100644 --- a/js/samples/03.ai-concepts/a.twentyQuestions/package.json +++ b/js/samples/03.ai-concepts/a.twentyQuestions/package.json @@ -22,9 +22,9 @@ }, "dependencies": { "@microsoft/teams-ai": "~1.7.4", - "botbuilder": "^4.23.2", - "dotenv": "^16.4.5", - "openai": "4.77.4", + "botbuilder": "^4.23.3", + "dotenv": "^16.6.1", + "openai": "4.104.0", "replace": "~1.2.0", "restify": "~11.1.0" }, diff --git a/js/samples/03.ai-concepts/b.AI-messageExtensions/package.json b/js/samples/03.ai-concepts/b.AI-messageExtensions/package.json index 518d7d8f2..c743a2778 100644 --- a/js/samples/03.ai-concepts/b.AI-messageExtensions/package.json +++ b/js/samples/03.ai-concepts/b.AI-messageExtensions/package.json @@ -20,9 +20,9 @@ }, "dependencies": { "@microsoft/teams-ai": "~1.7.4", - "botbuilder": "^4.23.2", - "dotenv": "^16.4.5", - "openai": "4.77.4", + "botbuilder": "^4.23.3", + "dotenv": "^16.6.1", + "openai": "4.104.0", "replace": "~1.2.0", "restify": "~11.1.0" }, diff --git a/js/samples/03.ai-concepts/c.actionMapping-lightBot/package.json b/js/samples/03.ai-concepts/c.actionMapping-lightBot/package.json index fce69a52f..1327cc916 100644 --- a/js/samples/03.ai-concepts/c.actionMapping-lightBot/package.json +++ b/js/samples/03.ai-concepts/c.actionMapping-lightBot/package.json @@ -22,9 +22,9 @@ }, "dependencies": { "@microsoft/teams-ai": "~1.7.4", - "botbuilder": "^4.23.2", - "dotenv": "^16.4.5", - "openai": "4.77.4", + "botbuilder": "^4.23.3", + "dotenv": "^16.6.1", + "openai": "4.104.0", "replace": "~1.2.0", "restify": "~11.1.0" }, diff --git a/js/samples/03.ai-concepts/d.chainedActions-listBot/package.json b/js/samples/03.ai-concepts/d.chainedActions-listBot/package.json index 412bbc49e..a81bb1032 100644 --- a/js/samples/03.ai-concepts/d.chainedActions-listBot/package.json +++ b/js/samples/03.ai-concepts/d.chainedActions-listBot/package.json @@ -22,9 +22,9 @@ }, "dependencies": { "@microsoft/teams-ai": "~1.7.4", - "botbuilder": "^4.23.2", - "dotenv": "^16.4.5", - "openai": "4.77.4", + "botbuilder": "^4.23.3", + "dotenv": "^16.6.1", + "openai": "4.104.0", "replace": "~1.2.0", "restify": "~11.1.0" }, diff --git a/js/samples/03.ai-concepts/e.customModel-LLAMA/package.json b/js/samples/03.ai-concepts/e.customModel-LLAMA/package.json index 10d8eca70..9ee596aef 100644 --- a/js/samples/03.ai-concepts/e.customModel-LLAMA/package.json +++ b/js/samples/03.ai-concepts/e.customModel-LLAMA/package.json @@ -23,9 +23,9 @@ }, "dependencies": { "@microsoft/teams-ai": "~1.7.4", - "botbuilder": "^4.23.2", - "openai": "4.77.4", - "dotenv": "^16.4.1", + "botbuilder": "^4.23.3", + "openai": "4.104.0", + "dotenv": "^16.6.1", "replace": "~1.2.0", "restify": "~11.1.0" }, diff --git a/js/samples/03.ai-concepts/f.chatModeration/package.json b/js/samples/03.ai-concepts/f.chatModeration/package.json index bcf7af9a2..6dd8625c4 100644 --- a/js/samples/03.ai-concepts/f.chatModeration/package.json +++ b/js/samples/03.ai-concepts/f.chatModeration/package.json @@ -20,11 +20,11 @@ }, "dependencies": { "axios": "^1.8.4", - "botbuilder": "^4.23.2", + "botbuilder": "^4.23.3", "@microsoft/teams-ai": "~1.7.4", - "dotenv": "^16.4.5", + "dotenv": "^16.6.1", "jsonwebtoken": "^9.0.2", - "openai": "4.77.4", + "openai": "4.104.0", "replace": "~1.2.0", "restify": "~11.1.0" }, diff --git a/js/samples/04.ai-apps/a.teamsChefBot/package.json b/js/samples/04.ai-apps/a.teamsChefBot/package.json index 0e0d62e39..5046aa96e 100644 --- a/js/samples/04.ai-apps/a.teamsChefBot/package.json +++ b/js/samples/04.ai-apps/a.teamsChefBot/package.json @@ -23,12 +23,12 @@ }, "dependencies": { "@microsoft/teams-ai": "~1.7.4", - "@microsoft/teams-js": "^2.35.0", - "botbuilder": "^4.23.2", - "openai": "4.77.4", + "@microsoft/teams-js": "^2.44.0", + "botbuilder": "^4.23.3", + "openai": "4.104.0", "replace": "~1.2.0", "restify": "~11.1.0", - "vectra": "^0.9.0" + "vectra": "^0.11.1" }, "devDependencies": { "@types/jsonwebtoken": "^9.0.6", diff --git a/js/samples/04.ai-apps/b.devOpsBot/package.json b/js/samples/04.ai-apps/b.devOpsBot/package.json index ace4797e9..6336e07f4 100644 --- a/js/samples/04.ai-apps/b.devOpsBot/package.json +++ b/js/samples/04.ai-apps/b.devOpsBot/package.json @@ -20,11 +20,11 @@ }, "dependencies": { "@microsoft/teams-ai": "~1.7.4", - "botbuilder": "^4.23.2", - "dotenv": "^16.4.5", + "botbuilder": "^4.23.3", + "dotenv": "^16.6.1", "replace": "~1.2.0", "restify": "~11.1.0", - "openai": "4.77.4" + "openai": "4.104.0" }, "devDependencies": { "@types/jsonwebtoken": "^9.0.6", diff --git a/js/samples/04.ai-apps/c.vision-cardGazer/package.json b/js/samples/04.ai-apps/c.vision-cardGazer/package.json index b694b5dbb..947cb5ab6 100644 --- a/js/samples/04.ai-apps/c.vision-cardGazer/package.json +++ b/js/samples/04.ai-apps/c.vision-cardGazer/package.json @@ -21,9 +21,9 @@ }, "dependencies": { "@microsoft/teams-ai": "~1.7.4", - "botbuilder": "^4.23.2", - "dotenv": "^16.4.5", - "openai": "4.77.4", + "botbuilder": "^4.23.3", + "dotenv": "^16.6.1", + "openai": "4.104.0", "replace": "~1.2.0", "restify": "~11.1.0" }, diff --git a/js/samples/04.ai-apps/d.assistants-mathBot/package.json b/js/samples/04.ai-apps/d.assistants-mathBot/package.json index fd4593758..bcfa38d32 100644 --- a/js/samples/04.ai-apps/d.assistants-mathBot/package.json +++ b/js/samples/04.ai-apps/d.assistants-mathBot/package.json @@ -21,10 +21,10 @@ "dependencies": { "@microsoft/teams-ai": "~1.7.4", "axios": "^1.8.4", - "botbuilder": "^4.23.2", - "dotenv": "^16.4.5", + "botbuilder": "^4.23.3", + "dotenv": "^16.6.1", "jsonwebtoken": "^9.0.2", - "openai": "4.77.4", + "openai": "4.104.0", "replace": "~1.2.0", "restify": "~11.1.0" }, diff --git a/js/samples/04.ai-apps/e.assistants-orderBot/package.json b/js/samples/04.ai-apps/e.assistants-orderBot/package.json index 78f7aa086..bb780e316 100644 --- a/js/samples/04.ai-apps/e.assistants-orderBot/package.json +++ b/js/samples/04.ai-apps/e.assistants-orderBot/package.json @@ -23,10 +23,10 @@ "dependencies": { "@microsoft/teams-ai": "~1.7.4", "axios": "^1.8.4", - "botbuilder": "^4.23.2", - "dotenv": "^16.4.5", + "botbuilder": "^4.23.3", + "dotenv": "^16.6.1", "jsonwebtoken": "^9.0.2", - "openai": "4.77.4", + "openai": "4.104.0", "replace": "~1.2.0", "restify": "~11.1.0" }, diff --git a/js/samples/04.ai-apps/f.whoBot/package.json b/js/samples/04.ai-apps/f.whoBot/package.json index 5947c35d9..7ad678921 100644 --- a/js/samples/04.ai-apps/f.whoBot/package.json +++ b/js/samples/04.ai-apps/f.whoBot/package.json @@ -20,10 +20,10 @@ }, "dependencies": { "@microsoft/teams-ai": "~1.7.4", - "botbuilder": "^4.23.2", - "botbuilder-dialogs": "^4.23.2", - "dotenv": "^16.4.5", - "openai": "4.77.4", + "botbuilder": "^4.23.3", + "botbuilder-dialogs": "^4.23.3", + "dotenv": "^16.6.1", + "openai": "4.104.0", "replace": "~1.2.0", "restify": "~11.1.0" }, diff --git a/js/samples/04.ai-apps/g.datasource-azureAISearch/package.json b/js/samples/04.ai-apps/g.datasource-azureAISearch/package.json index b1a1b43de..70cd6d8b8 100644 --- a/js/samples/04.ai-apps/g.datasource-azureAISearch/package.json +++ b/js/samples/04.ai-apps/g.datasource-azureAISearch/package.json @@ -29,13 +29,13 @@ "dependencies": { "@azure/search-documents": "12.1.0", "@microsoft/teams-ai": "~1.7.4", - "botbuilder": "^4.23.2", - "debug": "^4.3.7", - "dotenv": "^16.4.1", - "openai": "4.77.4", + "botbuilder": "^4.23.3", + "debug": "^4.4.1", + "dotenv": "^16.6.1", + "openai": "4.104.0", "replace": "~1.2.0", "restify": "~11.1.0", - "vectra": "^0.9.0" + "vectra": "^0.11.1" }, "devDependencies": { "@types/debug": "^4.1.12", diff --git a/js/samples/04.ai-apps/h.datasource-azureOpenAI/package.json b/js/samples/04.ai-apps/h.datasource-azureOpenAI/package.json index b785d1652..f93390693 100644 --- a/js/samples/04.ai-apps/h.datasource-azureOpenAI/package.json +++ b/js/samples/04.ai-apps/h.datasource-azureOpenAI/package.json @@ -25,15 +25,15 @@ "url": "https://github.com/microsoft/teams-ai" }, "dependencies": { - "@azure/identity": "^4.8.0", + "@azure/identity": "^4.11.1", "@azure/search-documents": "12.1.0", "@microsoft/teams-ai": "~1.7.4", - "botbuilder": "^4.23.2", - "dotenv": "^16.4.1", - "openai": "4.77.4", + "botbuilder": "^4.23.3", + "dotenv": "^16.6.1", + "openai": "4.104.0", "replace": "~1.2.0", "restify": "~11.1.0", - "vectra": "^0.9.0" + "vectra": "^0.11.1" }, "devDependencies": { "@types/debug": "^4.1.12", @@ -43,7 +43,7 @@ "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", "copyfiles": "^2.4.1", - "debug": "^4.3.7", + "debug": "^4.4.1", "env-cmd": "^10.1.0", "eslint": "^8.57.1", "nodemon": "~3.0.1", diff --git a/js/samples/04.ai-apps/i.teamsChefBot-streaming/package.json b/js/samples/04.ai-apps/i.teamsChefBot-streaming/package.json index 374add359..ac91bd353 100644 --- a/js/samples/04.ai-apps/i.teamsChefBot-streaming/package.json +++ b/js/samples/04.ai-apps/i.teamsChefBot-streaming/package.json @@ -23,13 +23,13 @@ }, "dependencies": { "@microsoft/teams-ai": "~1.7.4", - "@microsoft/teams-js": "^2.35.0", - "botbuilder": "^4.23.2", - "dotenv": "^16.4.5", - "openai": "4.77.4", + "@microsoft/teams-js": "^2.44.0", + "botbuilder": "^4.23.3", + "dotenv": "^16.6.1", + "openai": "4.104.0", "replace": "~1.2.0", "restify": "~11.1.0", - "vectra": "^0.9.0" + "vectra": "^0.11.1" }, "devDependencies": { "@types/jsonwebtoken": "^9.0.6", diff --git a/js/samples/05.authentication/a.oauth-adaptiveCard/package.json b/js/samples/05.authentication/a.oauth-adaptiveCard/package.json index 4c35d67ce..ba38b12a4 100644 --- a/js/samples/05.authentication/a.oauth-adaptiveCard/package.json +++ b/js/samples/05.authentication/a.oauth-adaptiveCard/package.json @@ -21,9 +21,9 @@ "dependencies": { "@microsoft/microsoft-graph-client": "^3.0.7", "@microsoft/teams-ai": "~1.7.4", - "botbuilder": "^4.23.2", - "dotenv": "^16.4.5", - "openai": "4.77.4", + "botbuilder": "^4.23.3", + "dotenv": "^16.6.1", + "openai": "4.104.0", "isomorphic-fetch": "^3.0.0", "replace": "~1.2.0", "restify": "~11.1.0" diff --git a/js/samples/05.authentication/b.oauth-bot/package.json b/js/samples/05.authentication/b.oauth-bot/package.json index f732b457c..111a3521c 100644 --- a/js/samples/05.authentication/b.oauth-bot/package.json +++ b/js/samples/05.authentication/b.oauth-bot/package.json @@ -20,10 +20,10 @@ }, "dependencies": { "@microsoft/teams-ai": "~1.7.4", - "botbuilder": "^4.23.2", - "botbuilder-dialogs": "^4.23.2", - "dotenv": "^16.4.5", - "openai": "4.77.4", + "botbuilder": "^4.23.3", + "botbuilder-dialogs": "^4.23.3", + "dotenv": "^16.6.1", + "openai": "4.104.0", "replace": "~1.2.0", "restify": "~11.1.0" }, diff --git a/js/samples/05.authentication/c.oauth-messageExtension/package.json b/js/samples/05.authentication/c.oauth-messageExtension/package.json index aa2ddeaca..402321e53 100644 --- a/js/samples/05.authentication/c.oauth-messageExtension/package.json +++ b/js/samples/05.authentication/c.oauth-messageExtension/package.json @@ -21,10 +21,10 @@ "dependencies": { "@microsoft/microsoft-graph-client": "^3.0.7", "@microsoft/teams-ai": "~1.7.4", - "botbuilder": "^4.23.2", - "dotenv": "^16.4.5", + "botbuilder": "^4.23.3", + "dotenv": "^16.6.1", "isomorphic-fetch": "^3.0.0", - "openai": "4.77.4", + "openai": "4.104.0", "replace": "~1.2.0", "restify": "~11.1.0" }, diff --git a/js/samples/05.authentication/d.teamsSSO-bot/package.json b/js/samples/05.authentication/d.teamsSSO-bot/package.json index 2aa55118d..a31ce5b42 100644 --- a/js/samples/05.authentication/d.teamsSSO-bot/package.json +++ b/js/samples/05.authentication/d.teamsSSO-bot/package.json @@ -20,10 +20,10 @@ }, "dependencies": { "@microsoft/teams-ai": "~1.7.4", - "botbuilder": "^4.23.2", - "botbuilder-dialogs": "^4.23.2", - "dotenv": "^16.4.5", - "openai": "4.77.4", + "botbuilder": "^4.23.3", + "botbuilder-dialogs": "^4.23.3", + "dotenv": "^16.6.1", + "openai": "4.104.0", "replace": "~1.2.0", "restify": "~11.1.0", "shx": "^0.4.0" diff --git a/js/samples/05.authentication/e.teamsSSO-messageExtension/package.json b/js/samples/05.authentication/e.teamsSSO-messageExtension/package.json index 0f2054a2e..46383af4e 100644 --- a/js/samples/05.authentication/e.teamsSSO-messageExtension/package.json +++ b/js/samples/05.authentication/e.teamsSSO-messageExtension/package.json @@ -20,12 +20,12 @@ }, "dependencies": { "@microsoft/microsoft-graph-client": "^3.0.7", - "botbuilder": "^4.23.2", - "botbuilder-azure-blobs": "^4.23.2", + "botbuilder": "^4.23.3", + "botbuilder-azure-blobs": "^4.23.3", "@microsoft/teams-ai": "~1.7.4", - "dotenv": "^16.4.5", + "dotenv": "^16.6.1", "isomorphic-fetch": "^3.0.0", - "openai": "4.77.4", + "openai": "4.104.0", "replace": "~1.2.0", "restify": "~11.1.0", "shx": "^0.4.0" diff --git a/js/yarn.lock b/js/yarn.lock index 0b2a53220..3b4925c6b 100644 --- a/js/yarn.lock +++ b/js/yarn.lock @@ -10,13 +10,6 @@ "@jridgewell/gen-mapping" "^0.3.5" "@jridgewell/trace-mapping" "^0.3.24" -"@azure/abort-controller@^1.0.0": - version "1.1.0" - resolved "https://registry.yarnpkg.com/@azure/abort-controller/-/abort-controller-1.1.0.tgz#788ee78457a55af8a1ad342acb182383d2119249" - integrity sha512-TrRLIoSQVzfAJX9H1JeFjzAoDGcoK1IYX1UImfceTZpsyYfWr09Ss1aHW1y5TrrR3iq6RZLBwJ3E24uwPhwahw== - dependencies: - tslib "^2.2.0" - "@azure/abort-controller@^2.0.0", "@azure/abort-controller@^2.1.2": version "2.1.2" resolved "https://registry.yarnpkg.com/@azure/abort-controller/-/abort-controller-2.1.2.tgz#42fe0ccab23841d9905812c58f1082d27784566d" @@ -64,25 +57,14 @@ "@azure/core-client" "^1.3.0" "@azure/core-rest-pipeline" "^1.19.0" -"@azure/core-http@^3.0.4": - version "3.0.5" - resolved "https://registry.yarnpkg.com/@azure/core-http/-/core-http-3.0.5.tgz#727fc23bfda67cd10d0eaf3a30cfb3a32f8fb6a0" - integrity sha512-T8r2q/c3DxNu6mEJfPuJtptUVqwchxzjj32gKcnMi06rdiVONS9rar7kT9T2Am+XvER7uOzpsP79WsqNbdgdWg== +"@azure/core-http-compat@^2.1.2": + version "2.3.0" + resolved "https://registry.yarnpkg.com/@azure/core-http-compat/-/core-http-compat-2.3.0.tgz#e9d396299211e742308827674082c13bd638c6bf" + integrity sha512-qLQujmUypBBG0gxHd0j6/Jdmul6ttl24c8WGiLXIk7IHXdBlfoBqW27hyz3Xn6xbfdyVSarl1Ttbk0AwnZBYCw== dependencies: - "@azure/abort-controller" "^1.0.0" - "@azure/core-auth" "^1.3.0" - "@azure/core-tracing" "1.0.0-preview.13" - "@azure/core-util" "^1.1.1" - "@azure/logger" "^1.0.0" - "@types/node-fetch" "^2.5.0" - "@types/tunnel" "^0.0.3" - form-data "^4.0.0" - node-fetch "^2.6.7" - process "^0.11.10" - tslib "^2.2.0" - tunnel "^0.0.6" - uuid "^8.3.0" - xml2js "^0.5.0" + "@azure/abort-controller" "^2.0.0" + "@azure/core-client" "^1.3.0" + "@azure/core-rest-pipeline" "^1.20.0" "@azure/core-lro@^2.2.0": version "2.7.2" @@ -115,28 +97,19 @@ https-proxy-agent "^7.0.0" tslib "^2.6.2" -"@azure/core-rest-pipeline@^1.10.1", "@azure/core-rest-pipeline@^1.17.0", "@azure/core-rest-pipeline@^1.19.0", "@azure/core-rest-pipeline@^1.3.0", "@azure/core-rest-pipeline@^1.9.1": - version "1.19.1" - resolved "https://registry.yarnpkg.com/@azure/core-rest-pipeline/-/core-rest-pipeline-1.19.1.tgz#e740676444777a04dc55656d8660131dfd926924" - integrity sha512-zHeoI3NCs53lLBbWNzQycjnYKsA1CVKlnzSNuSFcUDwBp8HHVObePxrM7HaX+Ha5Ks639H7chNC9HOaIhNS03w== +"@azure/core-rest-pipeline@^1.10.1", "@azure/core-rest-pipeline@^1.17.0", "@azure/core-rest-pipeline@^1.18.1", "@azure/core-rest-pipeline@^1.19.0", "@azure/core-rest-pipeline@^1.20.0", "@azure/core-rest-pipeline@^1.3.0", "@azure/core-rest-pipeline@^1.9.1": + version "1.22.0" + resolved "https://registry.yarnpkg.com/@azure/core-rest-pipeline/-/core-rest-pipeline-1.22.0.tgz#76e44a75093a2f477fc54b84f46049dc2ce65800" + integrity sha512-OKHmb3/Kpm06HypvB3g6Q3zJuvyXcpxDpCS1PnU8OV6AJgSFaee/covXBcPbWc6XDDxtEPlbi3EMQ6nUiPaQtw== dependencies: "@azure/abort-controller" "^2.0.0" "@azure/core-auth" "^1.8.0" "@azure/core-tracing" "^1.0.1" "@azure/core-util" "^1.11.0" "@azure/logger" "^1.0.0" - http-proxy-agent "^7.0.0" - https-proxy-agent "^7.0.0" + "@typespec/ts-http-runtime" "^0.3.0" tslib "^2.6.2" -"@azure/core-tracing@1.0.0-preview.13": - version "1.0.0-preview.13" - resolved "https://registry.yarnpkg.com/@azure/core-tracing/-/core-tracing-1.0.0-preview.13.tgz#55883d40ae2042f6f1e12b17dd0c0d34c536d644" - integrity sha512-KxDlhXyMlh2Jhj2ykX6vNEU0Vou4nHr025KoSEiz7cS3BNiHNaZcdECk/DmLkEB0as5T7b/TpRcehJ5yV6NeXQ== - dependencies: - "@opentelemetry/api" "^1.0.1" - tslib "^2.2.0" - "@azure/core-tracing@^1.0.0", "@azure/core-tracing@^1.0.1", "@azure/core-tracing@^1.1.2", "@azure/core-tracing@^1.2.0": version "1.2.0" resolved "https://registry.yarnpkg.com/@azure/core-tracing/-/core-tracing-1.2.0.tgz#7be5d53c3522d639cf19042cbcdb19f71bc35ab2" @@ -144,7 +117,7 @@ dependencies: tslib "^2.6.2" -"@azure/core-util@^1.0.0", "@azure/core-util@^1.1.0", "@azure/core-util@^1.1.1", "@azure/core-util@^1.11.0", "@azure/core-util@^1.2.0", "@azure/core-util@^1.6.1", "@azure/core-util@^1.9.0": +"@azure/core-util@^1.0.0", "@azure/core-util@^1.1.0", "@azure/core-util@^1.11.0", "@azure/core-util@^1.2.0", "@azure/core-util@^1.6.1", "@azure/core-util@^1.9.0": version "1.11.0" resolved "https://registry.yarnpkg.com/@azure/core-util/-/core-util-1.11.0.tgz#f530fc67e738aea872fbdd1cc8416e70219fada7" integrity sha512-DxOSLua+NdpWoSqULhjDyAZTXFdP/LKkqtYuxxz1SCN289zk3OG8UOpnCQAz/tygyACBtWp/BoO72ptK7msY8g== @@ -160,10 +133,10 @@ fast-xml-parser "^5.0.7" tslib "^2.8.1" -"@azure/identity@^4.4.1", "@azure/identity@^4.8.0": - version "4.8.0" - resolved "https://registry.yarnpkg.com/@azure/identity/-/identity-4.8.0.tgz#686682683a470ccf4dbb2597ee234f9c5c483a40" - integrity sha512-l9ALUGHtFB/JfsqmA+9iYAp2a+cCwdNO/cyIr2y7nJLJsz1aae6qVP8XxT7Kbudg0IQRSIMXj0+iivFdbD1xPA== +"@azure/identity@^4.11.1", "@azure/identity@^4.4.1": + version "4.11.1" + resolved "https://registry.yarnpkg.com/@azure/identity/-/identity-4.11.1.tgz#19ba5b7601ae4f2ded010c55ca55200ffa6c79ec" + integrity sha512-0ZdsLRaOyLxtCYgyuqyWqGU5XQ9gGnjxgfoNTt1pvELGkkUFrMATABZFIq8gusM7N1qbqpVtwLOhk0d/3kacLg== dependencies: "@azure/abort-controller" "^2.0.0" "@azure/core-auth" "^1.9.0" @@ -173,11 +146,8 @@ "@azure/core-util" "^1.11.0" "@azure/logger" "^1.0.0" "@azure/msal-browser" "^4.2.0" - "@azure/msal-node" "^3.2.3" - events "^3.0.0" - jws "^4.0.0" + "@azure/msal-node" "^3.5.0" open "^10.1.0" - stoppable "^1.1.0" tslib "^2.2.0" "@azure/logger@^1.0.0", "@azure/logger@^1.1.4": @@ -208,36 +178,36 @@ dependencies: "@azure/msal-common" "15.3.0" -"@azure/msal-common@14.16.0": - version "14.16.0" - resolved "https://registry.yarnpkg.com/@azure/msal-common/-/msal-common-14.16.0.tgz#f3470fcaec788dbe50859952cd499340bda23d7a" - integrity sha512-1KOZj9IpcDSwpNiQNjt0jDYZpQvNZay7QAEi/5DLubay40iGYtLzya/jbjRPLyOTZhEKyL1MzPuw2HqBCjceYA== +"@azure/msal-common@14.16.1": + version "14.16.1" + resolved "https://registry.yarnpkg.com/@azure/msal-common/-/msal-common-14.16.1.tgz#d23ecce40823a4d03ad74160dc819d62e0c0a787" + integrity sha512-nyxsA6NA4SVKh5YyRpbSXiMr7oQbwark7JU9LMeg6tJYTSPyAGkdx61wPT4gyxZfxlSxMMEyAsWaubBlNyIa1w== + +"@azure/msal-common@15.12.0": + version "15.12.0" + resolved "https://registry.yarnpkg.com/@azure/msal-common/-/msal-common-15.12.0.tgz#5c30a05b4396e2dbbc35d27bd9bb636d44ccb00e" + integrity sha512-4ucXbjVw8KJ5QBgnGJUeA07c8iznwlk5ioHIhI4ASXcXgcf2yRFhWzYOyWg/cI49LC9ekpFJeQtO3zjDTbl6TQ== "@azure/msal-common@15.3.0": version "15.3.0" resolved "https://registry.yarnpkg.com/@azure/msal-common/-/msal-common-15.3.0.tgz#cc75760f7929588b261b970a1dd1d292d0efdbc8" integrity sha512-lh+eZfibGwtQxFnx+mj6cYWn0pwA8tDnn8CBs9P21nC7Uw5YWRwfXaXdVQSMENZ5ojRqR+NzRaucEo4qUvs3pA== -"@azure/msal-common@15.4.0": - version "15.4.0" - resolved "https://registry.yarnpkg.com/@azure/msal-common/-/msal-common-15.4.0.tgz#300779b88026ab7d60b4e9c368509a2ec0c20617" - integrity sha512-reeIUDXt6Xc+FpCBDEbUFQWvJ6SjE0JwsGYIfa3ZCR6Tpzjc9J1v+/InQgfCeJzfTRd7PDJVxI6TSzOmOd7+Ag== - -"@azure/msal-node@^2.13.1", "@azure/msal-node@^2.16.1": - version "2.16.2" - resolved "https://registry.yarnpkg.com/@azure/msal-node/-/msal-node-2.16.2.tgz#3eb768d36883ea6f9a939c0b5b467b518e78fffc" - integrity sha512-An7l1hEr0w1HMMh1LU+rtDtqL7/jw74ORlc9Wnh06v7TU/xpG39/Zdr1ZJu3QpjUfKJ+E0/OXMW8DRSWTlh7qQ== +"@azure/msal-node@^2.13.1", "@azure/msal-node@^2.16.3": + version "2.16.3" + resolved "https://registry.yarnpkg.com/@azure/msal-node/-/msal-node-2.16.3.tgz#8b805152ad780b048d6c2b33b1d4e26d7b463368" + integrity sha512-CO+SE4weOsfJf+C5LM8argzvotrXw252/ZU6SM2Tz63fEblhH1uuVaaO4ISYFuN4Q6BhTo7I3qIdi8ydUQCqhw== dependencies: - "@azure/msal-common" "14.16.0" + "@azure/msal-common" "14.16.1" jsonwebtoken "^9.0.0" uuid "^8.3.0" -"@azure/msal-node@^3.2.3": - version "3.4.1" - resolved "https://registry.yarnpkg.com/@azure/msal-node/-/msal-node-3.4.1.tgz#838dbc3de3fe8dae919b2de20c300d3b9b0ff425" - integrity sha512-VlW6ygnKBIqUKIHnA/ubQ+F3rZ8aW3K6VA1bpZ90Ln0vlE4XaA6yGB/FibPJxet7gWinAG1oSpQqPN/PL9AqIw== +"@azure/msal-node@^3.5.0": + version "3.7.3" + resolved "https://registry.yarnpkg.com/@azure/msal-node/-/msal-node-3.7.3.tgz#c6c8e11c08e36a5e347af9ba7bd6e4a6b8c536a5" + integrity sha512-MoJxkKM/YpChfq4g2o36tElyzNUMG8mfD6u8NbuaPAsqfGpaw249khAcJYNoIOigUzRw45OjXCOrexE6ImdUxg== dependencies: - "@azure/msal-common" "15.4.0" + "@azure/msal-common" "15.12.0" jsonwebtoken "^9.0.0" uuid "^8.3.0" @@ -732,10 +702,10 @@ resolved "https://registry.yarnpkg.com/@microsoft/recognizers-text/-/recognizers-text-1.3.1.tgz#eda98a9148101ecdb04ed1424082d472b04aabd9" integrity sha512-HikLoRUgSzM4OKP3JVBzUUp3Q7L4wgI17p/3rERF01HVmopcujY3i6wgx8PenCwbenyTNxjr1AwSDSVuFlYedQ== -"@microsoft/teams-js@^2.35.0": - version "2.35.0" - resolved "https://registry.yarnpkg.com/@microsoft/teams-js/-/teams-js-2.35.0.tgz#4b97176627bdf4bed02c68fa35103b67b835e01d" - integrity sha512-TVsfjJofxSvM0e/SR9k4IMHSGrkLzR7kVEAkvmzb4dmkB/BUNcFFlMKUdzAY2TLx6+rjkILEnDW9V+yU7EbZIA== +"@microsoft/teams-js@^2.44.0": + version "2.44.0" + resolved "https://registry.yarnpkg.com/@microsoft/teams-js/-/teams-js-2.44.0.tgz#ed22c7b99ea0cce46c5f111b1a39802d2d21d635" + integrity sha512-+yUL3whf599MOA0Z8/ZDewiUbXCrZ914VNYw9YU898RQ3S2fnLXYObuzEgmtdF66lcrEqPnQPFNWKGi0yyW8rg== dependencies: base64-js "^1.3.1" debug "^4.3.3" @@ -797,7 +767,7 @@ dependencies: "@opentelemetry/api" "^1.3.0" -"@opentelemetry/api@^1.0.1", "@opentelemetry/api@^1.3.0", "@opentelemetry/api@^1.7.0", "@opentelemetry/api@^1.9.0": +"@opentelemetry/api@^1.3.0", "@opentelemetry/api@^1.7.0", "@opentelemetry/api@^1.9.0": version "1.9.0" resolved "https://registry.yarnpkg.com/@opentelemetry/api/-/api-1.9.0.tgz#d03eba68273dc0f7509e2a3d5cba21eae10379fe" integrity sha512-3giAOQvZiH5F9bMlMiv8+GSPMeqg0dbaeo58/0SlA9sxSqZhnUtxzX9/2FzyhS9sWQf5S0GJE0AKBrFqjpeYcg== @@ -1116,7 +1086,7 @@ resolved "https://registry.yarnpkg.com/@types/ms/-/ms-2.1.0.tgz#052aa67a48eccc4309d7f0191b7e41434b90bb78" integrity sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA== -"@types/node-fetch@^2.5.0", "@types/node-fetch@^2.6.4": +"@types/node-fetch@^2.6.4": version "2.6.12" resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.6.12.tgz#8ab5c3ef8330f13100a7479e2cd56d3386830a03" integrity sha512-8nneRWKCg3rMtF69nLQJnOYUcbafYeFSjqkw3jCRLsqkWFlHaoQrr5mXmofFGOx3DKn7UfmBMyov8ySvLRVldA== @@ -1131,13 +1101,6 @@ dependencies: undici-types "~6.20.0" -"@types/node@18.19.47": - version "18.19.47" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.47.tgz#18076201ad7dd3445046df6ce9ead5fe5abd9387" - integrity sha512-1f7dB3BL/bpd9tnDJrrHb66Y+cVrhxSOTGorRNdHwYTUlTay3HuTDPKo9a/4vX9pMQkhYBcAbL4jQdNlhCFP9A== - dependencies: - undici-types "~5.26.4" - "@types/node@^18.11.18": version "18.19.86" resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.86.tgz#a7e1785289c343155578b9d84a0e3e924deb948b" @@ -1223,13 +1186,6 @@ dependencies: "@types/node" "*" -"@types/tunnel@^0.0.3": - version "0.0.3" - resolved "https://registry.yarnpkg.com/@types/tunnel/-/tunnel-0.0.3.tgz#f109e730b072b3136347561fc558c9358bb8c6e9" - integrity sha512-sOUTGn6h1SfQ+gbgqC364jLFBw2lnFqkgF3q0WovEHRLMrVD1sd5aufqi/aJObLekJO+Aq5z646U4Oxy6shXMA== - dependencies: - "@types/node" "*" - "@types/uuid@^9.0.8": version "9.0.8" resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.8.tgz#7545ba4fc3c003d6c756f651f3bf163d8f0f29ba" @@ -1340,6 +1296,15 @@ "@typescript-eslint/types" "6.21.0" eslint-visitor-keys "^3.4.1" +"@typespec/ts-http-runtime@^0.3.0": + version "0.3.0" + resolved "https://registry.yarnpkg.com/@typespec/ts-http-runtime/-/ts-http-runtime-0.3.0.tgz#f506ff2170e594a257f8e78aa196088f3a46a22d" + integrity sha512-sOx1PKSuFwnIl7z4RN0Ls7N9AQawmR9r66eI5rFCzLDIs8HTIYrIpH9QjYWoX0lkgGrkLxXhi4QnK7MizPRrIg== + dependencies: + http-proxy-agent "^7.0.0" + https-proxy-agent "^7.0.0" + tslib "^2.6.2" + "@ungap/structured-clone@^1.2.0": version "1.3.0" resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.3.0.tgz#d06bbb384ebcf6c505fde1c3d0ed4ddffe0aaff8" @@ -1914,20 +1879,13 @@ axios@^0.21.1: dependencies: follow-redirects "^1.14.0" -axios@^0.26.0: - version "0.26.1" - resolved "https://registry.yarnpkg.com/axios/-/axios-0.26.1.tgz#1ede41c51fcf51bbbd6fd43669caaa4f0495aaa9" - integrity sha512-fPwcX4EvnSHuInCMItEhAGnaSEXRBjtzh9fOtsE6E1G6p7vl7edEeZe11QHf18+6+9gR5PbKV/sGKNaD8YaMeA== - dependencies: - follow-redirects "^1.14.8" - -axios@^1.3.4, axios@^1.7.7, axios@^1.8.4: - version "1.8.4" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.8.4.tgz#78990bb4bc63d2cae072952d374835950a82f447" - integrity sha512-eBSYY4Y68NNlHbHBMdeDmKNtDgXWhQsJcGqzO3iLUM0GraQFSS9cVgPX5I9b3lbdFKyYoAEGAZF1DwhTaljNAw== +axios@^1.8.2, axios@^1.8.4, axios@^1.9.0: + version "1.11.0" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.11.0.tgz#c2ec219e35e414c025b2095e8b8280278478fdb6" + integrity sha512-1Lx3WLFQWm3ooKDYZD1eXmoGO9fxYQjrycfHFC8P0sCfQVXyROp0p9PFWBehewBOdCwHc+f/b8I0fMto5eSfwA== dependencies: follow-redirects "^1.15.6" - form-data "^4.0.0" + form-data "^4.0.4" proxy-from-env "^1.1.0" balanced-match@^1.0.0: @@ -2015,72 +1973,78 @@ boolbase@^1.0.0: resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e" integrity sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww== -botbuilder-azure-blobs@^4.23.2: - version "4.23.2" - resolved "https://registry.yarnpkg.com/botbuilder-azure-blobs/-/botbuilder-azure-blobs-4.23.2.tgz#98628238b3adda70eff3ce84511cdb3367bbaf40" - integrity sha512-wnJobWYLOvWcMvGBJkLBI8Zb7aa7gPbsHTpZH/KlYUS52JbeQtzoFO/F5zsun1BGaKN/lx+IoLiFyGbV6qE2qw== +botbuilder-azure-blobs@^4.23.3: + version "4.23.3" + resolved "https://registry.yarnpkg.com/botbuilder-azure-blobs/-/botbuilder-azure-blobs-4.23.3.tgz#7abcb1ad08c620a3555335e803bc912fdf20920f" + integrity sha512-MyIMQofJCaHpqdOHbb69SATVRbR9TOITh3JNiLMzxtLWchQfRf7HgLT+nHC0eKKnFNI5xYRY/TYNvcCJOZ66vA== dependencies: - "@azure/core-http" "^3.0.4" "@azure/storage-blob" "^12.24.0" - botbuilder-core "4.23.2" - botbuilder-stdlib "4.23.2-internal" + botbuilder-core "4.23.3" + botbuilder-stdlib "4.23.3-internal" p-map "^7.0.3" zod "^3.23.8" -botbuilder-core@4.23.2, botbuilder-core@^4.22.1: - version "4.23.2" - resolved "https://registry.yarnpkg.com/botbuilder-core/-/botbuilder-core-4.23.2.tgz#6774fd840401beb1dd1bff83e6a03bba7911dacc" - integrity sha512-GwrfkfbEJqCLnhDVc6uKlzKtrptfYTxQxHYfF22s1AxTKdTiA9vsDN9rXq8We7QUPXFOF1ylF1e87k0fQ3Sf+A== +botbuilder-core@4.23.3, botbuilder-core@^4.22.1: + version "4.23.3" + resolved "https://registry.yarnpkg.com/botbuilder-core/-/botbuilder-core-4.23.3.tgz#9318176d4029a037872bcb208f0a9aa34f5a7aff" + integrity sha512-48iW739I24piBH683b/Unvlu1fSzjB69ViOwZ0PbTkN2yW5cTvHJWlW7bXntO8GSqJfssgPaVthKfyaCW457ig== dependencies: - botbuilder-dialogs-adaptive-runtime-core "4.23.2-preview" - botbuilder-stdlib "4.23.2-internal" - botframework-connector "4.23.2" - botframework-schema "4.23.2" + botbuilder-dialogs-adaptive-runtime-core "4.23.3-preview" + botbuilder-stdlib "4.23.3-internal" + botframework-connector "4.23.3" + botframework-schema "4.23.3" uuid "^10.0.0" zod "^3.23.8" -botbuilder-dialogs-adaptive-runtime-core@4.23.2-preview: - version "4.23.2-preview" - resolved "https://registry.yarnpkg.com/botbuilder-dialogs-adaptive-runtime-core/-/botbuilder-dialogs-adaptive-runtime-core-4.23.2-preview.tgz#e890f78fbc12b03572c4e9ac14da230e561bc748" - integrity sha512-+b5oHSDNodYXPnQbub+hTNmQLtBB4hj/ZW73g4Sqv5oAdqHoK/dX181UpiFAvDpHGe8Kx3SNYtRHJIj71u4t0Q== +botbuilder-dialogs-adaptive-runtime-core@4.23.3-preview: + version "4.23.3-preview" + resolved "https://registry.yarnpkg.com/botbuilder-dialogs-adaptive-runtime-core/-/botbuilder-dialogs-adaptive-runtime-core-4.23.3-preview.tgz#155e44121121e5b3bf6c35918bb2d67b5c167f1f" + integrity sha512-EssyvqK9MobX3gbnUe/jjhLuxpCEeyQeQsyUFMJ236U6vzSQdrAxNH7Jc5DyZw2KKelBdK1xPBdwTYQNM5S0Qw== dependencies: dependency-graph "^1.0.0" -botbuilder-dialogs@^4.23.2: - version "4.23.2" - resolved "https://registry.yarnpkg.com/botbuilder-dialogs/-/botbuilder-dialogs-4.23.2.tgz#8d932be531c6ec2b125cec9d7a4a38161f7933ed" - integrity sha512-lVbtrPtwgXu0USEArSsUbBei+StB7QGFoUjbkyae3jQss2/4tr6wGDtisL03eVTbEh+zgQonsz3wizQyvX5n6A== +botbuilder-dialogs@^4.23.3: + version "4.23.3" + resolved "https://registry.yarnpkg.com/botbuilder-dialogs/-/botbuilder-dialogs-4.23.3.tgz#5b19a308a3741f04d70489a6d6ce09d5206d04a5" + integrity sha512-tOZH3ygZkCj9MHUnuXfoVrF1hZuiJJMY9YMVz9Vpx+Gs5w6VxWroYZlXlqoefjgMumtLsSzBeKgGbhfw1uB02A== dependencies: "@microsoft/recognizers-text-choice" "1.1.4" "@microsoft/recognizers-text-date-time" "1.1.4" "@microsoft/recognizers-text-number" "1.3.1" "@microsoft/recognizers-text-suite" "1.1.4" - botbuilder-core "4.23.2" - botbuilder-dialogs-adaptive-runtime-core "4.23.2-preview" - botframework-connector "4.23.2" + botbuilder-core "4.23.3" + botbuilder-dialogs-adaptive-runtime-core "4.23.3-preview" + botframework-connector "4.23.3" globalize "^1.7.0" lodash "^4.17.21" uuid "^10.0.0" zod "^3.23.8" -botbuilder-stdlib@4.23.2-internal: - version "4.23.2-internal" - resolved "https://registry.yarnpkg.com/botbuilder-stdlib/-/botbuilder-stdlib-4.23.2-internal.tgz#573bfa35bd400a0e2892fa8e2034f42c35684cf1" - integrity sha512-5WAu59gCZX3lz2NNw28q+IlAAFIQjXij0wXmN8qh+Tg4PQOCl+5P3hoYqcHIWtGd5Kgn+dpaHtBIewl2LaOXKQ== +botbuilder-stdlib@4.23.3-internal: + version "4.23.3-internal" + resolved "https://registry.yarnpkg.com/botbuilder-stdlib/-/botbuilder-stdlib-4.23.3-internal.tgz#56a992990a8b87ec664597fc1a75d9a2889ac531" + integrity sha512-fwvIHnKU8sXo1gTww+m/k8wnuM5ktVBAV/3vWJ+ou40zapy1HYjWQuu6sVCRFgMUngpKwhdmoOQsTXsp58SNtA== + dependencies: + "@azure/abort-controller" "^2.1.2" + "@azure/core-auth" "^1.9.0" + "@azure/core-client" "^1.9.2" + "@azure/core-http-compat" "^2.1.2" + "@azure/core-rest-pipeline" "^1.18.1" + "@azure/core-tracing" "^1.2.0" -botbuilder@^4.23.2: - version "4.23.2" - resolved "https://registry.yarnpkg.com/botbuilder/-/botbuilder-4.23.2.tgz#483584cf329f48c3d6734caed1a93e5f63635059" - integrity sha512-E3UjkPlAmT8TidZIAW1ucVRejz0KBbWEn0wNxJ37GncPl8txhmWvs21xn3hBrifSR4++Y6q/hp/A5cHFQcFGJw== +botbuilder@^4.23.3: + version "4.23.3" + resolved "https://registry.yarnpkg.com/botbuilder/-/botbuilder-4.23.3.tgz#c2e435d8b7efbe21bb6a72a9f7c3e191b2e718e4" + integrity sha512-1gDIQHHYosYBHGXMjvZEJDrcp3NGy3lzHBml5wn9PFqVuIk/cbsCDZs3KJ3g+aH/GGh4CH/ij9iQ2KbQYHAYKA== dependencies: - "@azure/core-http" "^3.0.4" + "@azure/core-rest-pipeline" "^1.18.1" "@azure/msal-node" "^2.13.1" - axios "^1.7.7" - botbuilder-core "4.23.2" - botbuilder-stdlib "4.23.2-internal" - botframework-connector "4.23.2" - botframework-schema "4.23.2" - botframework-streaming "4.23.2" + axios "^1.8.2" + botbuilder-core "4.23.3" + botbuilder-stdlib "4.23.3-internal" + botframework-connector "4.23.3" + botframework-schema "4.23.3" + botframework-streaming "4.23.3" dayjs "^1.11.13" filenamify "^6.0.0" fs-extra "^11.2.0" @@ -2088,19 +2052,19 @@ botbuilder@^4.23.2: uuid "^10.0.0" zod "^3.23.8" -botframework-connector@4.23.2, botframework-connector@^4.23.1: - version "4.23.2" - resolved "https://registry.yarnpkg.com/botframework-connector/-/botframework-connector-4.23.2.tgz#122d1e8a8891815676c772027aa5ae3a7d79aef6" - integrity sha512-G4gDpEHhA8AUKbgHMJ1LUjsuDlRPFEcXnH8ouxLI0opT2p1LcUSAAgS4hoOrkaylr04zxrUI0nEWkuWDiWDwzw== +botframework-connector@4.23.3, botframework-connector@^4.23.1: + version "4.23.3" + resolved "https://registry.yarnpkg.com/botframework-connector/-/botframework-connector-4.23.3.tgz#d99dfe989c1152379efb84b286f7b7ec3331c28a" + integrity sha512-sChwCFJr3xhcMCYChaOxJoE8/YgdjOPWzGwz5JAxZDwhbQonwYX5O/6Z9EA+wB3TCFNEh642SGeC/rOitaTnGQ== dependencies: - "@azure/core-http" "^3.0.4" + "@azure/core-rest-pipeline" "^1.18.1" "@azure/identity" "^4.4.1" "@azure/msal-node" "^2.13.1" "@types/jsonwebtoken" "9.0.6" - axios "^1.7.7" + axios "^1.8.2" base64url "^3.0.0" - botbuilder-stdlib "4.23.2-internal" - botframework-schema "4.23.2" + botbuilder-stdlib "4.23.3-internal" + botframework-schema "4.23.3" buffer "^6.0.3" cross-fetch "^4.0.0" https-proxy-agent "^7.0.5" @@ -2110,21 +2074,20 @@ botframework-connector@4.23.2, botframework-connector@^4.23.1: rsa-pem-from-mod-exp "^0.8.6" zod "^3.23.8" -botframework-schema@4.23.2, botframework-schema@^4.23.1: - version "4.23.2" - resolved "https://registry.yarnpkg.com/botframework-schema/-/botframework-schema-4.23.2.tgz#978ca87489f0a3b30e4cefef189b4e40b8612a23" - integrity sha512-eO1fmvfCEVJfnqNNAerQU8CHp0FMYTyE459ztNx2k1QJYMl/ds+LNNkGIUlQQFsdVbi2umadK+6hL2a9kqXMqQ== +botframework-schema@4.23.3, botframework-schema@^4.23.1: + version "4.23.3" + resolved "https://registry.yarnpkg.com/botframework-schema/-/botframework-schema-4.23.3.tgz#a420ef33a1a2bea4070c31a4bbd21bf2c19a8e71" + integrity sha512-/W0uWxZ3fuPLAImZRLnPTbs49Z2xMpJSIzIBxSfvwO0aqv9GsM3bTk3zlNdJ1xr40SshQ7WiH2H1hgjBALwYJw== dependencies: adaptivecards "1.2.3" uuid "^10.0.0" zod "^3.23.8" -botframework-streaming@4.23.2, botframework-streaming@^4.23.1: - version "4.23.2" - resolved "https://registry.yarnpkg.com/botframework-streaming/-/botframework-streaming-4.23.2.tgz#73164f3ad7f24c7dea7c24c60446e5b5157e7b0e" - integrity sha512-UBF0puC2RX8Z0dkN/ag9BuSNWdB5MUtobZLzeaH1h5t7QAYAVNk/SrsUgkBwUsqWpwaZqU+vrGOeByLShDcvaQ== +botframework-streaming@4.23.3, botframework-streaming@^4.23.1: + version "4.23.3" + resolved "https://registry.yarnpkg.com/botframework-streaming/-/botframework-streaming-4.23.3.tgz#66254c26ec92aea1be6780d2c89cbccedb270cba" + integrity sha512-GMtciQGfZXtAW6syUqFpFJQ2vDyVbpxL3T1DqFzq/GmmkAu7KTZ1zvo7PTww6+IT1kMW0lmL/XZJVq3Rhg4PQA== dependencies: - "@types/node" "18.19.47" "@types/ws" "^6.0.3" uuid "^10.0.0" ws "^7.5.10" @@ -2445,21 +2408,21 @@ cheerio-select@^2.1.0: domhandler "^5.0.3" domutils "^3.0.1" -cheerio@^1.0.0-rc.12: - version "1.0.0" - resolved "https://registry.yarnpkg.com/cheerio/-/cheerio-1.0.0.tgz#1ede4895a82f26e8af71009f961a9b8cb60d6a81" - integrity sha512-quS9HgjQpdaXOvsZz82Oz7uxtXiy6UIsIQcpBj7HRw2M63Skasm9qlDocAM7jNuaxdhpPU7c4kJN+gA5MCu4ww== +cheerio@^1.0.0: + version "1.1.2" + resolved "https://registry.yarnpkg.com/cheerio/-/cheerio-1.1.2.tgz#26af77e89336c81c63ea83197f868b4cbd351369" + integrity sha512-IkxPpb5rS/d1IiLbHMgfPuS0FgiWTtFIm/Nj+2woXDLTZ7fOT2eqzgYbdMlLweqlHbsZjxEChoVK+7iph7jyQg== dependencies: cheerio-select "^2.1.0" dom-serializer "^2.0.0" domhandler "^5.0.3" - domutils "^3.1.0" - encoding-sniffer "^0.2.0" - htmlparser2 "^9.1.0" - parse5 "^7.1.2" - parse5-htmlparser2-tree-adapter "^7.0.0" + domutils "^3.2.2" + encoding-sniffer "^0.2.1" + htmlparser2 "^10.0.0" + parse5 "^7.3.0" + parse5-htmlparser2-tree-adapter "^7.1.0" parse5-parser-stream "^7.1.2" - undici "^6.19.5" + undici "^7.12.0" whatwg-mimetype "^4.0.0" chokidar@^2.1.8: @@ -2608,6 +2571,11 @@ color-name@~1.1.4: resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2" integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== +colorette@^2.0.20: + version "2.0.20" + resolved "https://registry.yarnpkg.com/colorette/-/colorette-2.0.20.tgz#9eb793e6833067f7235902fcd3b09917a000a95a" + integrity sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w== + combine-source-map@^0.8.0, combine-source-map@~0.8.0: version "0.8.0" resolved "https://registry.yarnpkg.com/combine-source-map/-/combine-source-map-0.8.0.tgz#a58d0df042c186fcf822a8e8015f5450d2d79a8b" @@ -2960,10 +2928,10 @@ debug@2.6.9, debug@^2.2.0, debug@^2.3.3: dependencies: ms "2.0.0" -debug@4, debug@^4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.3, debug@^4.3.4, debug@^4.3.5, debug@^4.3.7: - version "4.4.0" - resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.0.tgz#2b3f2aea2ffeb776477460267377dc8710faba8a" - integrity sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA== +debug@4, debug@^4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.3, debug@^4.3.4, debug@^4.3.5, debug@^4.4.1: + version "4.4.1" + resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.1.tgz#e5a8bc6cbc4c6cd3e64308b0693a3d4fa550189b" + integrity sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ== dependencies: ms "^2.1.3" @@ -3219,7 +3187,7 @@ domhandler@^5.0.2, domhandler@^5.0.3: dependencies: domelementtype "^2.3.0" -domutils@^3.0.1, domutils@^3.1.0: +domutils@^3.0.1, domutils@^3.1.0, domutils@^3.2.1, domutils@^3.2.2: version "3.2.2" resolved "https://registry.yarnpkg.com/domutils/-/domutils-3.2.2.tgz#edbfe2b668b0c1d97c24baf0f1062b132221bc78" integrity sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw== @@ -3235,15 +3203,10 @@ dot-prop@^4.2.1: dependencies: is-obj "^1.0.0" -dotenv@^16.4.1, dotenv@^16.4.5: - version "16.4.7" - resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.4.7.tgz#0e20c5b82950140aa99be360a8a5f52335f53c26" - integrity sha512-47qPchRCykZC03FhkYAhrvwU4xDBFIj1QPqaarj6mdM/hgUzfPHcpkHJOn3mJAufFeeAxAzeGsr5X0M4k6fLZQ== - -dotenv@^8.2.0: - version "8.6.0" - resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.6.0.tgz#061af664d19f7f4d8fc6e4ff9b584ce237adcb8b" - integrity sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g== +dotenv@^16.5.0, dotenv@^16.6.1: + version "16.6.1" + resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.6.1.tgz#773f0e69527a8315c7285d5ee73c4459d20a8020" + integrity sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow== dtrace-provider@~0.8: version "0.8.8" @@ -3335,7 +3298,7 @@ emoji-regex@^8.0.0: resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37" integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A== -emoji-regex@^9.2.2: +emoji-regex@^9.0.0, emoji-regex@^9.2.2: version "9.2.2" resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-9.2.2.tgz#840c8803b0d8047f4ff0cf963176b32d4ef3ed72" integrity sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg== @@ -3350,10 +3313,10 @@ encodeurl@~2.0.0: resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-2.0.0.tgz#7b8ea898077d7e409d3ac45474ea38eaf0857a58" integrity sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg== -encoding-sniffer@^0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/encoding-sniffer/-/encoding-sniffer-0.2.0.tgz#799569d66d443babe82af18c9f403498365ef1d5" - integrity sha512-ju7Wq1kg04I3HtiYIOrUrdfdDvkyO9s5XM8QAj/bN61Yo/Vb4vgJxy5vi4Yxk01gWHbrofpPtpxM8bKger9jhg== +encoding-sniffer@^0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/encoding-sniffer/-/encoding-sniffer-0.2.1.tgz#396ec97ac22ce5a037ba44af1992ac9d46a7b819" + integrity sha512-5gvq20T6vfpekVtqrYQsSCFZ1wEg5+wW0/QaZMWkFr6BqD3NfKs0rLCx4rrVlSWJeZb5NBJgVLswK/w2MWU+Gw== dependencies: iconv-lite "^0.6.3" whatwg-encoding "^3.1.1" @@ -3370,6 +3333,11 @@ entities@^4.2.0, entities@^4.5.0: resolved "https://registry.yarnpkg.com/entities/-/entities-4.5.0.tgz#5d268ea5e7113ec74c4d033b79ea5a35a488fb48" integrity sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw== +entities@^6.0.0: + version "6.0.1" + resolved "https://registry.yarnpkg.com/entities/-/entities-6.0.1.tgz#c28c34a43379ca7f61d074130b2f5f7020a30694" + integrity sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g== + env-cmd@^10.1.0: version "10.1.0" resolved "https://registry.yarnpkg.com/env-cmd/-/env-cmd-10.1.0.tgz#c7f5d3b550c9519f137fdac4dd8fb6866a8c8c4b" @@ -4223,10 +4191,10 @@ flatted@^3.2.9: resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.3.3.tgz#67c8fad95454a7c7abebf74bb78ee74a44023358" integrity sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg== -follow-redirects@^1.14.0, follow-redirects@^1.14.8, follow-redirects@^1.15.6: - version "1.15.9" - resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.9.tgz#a604fa10e443bf98ca94228d9eebcc2e8a2c8ee1" - integrity sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ== +follow-redirects@^1.14.0, follow-redirects@^1.15.6: + version "1.15.11" + resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.11.tgz#777d73d72a92f8ec4d2e410eb47352a56b8e8340" + integrity sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ== for-each@^0.3.3, for-each@^0.3.5: version "0.3.5" @@ -4277,14 +4245,15 @@ form-data@^2.5.0: mime-types "^2.1.35" safe-buffer "^5.2.1" -form-data@^4.0.0: - version "4.0.2" - resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.2.tgz#35cabbdd30c3ce73deb2c42d3c8d3ed9ca51794c" - integrity sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w== +form-data@^4.0.0, form-data@^4.0.4: + version "4.0.4" + resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4" + integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow== dependencies: asynckit "^0.4.0" combined-stream "^1.0.8" es-set-tostringtag "^2.1.0" + hasown "^2.0.2" mime-types "^2.1.12" form-data@~2.3.2: @@ -4796,7 +4765,17 @@ html-escaper@^2.0.0: resolved "https://registry.yarnpkg.com/html-escaper/-/html-escaper-2.0.2.tgz#dfd60027da36a36dfcbe236262c00a5822681453" integrity sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg== -htmlparser2@^9.0.1, htmlparser2@^9.1.0: +htmlparser2@^10.0.0: + version "10.0.0" + resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-10.0.0.tgz#77ad249037b66bf8cc99c6e286ef73b83aeb621d" + integrity sha512-TwAZM+zE5Tq3lrEHvOlvwgj1XLWQCtaaibSN11Q+gGBAS7Y1uZSWwXXRe4iF6OXnaq1riyQAPFOBtYc77Mxq0g== + dependencies: + domelementtype "^2.3.0" + domhandler "^5.0.3" + domutils "^3.2.1" + entities "^6.0.0" + +htmlparser2@^9.0.1: version "9.1.0" resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-9.1.0.tgz#cdb498d8a75a51f739b61d3f718136c369bc8c23" integrity sha512-5zfg6mHUoaer/97TxnGpxmbR7zJtPwIYFMZ/H5ucTlPZhKvtum05yiPK3Mgai3a0DyVxv7qYqoweaEd2nrYQzQ== @@ -5551,6 +5530,13 @@ json-colorizer@^2.2.2: chalk "^2.4.1" lodash.get "^4.4.2" +json-colorizer@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/json-colorizer/-/json-colorizer-3.0.1.tgz#b6ca98de8e69f9d0c4e38f73fd1c0a6dec549d7c" + integrity sha512-4YyRAbD6eHeRnJD9vo0zjiU5fyY9QR6T+iYuH5DpO0XPThKWozpD4MaeY/8nLZIkHC3yEQMFLL+6P94E+JekDw== + dependencies: + colorette "^2.0.20" + json-parse-better-errors@^1.0.1: version "1.0.2" resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9" @@ -5667,15 +5653,6 @@ jwa@^1.4.1: ecdsa-sig-formatter "1.0.11" safe-buffer "^5.0.1" -jwa@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/jwa/-/jwa-2.0.0.tgz#a7e9c3f29dae94027ebcaf49975c9345593410fc" - integrity sha512-jrZ2Qx916EA+fq9cEAeCROWPTfCwi1IVHqT2tapuqLEVVDKFDENFw1oL+MwrTvH6msKxsd1YTDVw6uKEcsrLEA== - dependencies: - buffer-equal-constant-time "1.0.1" - ecdsa-sig-formatter "1.0.11" - safe-buffer "^5.0.1" - jws@3.x.x, jws@^3.2.2: version "3.2.2" resolved "https://registry.yarnpkg.com/jws/-/jws-3.2.2.tgz#001099f3639468c9414000e99995fa52fb478304" @@ -5684,14 +5661,6 @@ jws@3.x.x, jws@^3.2.2: jwa "^1.4.1" safe-buffer "^5.0.1" -jws@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/jws/-/jws-4.0.0.tgz#2d4e8cf6a318ffaa12615e9dec7e86e6c97310f4" - integrity sha512-KDncfTmOZoOMTFG4mBlG0qUIOlc03fmzH+ru6RgYVZhPkyiy/92Owlt/8UEN+a4TXR1FQetfIpJE8ApdvdVxTg== - dependencies: - jwa "^2.0.0" - safe-buffer "^5.0.1" - keyv@^4.5.3: version "4.5.4" resolved "https://registry.yarnpkg.com/keyv/-/keyv-4.5.4.tgz#a879a99e29452f942439f2a405e3af8b31d4de93" @@ -6636,10 +6605,10 @@ open@^10.1.0: is-inside-container "^1.0.0" is-wsl "^3.1.0" -openai@4.77.4: - version "4.77.4" - resolved "https://registry.yarnpkg.com/openai/-/openai-4.77.4.tgz#1093d165efb3e13e763faf42fa62e34313e293e9" - integrity sha512-rShjKsZ/HXm1cSxXt6iFeZxiCohrVShawt0aRRQmbb+z/EXcH4OouyQZP1ShyZMb63LJajpl8aGw3DzEi8Wh9Q== +openai@4.104.0, openai@^4.97.0: + version "4.104.0" + resolved "https://registry.yarnpkg.com/openai/-/openai-4.104.0.tgz#c489765dc051b95019845dab64b0e5207cae4d30" + integrity sha512-p99EFNsA/yX6UhVO93f5kJsDRLAg+CTA2RBqdHK4RtK8u5IJw32Hyb2dTGKbnnFmnuoBv5r7Z2CURI9sGZpSuA== dependencies: "@types/node" "^18.11.18" "@types/node-fetch" "^2.6.4" @@ -6649,14 +6618,6 @@ openai@4.77.4: formdata-node "^4.3.2" node-fetch "^2.6.7" -openai@^3.2.1: - version "3.3.0" - resolved "https://registry.yarnpkg.com/openai/-/openai-3.3.0.tgz#a6408016ad0945738e1febf43f2fccca83a3f532" - integrity sha512-uqxI/Au+aPRnsaQRe8CojU0eCR7I0mBiKjD3sNMzY6DaC1ZVrc85u98mtJW6voDug8fgGN+DIZmTDxTthxb7dQ== - dependencies: - axios "^0.26.0" - form-data "^4.0.0" - openssl-wrapper@^0.3.4: version "0.3.4" resolved "https://registry.yarnpkg.com/openssl-wrapper/-/openssl-wrapper-0.3.4.tgz#c01ec98e4dcd2b5dfe0b693f31827200e3b81b07" @@ -6795,7 +6756,7 @@ parse-passwd@^1.0.0: resolved "https://registry.yarnpkg.com/parse-passwd/-/parse-passwd-1.0.0.tgz#6d5b934a456993b23d37f40a382d6f1666a8e5c6" integrity sha512-1Y1A//QUXEZK7YKz+rD9WydcE1+EuPr6ZBgKecAB8tmoW6UFv0NREVJe1p+jRxtThkcbbKkfwIbWJe/IeE6m2Q== -parse5-htmlparser2-tree-adapter@^7.0.0: +parse5-htmlparser2-tree-adapter@^7.1.0: version "7.1.0" resolved "https://registry.yarnpkg.com/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-7.1.0.tgz#b5a806548ed893a43e24ccb42fbb78069311e81b" integrity sha512-ruw5xyKs6lrpo9x9rCZqZZnIUntICjQAd0Wsmp396Ul9lN/h+ifgVV1x1gZHi8euej6wTfpqX8j+BFQxF0NS/g== @@ -6810,13 +6771,20 @@ parse5-parser-stream@^7.1.2: dependencies: parse5 "^7.0.0" -parse5@^7.0.0, parse5@^7.1.2: +parse5@^7.0.0: version "7.2.1" resolved "https://registry.yarnpkg.com/parse5/-/parse5-7.2.1.tgz#8928f55915e6125f430cc44309765bf17556a33a" integrity sha512-BuBYQYlv1ckiPdQi/ohiivi9Sagc9JG+Ozs0r7b/0iK3sKmrb0b9FdWdBbOdx6hBCM/F9Ir82ofnBhtZOjCRPQ== dependencies: entities "^4.5.0" +parse5@^7.3.0: + version "7.3.0" + resolved "https://registry.yarnpkg.com/parse5/-/parse5-7.3.0.tgz#d7e224fa72399c7a175099f45fc2ad024b05ec05" + integrity sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw== + dependencies: + entities "^6.0.0" + parseurl@~1.3.3: version "1.3.3" resolved "https://registry.yarnpkg.com/parseurl/-/parseurl-1.3.3.tgz#9da19e7bee8d12dff0513ed5b76957793bc2e8d4" @@ -8134,11 +8102,6 @@ statuses@2.0.1: resolved "https://registry.yarnpkg.com/statuses/-/statuses-2.0.1.tgz#55cb000ccf1d48728bd23c685a063998cf1a1b63" integrity sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ== -stoppable@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/stoppable/-/stoppable-1.1.0.tgz#32da568e83ea488b08e4d7ea2c3bcc9d75015d5b" - integrity sha512-KXDYZ9dszj6bzvnEMRYvxgeTHU74QBFL54XKtP3nyMuJ81CFYtABZ3bAzL2EdFUaEwJOBOgENyFj3R7oTzDyyw== - stream-combiner@^0.2.2: version "0.2.2" resolved "https://registry.yarnpkg.com/stream-combiner/-/stream-combiner-0.2.2.tgz#aec8cbac177b56b6f4fa479ced8c1912cee52858" @@ -8665,15 +8628,15 @@ tunnel@0.0.5: resolved "https://registry.yarnpkg.com/tunnel/-/tunnel-0.0.5.tgz#d1532254749ed36620fcd1010865495a1fa9d0ae" integrity sha512-gj5sdqherx4VZKMcBA4vewER7zdK25Td+z1npBqpbDys4eJrLx+SlYjJvq1bDXs2irkuJM5pf8ktaEQVipkrbA== -tunnel@0.0.6, tunnel@^0.0.6: +tunnel@0.0.6: version "0.0.6" resolved "https://registry.yarnpkg.com/tunnel/-/tunnel-0.0.6.tgz#72f1314b34a5b192db012324df2cc587ca47f92c" integrity sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg== -turndown@^7.1.2: - version "7.2.0" - resolved "https://registry.yarnpkg.com/turndown/-/turndown-7.2.0.tgz#67d614fe8371fb511079a93345abfd156c0ffcf4" - integrity sha512-eCZGBN4nNNqM9Owkv9HAtWRYfLA4h909E/WGAWWBpmB275ehNhZyk87/Tpvjbp0jjNl9XwCsbe6bm6CqFsgD+A== +turndown@^7.2.0: + version "7.2.1" + resolved "https://registry.yarnpkg.com/turndown/-/turndown-7.2.1.tgz#633ff4ff88951fe1db58f7dd32a25ba3f6ff2c48" + integrity sha512-7YiPJw6rLClQL3oUKN3KgMaXeJJ2lAyZItclgKDurqnH61so4k4IH/qwmMva0zpuJc/FhRExBBnk7EbeFANlgQ== dependencies: "@mixmark-io/domino" "^2.2.0" @@ -8848,10 +8811,10 @@ undici-types@~6.20.0: resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433" integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg== -undici@^6.19.5: - version "6.21.2" - resolved "https://registry.yarnpkg.com/undici/-/undici-6.21.2.tgz#49c5884e8f9039c65a89ee9018ef3c8e2f1f4928" - integrity sha512-uROZWze0R0itiAKVPsYhFov9LxrPMHLMEQFszeI2gCN6bnIIZ8twzBCJcN2LJrBBLfrP0t1FW0g+JmKVl8Vk1g== +undici@^7.12.0: + version "7.15.0" + resolved "https://registry.yarnpkg.com/undici/-/undici-7.15.0.tgz#7485007549ad1782b7cab2abfaa1c1aa7b75e106" + integrity sha512-7oZJCPvvMvTd0OlqWsIxTuItTpJBpU1tcbVl24FMn3xt3+VSunwUasmfPJRE57oNO1KsZ4PgA1xTdAX4hq8NyQ== union-value@^1.0.0: version "1.0.1" @@ -8966,6 +8929,11 @@ uuid@^10.0.0: resolved "https://registry.yarnpkg.com/uuid/-/uuid-10.0.0.tgz#5a95aa454e6e002725c79055fd42aaba30ca6294" integrity sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ== +uuid@^11.1.0: + version "11.1.0" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-11.1.0.tgz#9549028be1753bb934fc96e2bca09bb4105ae912" + integrity sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A== + uuid@^3.1.0, uuid@^3.2.1, uuid@^3.3.2: version "3.4.0" resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee" @@ -9006,19 +8974,21 @@ vasync@^2.2.0: dependencies: verror "1.10.0" -vectra@^0.9.0: - version "0.9.0" - resolved "https://registry.yarnpkg.com/vectra/-/vectra-0.9.0.tgz#8eef1076ff9e6ccc31007a3cd51ee6babe3ddac3" - integrity sha512-Ynt+es19854syZJKgCFTEiWP3CrUZepi4xeIhEpVgeWmFV38XXwgrh8WvPhEyw7WqPJ/ze56JkR4+eUOTyPzNA== +vectra@^0.11.1: + version "0.11.1" + resolved "https://registry.yarnpkg.com/vectra/-/vectra-0.11.1.tgz#da3b847b166cffa9c93b8c29e1fb471b00f9d6a2" + integrity sha512-i0NeIi9pAkf81Uh46vA+1Xdf71sOFjZc365b+xyTtJcl1KlEquxUvKEq5HlYXNkow82pA99Bjrfs7YX4p4iWyg== dependencies: - axios "^1.3.4" - cheerio "^1.0.0-rc.12" - dotenv "^8.2.0" + axios "^1.9.0" + cheerio "^1.0.0" + dotenv "^16.5.0" gpt-3-encoder "1.1.4" - json-colorizer "^2.2.2" - openai "^3.2.1" - turndown "^7.1.2" - uuid "^9.0.0" + json-colorizer "^3.0.1" + openai "^4.97.0" + turndown "^7.2.0" + uuid "^11.1.0" + wink-bm25-text-search "^3.1.2" + wink-nlp "^2.3.2" yargs "^17.7.2" verror@1.10.0: @@ -9151,6 +9121,73 @@ widest-line@^2.0.0: dependencies: string-width "^2.1.1" +wink-bm25-text-search@^3.1.2: + version "3.1.2" + resolved "https://registry.yarnpkg.com/wink-bm25-text-search/-/wink-bm25-text-search-3.1.2.tgz#20ba1bad4754dd3134b72a797a762ef589597618" + integrity sha512-s+xY0v/yurUhiUop/XZnf9IvO9XVuwI14X+QTW0JqlmQCg+9ZgVXTMudXKqZuQVsnm5J+RjLnqrOflnD5BLApA== + dependencies: + wink-eng-lite-web-model "^1.4.3" + wink-helpers "^2.0.0" + wink-nlp "^1.12.2" + wink-nlp-utils "^2.0.4" + +wink-distance@^2.0.1: + version "2.0.2" + resolved "https://registry.yarnpkg.com/wink-distance/-/wink-distance-2.0.2.tgz#cd172f2af05c44fc54acae97cf4c2e279bda4231" + integrity sha512-pyEhUB/OKFYcgOC4J6E+c+gwVA/8qg2s5n49mIcUsJZM5iDSa17uOxRQXR4rvfp+gbj55K/I08FwjFBwb6fq3g== + dependencies: + wink-helpers "^2.0.0" + wink-jaro-distance "^2.0.0" + +wink-eng-lite-web-model@^1.4.3: + version "1.8.1" + resolved "https://registry.yarnpkg.com/wink-eng-lite-web-model/-/wink-eng-lite-web-model-1.8.1.tgz#5f653f6e54917780d258b617630ba2f74130ba25" + integrity sha512-M2tSOU/rVNkDj8AS8IoKJaM7apJJjS0cN+hE8CPazfnB4A/ojyc9+7RMPk18UOiIdSyWk7MR6w8z9lWix2l5tA== + +wink-helpers@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/wink-helpers/-/wink-helpers-2.0.0.tgz#0aec1a2bddd0adcf9e6deb3bf7fa70c7e92dbe5c" + integrity sha512-I/ZzXrHcNRXuoeFJmp2vMVqDI6UCK02Tds1WP4kSGAmx520gjL1BObVzF7d2ps24tyHIly9ngdB2jwhlFUjPvg== + +wink-jaro-distance@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/wink-jaro-distance/-/wink-jaro-distance-2.0.0.tgz#96bc3fd69ec5dd48ee74055217f0dcd313148049" + integrity sha512-9bcUaXCi9N8iYpGWbFkf83OsBkg17r4hEyxusEzl+nnReLRPqxhB9YNeRn3g54SYnVRNXP029lY3HDsbdxTAuA== + +wink-nlp-utils@^2.0.4: + version "2.1.0" + resolved "https://registry.yarnpkg.com/wink-nlp-utils/-/wink-nlp-utils-2.1.0.tgz#0386f666bee9453fa13576b2ea2f86a648af1c12" + integrity sha512-b7PcRhEBNxQmsmht70jLOkwYUyie3da4/cgEXL+CumYO5b/nwV+W7fuMXToh5BtGq1RABznmc2TGTp1Qf/JUXg== + dependencies: + wink-distance "^2.0.1" + wink-eng-lite-web-model "^1.4.3" + wink-helpers "^2.0.0" + wink-nlp "^1.12.0" + wink-porter2-stemmer "^2.0.1" + wink-tokenizer "^5.2.3" + +wink-nlp@^1.12.0, wink-nlp@^1.12.2: + version "1.14.3" + resolved "https://registry.yarnpkg.com/wink-nlp/-/wink-nlp-1.14.3.tgz#dd00604899796e4eb49b3314acfa19b9cd88b22f" + integrity sha512-lvY5iCs3T8I34F8WKS70+2P0U9dWLn3vdPf/Z+m2VK14N7OmqnPzmHfh3moHdusajoQ37Em39z0IZB9K4x/96A== + +wink-nlp@^2.3.2: + version "2.4.0" + resolved "https://registry.yarnpkg.com/wink-nlp/-/wink-nlp-2.4.0.tgz#ba21c297a410bc67a36641273f22cd00d7e8d320" + integrity sha512-d02inlNJL0LLNTLoYfkxZYGrqnYDSZV4HI4WpeuyIEfpu7UcUqUW1ZYWr+JTFm4ZR6dQdzOW/FtHEQRO+o/zzA== + +wink-porter2-stemmer@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/wink-porter2-stemmer/-/wink-porter2-stemmer-2.0.1.tgz#f7680e584e2b9b4c44766642325671662e98f44a" + integrity sha512-0g+RkkqhRXFmSpJQStVXW5N/WsshWpJXsoDRW7DwVkGI2uDT6IBCoq3xdH5p6IHLaC6ygk7RWUsUx4alKxoagQ== + +wink-tokenizer@^5.2.3: + version "5.3.0" + resolved "https://registry.yarnpkg.com/wink-tokenizer/-/wink-tokenizer-5.3.0.tgz#2af267ecddb794ef39344d700d92609f053eebaa" + integrity sha512-O/yAw0g3FmSgeeQuYAJJfP7fVPB4A6ay0018qASh79aWmIOyPYy4j4r9EQT8xBjicja6lCLvgRVAybmEBaATQA== + dependencies: + emoji-regex "^9.0.0" + word-wrap@^1.2.5: version "1.2.5" resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.5.tgz#d2c45c6dd4fbce621a66f136cbe328afd0410b34" @@ -9318,10 +9355,10 @@ yaml@^1.10.0: resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b" integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg== -yaml@^2.7.0: - version "2.7.1" - resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.7.1.tgz#44a247d1b88523855679ac7fa7cda6ed7e135cf6" - integrity sha512-10ULxpnOCQXxJvBgxsn9ptjq6uviG/htZKk9veJGhlqn3w/DxQ631zFF+nlQXLwmImeS5amR2dl2U8sg6U9jsQ== +yaml@^2.8.1: + version "2.8.1" + resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.8.1.tgz#1870aa02b631f7e8328b93f8bc574fac5d6c4d79" + integrity sha512-lcYcMxX2PO9XMGvAJkJ3OsNMw+/7FKes7/hgerGUYWIoWu5j/+YQqcZr5JnPZWzOsEBgMbSbiSTn/dv/69Mkpw== yargs-parser@^13.1.2: version "13.1.2"