Skip to content

Commit

Permalink
Manual bump of axios and @microsoft/teamsfx
Browse files Browse the repository at this point in the history
  • Loading branch information
Corina Gum committed Mar 21, 2024
1 parent 7d6fc45 commit 0d12900
Show file tree
Hide file tree
Showing 10 changed files with 60 additions and 60 deletions.
2 changes: 1 addition & 1 deletion js/packages/teams-ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"types": "./lib/index.d.ts",
"dependencies": {
"@azure/msal-node": "^2.6.4",
"axios": "^1.6.7",
"axios": "^1.6.8",
"botbuilder": "^4.22.1",
"botbuilder-dialogs": "^4.22.1",
"gpt-tokenizer": "^2.1.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,6 @@ export class SequenceAugmentation implements Augmentation<Plan | undefined> {
memory: Memory,
response: PromptResponse<Plan | undefined>
): Promise<Plan> {
return Promise.resolve(response.message?.content!);
return Promise.resolve(response.message!.content!);
}
}
2 changes: 1 addition & 1 deletion js/samples/04.ai.a.teamsChefBot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"@microsoft/teams-ai": "~1.1.1",
"@microsoft/teamsfx": "^2.3.0",
"@microsoft/teamsfx": "^2.3.1",
"botbuilder": "^4.22.1",
"dotenv": "^16.4.5",
"replace": "~1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion js/samples/04.ai.f.vision.cardGazer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"@microsoft/teams-ai": "~1.1.1",
"@microsoft/teamsfx": "^2.3.0",
"@microsoft/teamsfx": "^2.3.1",
"botbuilder": "^4.22.1",
"dotenv": "^16.4.5",
"replace": "~1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion js/samples/04.ai.g.LLAMA/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ interface ConversationState {
type ApplicationTurnState = TurnState<ConversationState>;

