diff --git a/js/package.json b/js/package.json index af53451b5..ffabba34c 100644 --- a/js/package.json +++ b/js/package.json @@ -21,7 +21,7 @@ }, "dependencies": { "botbuilder": "^4.23.2", - "openai": "4.77.4" + "openai": "4.95.1" }, "devDependencies": { "@azure/logger": "^1.1.4", diff --git a/js/samples/01.getting-started/a.echoBot/package.json b/js/samples/01.getting-started/a.echoBot/package.json index 24bc4ed28..5a3bfcc71 100644 --- a/js/samples/01.getting-started/a.echoBot/package.json +++ b/js/samples/01.getting-started/a.echoBot/package.json @@ -24,8 +24,8 @@ "dependencies": { "@microsoft/teams-ai": "~1.7.4", "botbuilder": "^4.23.2", - "dotenv": "^16.4.5", - "openai": "4.77.4", + "dotenv": "^16.5.0", + "openai": "4.95.1", "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..1d7d85b0e 100644 --- a/js/samples/02.teams-features/a.messageExtensions.searchCommand/package.json +++ b/js/samples/02.teams-features/a.messageExtensions.searchCommand/package.json @@ -22,8 +22,8 @@ "@microsoft/teams-ai": "~1.7.4", "axios": "^1.8.4", "botbuilder": "^4.23.2", - "dotenv": "^16.4.5", - "openai": "4.77.4", + "dotenv": "^16.5.0", + "openai": "4.95.1", "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..3974891b9 100644 --- a/js/samples/02.teams-features/b.adaptiveCards.typeAheadBot/package.json +++ b/js/samples/02.teams-features/b.adaptiveCards.typeAheadBot/package.json @@ -25,8 +25,8 @@ "@microsoft/teams-ai": "~1.7.4", "axios": "^1.8.4", "botbuilder": "^4.23.2", - "dotenv": "^16.4.5", - "openai": "4.77.4", + "dotenv": "^16.5.0", + "openai": "4.95.1", "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..8691580bd 100644 --- a/js/samples/03.ai-concepts/a.twentyQuestions/package.json +++ b/js/samples/03.ai-concepts/a.twentyQuestions/package.json @@ -23,8 +23,8 @@ "dependencies": { "@microsoft/teams-ai": "~1.7.4", "botbuilder": "^4.23.2", - "dotenv": "^16.4.5", - "openai": "4.77.4", + "dotenv": "^16.5.0", + "openai": "4.95.1", "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..ba88595f1 100644 --- a/js/samples/03.ai-concepts/b.AI-messageExtensions/package.json +++ b/js/samples/03.ai-concepts/b.AI-messageExtensions/package.json @@ -21,8 +21,8 @@ "dependencies": { "@microsoft/teams-ai": "~1.7.4", "botbuilder": "^4.23.2", - "dotenv": "^16.4.5", - "openai": "4.77.4", + "dotenv": "^16.5.0", + "openai": "4.95.1", "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..fdfb04600 100644 --- a/js/samples/03.ai-concepts/c.actionMapping-lightBot/package.json +++ b/js/samples/03.ai-concepts/c.actionMapping-lightBot/package.json @@ -23,8 +23,8 @@ "dependencies": { "@microsoft/teams-ai": "~1.7.4", "botbuilder": "^4.23.2", - "dotenv": "^16.4.5", - "openai": "4.77.4", + "dotenv": "^16.5.0", + "openai": "4.95.1", "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..5e441b1f4 100644 --- a/js/samples/03.ai-concepts/d.chainedActions-listBot/package.json +++ b/js/samples/03.ai-concepts/d.chainedActions-listBot/package.json @@ -23,8 +23,8 @@ "dependencies": { "@microsoft/teams-ai": "~1.7.4", "botbuilder": "^4.23.2", - "dotenv": "^16.4.5", - "openai": "4.77.4", + "dotenv": "^16.5.0", + "openai": "4.95.1", "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..bd9138a64 100644 --- a/js/samples/03.ai-concepts/e.customModel-LLAMA/package.json +++ b/js/samples/03.ai-concepts/e.customModel-LLAMA/package.json @@ -24,8 +24,8 @@ "dependencies": { "@microsoft/teams-ai": "~1.7.4", "botbuilder": "^4.23.2", - "openai": "4.77.4", - "dotenv": "^16.4.1", + "openai": "4.95.1", + "dotenv": "^16.5.0", "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..c9d2e740f 100644 --- a/js/samples/03.ai-concepts/f.chatModeration/package.json +++ b/js/samples/03.ai-concepts/f.chatModeration/package.json @@ -22,9 +22,9 @@ "axios": "^1.8.4", "botbuilder": "^4.23.2", "@microsoft/teams-ai": "~1.7.4", - "dotenv": "^16.4.5", + "dotenv": "^16.5.0", "jsonwebtoken": "^9.0.2", - "openai": "4.77.4", + "openai": "4.95.1", "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..b9c56cff1 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", + "@microsoft/teams-js": "^2.36.0", "botbuilder": "^4.23.2", - "openai": "4.77.4", + "openai": "4.95.1", "replace": "~1.2.0", "restify": "~11.1.0", - "vectra": "^0.9.0" + "vectra": "^0.10.0" }, "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..f16b6c978 100644 --- a/js/samples/04.ai-apps/b.devOpsBot/package.json +++ b/js/samples/04.ai-apps/b.devOpsBot/package.json @@ -21,10 +21,10 @@ "dependencies": { "@microsoft/teams-ai": "~1.7.4", "botbuilder": "^4.23.2", - "dotenv": "^16.4.5", + "dotenv": "^16.5.0", "replace": "~1.2.0", "restify": "~11.1.0", - "openai": "4.77.4" + "openai": "4.95.1" }, "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..cee23de9b 100644 --- a/js/samples/04.ai-apps/c.vision-cardGazer/package.json +++ b/js/samples/04.ai-apps/c.vision-cardGazer/package.json @@ -22,8 +22,8 @@ "dependencies": { "@microsoft/teams-ai": "~1.7.4", "botbuilder": "^4.23.2", - "dotenv": "^16.4.5", - "openai": "4.77.4", + "dotenv": "^16.5.0", + "openai": "4.95.1", "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..4335cc0ad 100644 --- a/js/samples/04.ai-apps/d.assistants-mathBot/package.json +++ b/js/samples/04.ai-apps/d.assistants-mathBot/package.json @@ -22,9 +22,9 @@ "@microsoft/teams-ai": "~1.7.4", "axios": "^1.8.4", "botbuilder": "^4.23.2", - "dotenv": "^16.4.5", + "dotenv": "^16.5.0", "jsonwebtoken": "^9.0.2", - "openai": "4.77.4", + "openai": "4.95.1", "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..d719fc9d1 100644 --- a/js/samples/04.ai-apps/e.assistants-orderBot/package.json +++ b/js/samples/04.ai-apps/e.assistants-orderBot/package.json @@ -24,9 +24,9 @@ "@microsoft/teams-ai": "~1.7.4", "axios": "^1.8.4", "botbuilder": "^4.23.2", - "dotenv": "^16.4.5", + "dotenv": "^16.5.0", "jsonwebtoken": "^9.0.2", - "openai": "4.77.4", + "openai": "4.95.1", "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..e5e3bcbfe 100644 --- a/js/samples/04.ai-apps/f.whoBot/package.json +++ b/js/samples/04.ai-apps/f.whoBot/package.json @@ -22,8 +22,8 @@ "@microsoft/teams-ai": "~1.7.4", "botbuilder": "^4.23.2", "botbuilder-dialogs": "^4.23.2", - "dotenv": "^16.4.5", - "openai": "4.77.4", + "dotenv": "^16.5.0", + "openai": "4.95.1", "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..c3ebeb107 100644 --- a/js/samples/04.ai-apps/g.datasource-azureAISearch/package.json +++ b/js/samples/04.ai-apps/g.datasource-azureAISearch/package.json @@ -31,11 +31,11 @@ "@microsoft/teams-ai": "~1.7.4", "botbuilder": "^4.23.2", "debug": "^4.3.7", - "dotenv": "^16.4.1", - "openai": "4.77.4", + "dotenv": "^16.5.0", + "openai": "4.95.1", "replace": "~1.2.0", "restify": "~11.1.0", - "vectra": "^0.9.0" + "vectra": "^0.10.0" }, "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..632156322 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.9.0", "@azure/search-documents": "12.1.0", "@microsoft/teams-ai": "~1.7.4", "botbuilder": "^4.23.2", - "dotenv": "^16.4.1", - "openai": "4.77.4", + "dotenv": "^16.5.0", + "openai": "4.95.1", "replace": "~1.2.0", "restify": "~11.1.0", - "vectra": "^0.9.0" + "vectra": "^0.10.0" }, "devDependencies": { "@types/debug": "^4.1.12", 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..c013a9c9a 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", + "@microsoft/teams-js": "^2.36.0", "botbuilder": "^4.23.2", - "dotenv": "^16.4.5", - "openai": "4.77.4", + "dotenv": "^16.5.0", + "openai": "4.95.1", "replace": "~1.2.0", "restify": "~11.1.0", - "vectra": "^0.9.0" + "vectra": "^0.10.0" }, "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..f98f74649 100644 --- a/js/samples/05.authentication/a.oauth-adaptiveCard/package.json +++ b/js/samples/05.authentication/a.oauth-adaptiveCard/package.json @@ -22,8 +22,8 @@ "@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", + "dotenv": "^16.5.0", + "openai": "4.95.1", "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..a18b82db9 100644 --- a/js/samples/05.authentication/b.oauth-bot/package.json +++ b/js/samples/05.authentication/b.oauth-bot/package.json @@ -22,8 +22,8 @@ "@microsoft/teams-ai": "~1.7.4", "botbuilder": "^4.23.2", "botbuilder-dialogs": "^4.23.2", - "dotenv": "^16.4.5", - "openai": "4.77.4", + "dotenv": "^16.5.0", + "openai": "4.95.1", "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..f9e7eea85 100644 --- a/js/samples/05.authentication/c.oauth-messageExtension/package.json +++ b/js/samples/05.authentication/c.oauth-messageExtension/package.json @@ -22,9 +22,9 @@ "@microsoft/microsoft-graph-client": "^3.0.7", "@microsoft/teams-ai": "~1.7.4", "botbuilder": "^4.23.2", - "dotenv": "^16.4.5", + "dotenv": "^16.5.0", "isomorphic-fetch": "^3.0.0", - "openai": "4.77.4", + "openai": "4.95.1", "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..f80e37e7b 100644 --- a/js/samples/05.authentication/d.teamsSSO-bot/package.json +++ b/js/samples/05.authentication/d.teamsSSO-bot/package.json @@ -22,8 +22,8 @@ "@microsoft/teams-ai": "~1.7.4", "botbuilder": "^4.23.2", "botbuilder-dialogs": "^4.23.2", - "dotenv": "^16.4.5", - "openai": "4.77.4", + "dotenv": "^16.5.0", + "openai": "4.95.1", "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..c6418a9ee 100644 --- a/js/samples/05.authentication/e.teamsSSO-messageExtension/package.json +++ b/js/samples/05.authentication/e.teamsSSO-messageExtension/package.json @@ -23,9 +23,9 @@ "botbuilder": "^4.23.2", "botbuilder-azure-blobs": "^4.23.2", "@microsoft/teams-ai": "~1.7.4", - "dotenv": "^16.4.5", + "dotenv": "^16.5.0", "isomorphic-fetch": "^3.0.0", - "openai": "4.77.4", + "openai": "4.95.1", "replace": "~1.2.0", "restify": "~11.1.0", "shx": "^0.4.0" diff --git a/js/yarn.lock b/js/yarn.lock index 0b2a53220..ba5dd8452 100644 --- a/js/yarn.lock +++ b/js/yarn.lock @@ -160,10 +160,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.4.1", "@azure/identity@^4.9.0": + version "4.9.0" + resolved "https://registry.yarnpkg.com/@azure/identity/-/identity-4.9.0.tgz#226c21bcb706401d1e2425834158e448f8d01209" + integrity sha512-dz2ZvKxDFoTUmJgmkCBVcyuKckgqE1qVxrRPzUhyKN7FyvUbtNPUrGzqSllOAf1OL9TMGgYqZWbIyD0b/AE15g== dependencies: "@azure/abort-controller" "^2.0.0" "@azure/core-auth" "^1.9.0" @@ -173,11 +173,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": @@ -218,10 +215,10 @@ 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-common@15.5.1": + version "15.5.1" + resolved "https://registry.yarnpkg.com/@azure/msal-common/-/msal-common-15.5.1.tgz#3b34c81013530e1425a1fad40f3ac1238e1780f8" + integrity sha512-oxK0khbc4Bg1bKQnqDr7ikULhVL2OHgSrIq0Vlh4b6+hm4r0lr6zPMQE8ZvmacJuh+ZZGKBM5iIObhF1q1QimQ== "@azure/msal-node@^2.13.1", "@azure/msal-node@^2.16.1": version "2.16.2" @@ -232,12 +229,12 @@ 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.5.1" + resolved "https://registry.yarnpkg.com/@azure/msal-node/-/msal-node-3.5.1.tgz#8bb233cbeeda83f64af4cc29569f1b5312c9b9ad" + integrity sha512-dkgMYM5B6tI88r/oqf5bYd93WkenQpaWwiszJDk7avVjso8cmuKRTW97dA1RMi6RhihZFLtY1VtWxU9+sW2T5g== dependencies: - "@azure/msal-common" "15.4.0" + "@azure/msal-common" "15.5.1" jsonwebtoken "^9.0.0" uuid "^8.3.0" @@ -732,10 +729,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.36.0": + version "2.36.0" + resolved "https://registry.yarnpkg.com/@microsoft/teams-js/-/teams-js-2.36.0.tgz#b36b24697b48f0797d99325250d5dc4efab22b2e" + integrity sha512-Ufib7QLYxyYS1BB9Za3Mh71+v34b9LOWGjaUlILwjEY9ux5Pez1zmgE1OMobnqUaMf53E8H4SoOnWQOVenOdHQ== dependencies: base64-js "^1.3.1" debug "^4.3.3" @@ -3235,10 +3232,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@^16.5.0: + version "16.5.0" + resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.5.0.tgz#092b49f25f808f020050051d1ff258e404c78692" + integrity sha512-m/C+AwOAr9/W1UOIZUo232ejMNnJAJtYQjUbHoNTBNTJSvqzzDh7vnrei3o3r3m9blf6ZoDkvcw0VmozNRFJxg== dotenv@^8.2.0: version "8.6.0" @@ -5667,15 +5664,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 +5672,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 +6616,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.95.1: + version "4.95.1" + resolved "https://registry.yarnpkg.com/openai/-/openai-4.95.1.tgz#7157697c2b150a546b13eb860180c4a6058051da" + integrity sha512-IqJy+ymeW+k/Wq+2YVN3693OQMMcODRtHEYOlz263MdUwnN/Dwdl9c2EXSxLLtGEHkSHAfvzpDMHI5MaWJKXjQ== dependencies: "@types/node" "^18.11.18" "@types/node-fetch" "^2.6.4" @@ -8134,11 +8114,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" @@ -9006,10 +8981,10 @@ 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.10.0: + version "0.10.0" + resolved "https://registry.yarnpkg.com/vectra/-/vectra-0.10.0.tgz#ab9197c1d3fa6e7ae75727e22ed2ecd035a6e2d1" + integrity sha512-DIUvZe7h9GLZ93sSFTi3nY+dqcOaudxDziu+8Ia+thr54kS9ttycH0tYiFiGKJjLs4gGoAwtRw2KzFHFcD0jBQ== dependencies: axios "^1.3.4" cheerio "^1.0.0-rc.12" @@ -9019,6 +8994,7 @@ vectra@^0.9.0: openai "^3.2.1" turndown "^7.1.2" uuid "^9.0.0" + wink-nlp "^2.3.2" yargs "^17.7.2" verror@1.10.0: @@ -9151,6 +9127,11 @@ widest-line@^2.0.0: dependencies: string-width "^2.1.1" +wink-nlp@^2.3.2: + version "2.3.2" + resolved "https://registry.yarnpkg.com/wink-nlp/-/wink-nlp-2.3.2.tgz#10310f232a24e75ff766646513c92756ee862b75" + integrity sha512-PsK/nOjI0nfC23HbpJa/eeca+wvmx2SVvH2hIhOJSDe0hbsyOwwImmRgYvv6BwsGN7/8aCHoeNzCac9xAsrvaw== + word-wrap@^1.2.5: version "1.2.5" resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.5.tgz#d2c45c6dd4fbce621a66f136cbe328afd0410b34"