if (!process.env.LLAMA_API_KEY && !process.env.LLAMA_ENDPOINT) {
throw new Error('Missing environment variables - please check that LLAMA_API_KEY and ENDPOINT are set.');
throw new Error('Missing environment variables - please check that LLAMA_API_KEY and LLAMA_ENDPOINT are set.');
}
// Create AI components
const model = new LlamaModel({
Expand Down
2 changes: 1 addition & 1 deletion js/samples/05.chatModeration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"@microsoft/teams-ai": "~1.1.1",
"axios": "^1.6.7",
"axios": "^1.6.8",
"botbuilder": "^4.22.1",
"dotenv": "^16.4.5",
"jsonwebtoken": "^9.0.2",
Expand Down
2 changes: 1 addition & 1 deletion js/samples/06.assistants.a.mathBot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"@microsoft/teams-ai": "~1.1.1",
"axios": "^1.6.7",
"axios": "^1.6.8",
"botbuilder": "^4.22.1",
"dotenv": "^16.4.5",
"jsonwebtoken": "^9.0.2",
Expand Down
2 changes: 1 addition & 1 deletion js/samples/06.assistants.b.orderBot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"@microsoft/teams-ai": "~1.1.1",
"axios": "^1.6.7",
"axios": "^1.6.8",
"botbuilder": "^4.22.1",
"dotenv": "^16.4.5",
"jsonwebtoken": "^9.0.2",
Expand Down
2 changes: 1 addition & 1 deletion js/samples/08.datasource.azureAISearch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"@azure/search-documents": "12.0.0",
"@microsoft/teams-ai": "~1.1.0",
"@microsoft/teamsfx": "^2.3.0",
"@microsoft/teamsfx": "^2.3.1",
"@types/debug": "^4.1.12",
"@types/jsonwebtoken": "^8.5.0",
"botbuilder": "^4.22.1",
Expand Down
102 changes: 51 additions & 51 deletions js/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -221,13 +221,20 @@
uuid "^8.3.2"
xml2js "^0.5.0"

"@azure/msal-browser@^2.21.0", "@azure/msal-browser@^2.26.0":
"@azure/msal-browser@^2.26.0":
version "2.38.0"
resolved "https://registry.yarnpkg.com/@azure/msal-browser/-/msal-browser-2.38.0.tgz#c3621dc4cc9bf8c5589ec3e4474a63d6985ebd6b"
integrity sha512-gxBh83IumHgEP9uMCm9pJLKLRwICMQTxG9TX3AytdNt3oLUI3tytm/szYD5u5zKJgSkhHvwFSM+NPnM04hYw3w==
dependencies:
"@azure/msal-common" "13.2.0"

"@azure/msal-browser@^3.0.2":
version "3.10.0"
resolved "https://registry.yarnpkg.com/@azure/msal-browser/-/msal-browser-3.10.0.tgz#8925659e8d1a4bd21e389cca4683eb52658c778e"
integrity sha512-mnmi8dCXVNZI+AGRq0jKQ3YiodlIC4W9npr6FCB9WN6NQT+6rq+cIlxgUb//BjLyzKsnYo+i4LROGeMyU+6v1A==
dependencies:
"@azure/msal-common" "14.7.1"

"@azure/msal-common@13.2.0":
version "13.2.0"
resolved "https://registry.yarnpkg.com/@azure/msal-common/-/msal-common-13.2.0.tgz#e3c6e35c0bf96ea59deaab08286a7b51b9d1ec91"
Expand Down Expand Up @@ -753,15 +760,15 @@
resolved "https://registry.yarnpkg.com/@js-joda/core/-/core-5.5.3.tgz#defac1f9af382178104ad327af1ec97446039752"
integrity sha512-7dqNYwG8gCt4hfg5PKgM7xLEcgSBcx/UgC92OMnhMmvAnq11QzDFPrxUkNR/u5kn17WWLZ8beZ4A3Qrz4pZcmQ==

"@microsoft/adaptivecards-tools@^1.3.2":
version "1.3.2"
resolved "https://registry.yarnpkg.com/@microsoft/adaptivecards-tools/-/adaptivecards-tools-1.3.2.tgz#96fd2ec136d33e015dda6350704b7424d5d272f4"
integrity sha512-t30emqrvfDOa780r2d/+q5z9jhaN3WUAEePffRvjWxXxlw+llloWP6rjzANBXw50qSGk5uITSrN5ZELNwDwEIA==
"@microsoft/adaptivecards-tools@1.3.3":
version "1.3.3"
resolved "https://registry.yarnpkg.com/@microsoft/adaptivecards-tools/-/adaptivecards-tools-1.3.3.tgz#321523509e92deb43f380091a5d1b524f464bdb4"
integrity sha512-LPQFvY49uMPHdgg87Cw35Q4ZnoDgV3ow0VI9ztLFRr0n7TldifTMRXQ98G5C3SlOOqxRszu0lYna19sQSbCgFA==
dependencies:
adaptive-expressions "^4.15.0"
adaptive-expressions "^4.20.0"
adaptivecards "~2.10.0"
adaptivecards-templating "^2.1.0"
markdown-it "^12.2.0"
markdown-it "^12.3.2"
react "^17.0.2"

"@microsoft/api-extractor-model@7.28.13":
Expand Down Expand Up @@ -797,14 +804,6 @@
resolved "https://registry.yarnpkg.com/@microsoft/applicationinsights-web-snippet/-/applicationinsights-web-snippet-1.0.1.tgz#6bb788b2902e48bf5d460c38c6bb7fedd686ddd7"
integrity sha512-2IHAOaLauc8qaAitvWS+U931T+ze+7MNWrDHY47IENP5y2UA0vqJDu67kWZDdpCN1fFC77sfgfB+HV7SrKshnQ==

"@microsoft/microsoft-graph-client@^3.0.5":
version "3.0.5"
resolved "https://registry.yarnpkg.com/@microsoft/microsoft-graph-client/-/microsoft-graph-client-3.0.5.tgz#c661b5bb271fd59d34391b0657b8a78c02af9ab8"
integrity sha512-xQADFNLUhE78RzYadFZtOmy/5wBZenSZhVK193m40MTDC5hl1aYMQO1QOJApnKga8WcvMCDCU10taRhuXTOz5w==
dependencies:
"@babel/runtime" "^7.12.5"
tslib "^2.2.0"

"@microsoft/microsoft-graph-client@^3.0.7":
version "3.0.7"
resolved "https://registry.yarnpkg.com/@microsoft/microsoft-graph-client/-/microsoft-graph-client-3.0.7.tgz#535507df2db40bd7ed24a670dc68c87c628177a4"
Expand Down Expand Up @@ -898,23 +897,23 @@
resolved "https://registry.yarnpkg.com/@microsoft/recognizers-text/-/recognizers-text-1.3.1.tgz#eda98a9148101ecdb04ed1424082d472b04aabd9"
integrity sha512-HikLoRUgSzM4OKP3JVBzUUp3Q7L4wgI17p/3rERF01HVmopcujY3i6wgx8PenCwbenyTNxjr1AwSDSVuFlYedQ==

"@microsoft/teamsfx@^2.3.0":
version "2.3.0"
resolved "https://registry.yarnpkg.com/@microsoft/teamsfx/-/teamsfx-2.3.0.tgz#a9139e53f0d03be4ae7341102c33cd79b2bb9533"
integrity sha512-cxJwZxD/CbzEQawY4CQ40fkcHXX16et2txcdu1yIM9S5TGt6ievMP9M1VmjerqVEujNDMSJadWzzf72ib5TvEw==
"@microsoft/teamsfx@^2.3.1":
version "2.3.1"
resolved "https://registry.yarnpkg.com/@microsoft/teamsfx/-/teamsfx-2.3.1.tgz#349d3bfefb2e03ac2f4207d20867857e9b9ea4f9"
integrity sha512-X1DvMgLtkomk/mpG+3vBDTvXhG82K9nF8lx3eE8UgdZDYS8TtEKzpFCkhIWusTn3vzKM8ZWgTAHudb3gP+B87w==
dependencies:
"@azure/identity" "^2.0.1"
"@azure/msal-browser" "^2.21.0"
"@azure/msal-browser" "^3.0.2"
"@azure/msal-node" "^1.14.6"
"@microsoft/adaptivecards-tools" "^1.3.2"
"@microsoft/microsoft-graph-client" "^3.0.5"
axios "^0.27.2"
botbuilder ">=4.18.0 <5.0.0"
botbuilder-dialogs ">=4.18.0 <5.0.0"
botframework-schema ">=4.18.0 <5.0.0"
"@microsoft/adaptivecards-tools" "1.3.3"
"@microsoft/microsoft-graph-client" "^3.0.7"
axios "^1.6.7"
botbuilder "^4.22.1"
botbuilder-dialogs "^4.22.1"
botframework-connector "^4.22.1"
botframework-schema "^4.22.1"
jwt-decode "^3.1.2"
tedious "^14.3.0"
tslib "^2.3.1"
uuid "^8.3.2"

"@microsoft/tsdoc-config@~0.16.1":
Expand Down Expand Up @@ -1691,10 +1690,10 @@ adal-node@^0.2.2:
uuid "^3.1.0"
xpath.js "~1.1.0"

adaptive-expressions@^4.15.0:
version "4.20.0"
resolved "https://registry.yarnpkg.com/adaptive-expressions/-/adaptive-expressions-4.20.0.tgz#9f2e105cda2993845cce96b9c33991d22293ee91"
integrity sha512-/m0gXtwb75iK0UBftwoK8La7Ch/TqfrT5doAoLya1VAaeOEIzDzHIbMe1G6B7/N+Nn/waZFMexrqDW7d01lbdA==
adaptive-expressions@^4.20.0:
version "4.22.1"
resolved "https://registry.yarnpkg.com/adaptive-expressions/-/adaptive-expressions-4.22.1.tgz#fb614def986540ec916371f0393c89f7c3958b22"
integrity sha512-0/fSfkm5eSZ3ntbcqvYgQpqnRorGATpjvDKYncM4qNKWqk4nCUun+VeUFnbZ0CEjOWXzqgWSzy07bvK8SOW/Uw==
dependencies:
"@microsoft/recognizers-text-data-types-timex-expression" "1.3.0"
"@types/atob-lite" "^2.0.0"
Expand All @@ -1709,7 +1708,7 @@ adaptive-expressions@^4.15.0:
btoa-lite "^1.0.0"
d3-format "^1.4.4"
dayjs "^1.10.3"
fast-xml-parser "^4.1.2"
fast-xml-parser "^4.2.5"
jspath "^0.4.0"
lodash.isequal "^4.5.0"
lru-cache "^5.1.1"
Expand Down Expand Up @@ -2161,14 +2160,6 @@ axios@^0.26.0:
dependencies:
follow-redirects "^1.14.8"

axios@^0.27.2:
version "0.27.2"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.27.2.tgz#207658cc8621606e586c85db4b41a750e756d972"
integrity sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==
dependencies:
follow-redirects "^1.14.9"
form-data "^4.0.0"

axios@^1.3.4, axios@^1.6.0, axios@^1.6.7:
version "1.6.7"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.7.tgz#7b48c2e27c96f9c68a2f8f31e2ab19f59b06b0a7"
Expand All @@ -2178,6 +2169,15 @@ axios@^1.3.4, axios@^1.6.0, axios@^1.6.7:
form-data "^4.0.0"
proxy-from-env "^1.1.0"

axios@^1.6.8:
version "1.6.8"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.8.tgz#66d294951f5d988a00e87a0ffb955316a619ea66"
integrity sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==
dependencies:
follow-redirects "^1.15.6"
form-data "^4.0.0"
proxy-from-env "^1.1.0"

balanced-match@^1.0.0:
version "1.0.2"
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
Expand Down Expand Up @@ -2324,7 +2324,7 @@ botbuilder-dialogs-adaptive-runtime-core@4.22.1-preview:
dependencies:
dependency-graph "^0.10.0"

"botbuilder-dialogs@>=4.18.0 <5.0.0", botbuilder-dialogs@^4.22.1:
botbuilder-dialogs@^4.22.1:
version "4.22.1"
resolved "https://registry.yarnpkg.com/botbuilder-dialogs/-/botbuilder-dialogs-4.22.1.tgz#093d810b971abca52bdc21e5feea43dddfd28622"
integrity sha512-iCrB6w9XG2LWAXlt9PoNTIdx62D23nqx8+6TzoYN6WYoKMXZvoDQWtkopsr3EywCbsq/sAc5v3UmrvPyVK+dWA==
Expand All @@ -2346,7 +2346,7 @@ botbuilder-stdlib@4.22.1-internal:
resolved "https://registry.yarnpkg.com/botbuilder-stdlib/-/botbuilder-stdlib-4.22.1-internal.tgz#901020b9d048f536066bf65db176a08f6f63b197"
integrity sha512-iPTO//HYfqwwvmbVtWZFkffRVSkxz/fesE60nMPVxGe93XkHSXgNVaZKjKnxjbX192LQFubae0777pCYBD6hsQ==

"botbuilder@>=4.18.0 <5.0.0", botbuilder@^4.22.1:
botbuilder@^4.22.1:
version "4.22.1"
resolved "https://registry.yarnpkg.com/botbuilder/-/botbuilder-4.22.1.tgz#77f9f1fa6d8a48911954daad2658451c5bdbd955"
integrity sha512-dkg1RzN1GVmjZ0+J91U4VZ1Lyoq9Oal3NzZsTfO9fPNvNoxLYUGbbH1PGNcm0qEK4gp5XvNtuRgPi6Mm6q5MiA==
Expand All @@ -2366,7 +2366,7 @@ botbuilder-stdlib@4.22.1-internal:
uuid "^8.3.2"
zod "^3.22.4"

botframework-connector@4.22.1:
botframework-connector@4.22.1, botframework-connector@^4.22.1:
version "4.22.1"
resolved "https://registry.yarnpkg.com/botframework-connector/-/botframework-connector-4.22.1.tgz#e0a866e77663d284210428679912c9b3241064e1"
integrity sha512-uo3KrIyj6D8P9kWk7AKd00XDkCuTk/LqH1Jx0jGQCkfjHCVFfGclgNZcqUdgZkQkWcisk5QOtTSPGAl4a92TpA==
Expand All @@ -2385,7 +2385,7 @@ botframework-connector@4.22.1:
rsa-pem-from-mod-exp "^0.8.4"
zod "^3.22.4"

botframework-schema@4.22.1, "botframework-schema@>=4.18.0 <5.0.0":
botframework-schema@4.22.1, botframework-schema@^4.22.1:
version "4.22.1"
resolved "https://registry.yarnpkg.com/botframework-schema/-/botframework-schema-4.22.1.tgz#32086e61f78f17e2d7c703a41c6f9712efde6dc4"
integrity sha512-4hE7iMYMgLz+L+MrgkZ7Y1pir3ze5Puhjko0a/VKkLUXkoSTHcZ5P0mIqhl/lxu7TlrREtGanGsX0rWkQ8+FJA==
Expand Down Expand Up @@ -4625,10 +4625,10 @@ fast-safe-stringify@^2.0.7:
resolved "https://registry.yarnpkg.com/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz#c406a83b6e70d9e35ce3b30a81141df30aeba884"
integrity sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==

fast-xml-parser@^4.1.2:
version "4.2.7"
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.2.7.tgz#871f2ca299dc4334b29f8da3658c164e68395167"
integrity sha512-J8r6BriSLO1uj2miOk1NW0YVm8AGOOu3Si2HQp/cSmo6EA4m3fcwu2WKjJ4RK9wMLBtg69y1kS8baDiQBR41Ig==
fast-xml-parser@^4.2.5:
version "4.3.6"
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.3.6.tgz#190f9d99097f0c8f2d3a0e681a10404afca052ff"
integrity sha512-M2SovcRxD4+vC493Uc2GZVcZaj66CCJhWurC4viynVSTvrpErCShNcDz1lAho6n9REQKvL/ll4A4/fw6Y9z8nw==
dependencies:
strnum "^1.0.5"

Expand Down Expand Up @@ -4772,7 +4772,7 @@ flatted@^3.1.0:
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.7.tgz#609f39207cb614b89d0765b477cb2d437fbf9787"
integrity sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==

follow-redirects@^1.14.0, follow-redirects@^1.14.8, follow-redirects@^1.14.9, follow-redirects@^1.15.4:
follow-redirects@^1.14.0, follow-redirects@^1.14.8, follow-redirects@^1.15.4, follow-redirects@^1.15.6:
version "1.15.6"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b"
integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==
Expand Down Expand Up @@ -6597,7 +6597,7 @@ map-visit@^1.0.0:
dependencies:
object-visit "^1.0.0"

markdown-it@^12.2.0:
markdown-it@^12.3.2:
version "12.3.2"
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-12.3.2.tgz#bf92ac92283fe983fe4de8ff8abfb5ad72cd0c90"
integrity sha512-TchMembfxfNVpHkbtriWltGWc+m3xszaRD0CZup7GFFhzIgQqxIfn3eGj1yZpfuflzPvfkt611B2Q/Bsk1YnGg==
Expand Down Expand Up @@ -9478,7 +9478,7 @@ tslib@^1.10.0:
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==

tslib@^2.2.0, tslib@^2.3.1, tslib@^2.6.2:
tslib@^2.2.0, tslib@^2.6.2:
version "2.6.2"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
Expand Down

0 comments on commit 0d12900

Please sign in to comment.