Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
updated-dependencies:
- dependency-name: "@microsoft/api-extractor"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development
- dependency-name: "@types/lodash"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 20, 2024
1 parent b39cfa8 commit 480c50a
Show file tree
Hide file tree
Showing 25 changed files with 61 additions and 61 deletions.
6 changes: 3 additions & 3 deletions js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
"devDependencies": {
"@azure/logger": "^1.1.2",
"@azure/ms-rest-js": "2.7.0",
"@microsoft/api-extractor": "^7.43.4",
"@microsoft/api-extractor": "^7.43.7",
"@standardlabs/is-private": "^1.0.1",
"@types/jsonwebtoken": "9.0.4",
"@types/lodash": "^4.17.1",
"@types/lodash": "^4.17.4",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.11",
"@types/node": "^20.12.12",
"@types/sinon": "^10.0.19",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
Expand Down
2 changes: 1 addition & 1 deletion js/packages/teams-ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@types/express": "^4.17.21",
"@types/jsonwebtoken": "^9.0.4",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.11",
"@types/node": "^20.12.12",
"@types/uuid": "^9.0.8",
"botbuilder-core": "^4.22.1",
"eslint": "^8.57.0",
Expand Down
2 changes: 1 addition & 1 deletion js/samples/01.getting-started/a.echoBot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"restify": "~11.1.0"
},
"devDependencies": {
"@types/node": "^20.12.11",
"@types/node": "^20.12.12",
"@types/restify": "^8.5.12",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"restify": "~11.1.0"
},
"devDependencies": {
"@types/node": "^20.12.11",
"@types/node": "^20.12.12",
"@types/restify": "^8.5.12",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"restify": "~11.1.0"
},
"devDependencies": {
"@types/node": "^20.12.11",
"@types/node": "^20.12.12",
"@types/restify": "^8.5.12",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
Expand Down
2 changes: 1 addition & 1 deletion js/samples/03.ai-concepts/a.twentyQuestions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"restify": "~11.1.0"
},
"devDependencies": {
"@types/node": "^20.12.11",
"@types/node": "^20.12.12",
"@types/restify": "^8.5.12",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"restify": "~11.1.0"
},
"devDependencies": {
"@types/node": "^20.12.11",
"@types/node": "^20.12.12",
"@types/restify": "^8.5.12",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"restify": "~11.1.0"
},
"devDependencies": {
"@types/node": "^20.12.11",
"@types/node": "^20.12.12",
"@types/restify": "8.5.12",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"restify": "~11.1.0"
},
"devDependencies": {
"@types/node": "^20.12.11",
"@types/node": "^20.12.12",
"@types/jsonwebtoken": "^9.0.4",
"@types/restify": "8.5.12",
"@typescript-eslint/eslint-plugin": "^6.21.0",
Expand Down
2 changes: 1 addition & 1 deletion js/samples/03.ai-concepts/e.customModel-LLAMA/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"restify": "~11.1.0"
},
"devDependencies": {
"@types/node": "^20.12.11",
"@types/node": "^20.12.12",
"@types/restify": "8.5.12",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
Expand Down
2 changes: 1 addition & 1 deletion js/samples/03.ai-concepts/f.chatModeration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"restify": "~11.1.0"
},
"devDependencies": {
"@types/node": "^20.12.11",
"@types/node": "^20.12.12",
"@types/restify": "^8.5.12",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
Expand Down
2 changes: 1 addition & 1 deletion js/samples/04.ai-apps/a.teamsChefBot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^20.12.11",
"@types/node": "^20.12.12",
"@types/restify": "^8.5.12",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
Expand Down
2 changes: 1 addition & 1 deletion js/samples/04.ai-apps/b.devOpsBot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"devDependencies": {
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^20.12.11",
"@types/node": "^20.12.12",
"@types/restify": "^8.5.12",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
Expand Down
2 changes: 1 addition & 1 deletion js/samples/04.ai-apps/c.vision-cardGazer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"restify": "~11.1.0"
},
"devDependencies": {
"@types/node": "^20.12.11",
"@types/node": "^20.12.12",
"@types/restify": "8.5.12",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
Expand Down
2 changes: 1 addition & 1 deletion js/samples/04.ai-apps/d.assistants-mathBot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"restify": "~11.1.0"
},
"devDependencies": {
"@types/node": "^20.12.11",
"@types/node": "^20.12.12",
"@types/restify": "^8.5.12",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
Expand Down
2 changes: 1 addition & 1 deletion js/samples/04.ai-apps/e.assistants-orderBot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"restify": "~11.1.0"
},
"devDependencies": {
"@types/node": "^20.12.11",
"@types/node": "^20.12.12",
"@types/jsonwebtoken": "^9.0.4",
"@types/restify": "8.5.12",
"@typescript-eslint/eslint-plugin": "^6.21.0",
Expand Down
2 changes: 1 addition & 1 deletion js/samples/04.ai-apps/f.whoBot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"restify": "~11.1.0"
},
"devDependencies": {
"@types/node": "^20.12.11",
"@types/node": "^20.12.12",
"@types/jsonwebtoken": "^8.5.4",
"@types/restify": "8.5.12",
"@typescript-eslint/eslint-plugin": "^6.21.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"devDependencies": {
"@types/debug": "^4.1.12",
"@types/jsonwebtoken": "^8.5.0",
"@types/node": "^20.12.11",
"@types/node": "^20.12.12",
"@types/restify": "8.5.12",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"@types/debug": "^4.1.12",
"@types/jsonwebtoken": "^8.5.0",
"@types/node": "^20.12.11",
"@types/node": "^20.12.12",
"@types/restify": "8.5.12",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"restify": "~11.1.0"
},
"devDependencies": {
"@types/node": "^20.12.11",
"@types/node": "^20.12.12",
"@types/isomorphic-fetch": "^0.0.39",
"@types/jsonwebtoken": "^8.5.4",
"@types/restify": "8.5.12",
Expand Down
2 changes: 1 addition & 1 deletion js/samples/05.authentication/b.oauth-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"@types/jsonwebtoken": "^8.5.4",
"@types/node": "^20.12.11",
"@types/node": "^20.12.12",
"@types/restify": "8.5.12",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"restify": "~11.1.0"
},
"devDependencies": {
"@types/node": "^20.12.11",
"@types/node": "^20.12.12",
"@types/isomorphic-fetch": "^0.0.39",
"@types/jsonwebtoken": "^8.5.4",
"@types/restify": "8.5.12",
Expand Down
2 changes: 1 addition & 1 deletion js/samples/05.authentication/d.teamsSSO-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"shx": "^0.3.4"
},
"devDependencies": {
"@types/node": "^20.12.11",
"@types/node": "^20.12.12",
"@types/jsonwebtoken": "^8.5.4",
"@types/restify": "8.5.12",
"@typescript-eslint/eslint-plugin": "^6.21.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"shx": "^0.3.4"
},
"devDependencies": {
"@types/node": "^20.12.11",
"@types/node": "^20.12.12",
"@types/isomorphic-fetch": "^0.0.39",
"@types/jsonwebtoken": "^8.5.4",
"@types/restify": "8.5.12",
Expand Down
70 changes: 35 additions & 35 deletions js/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -843,27 +843,27 @@
markdown-it "^12.3.2"
react "^17.0.2"

"@microsoft/api-extractor-model@7.28.16":
version "7.28.16"
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor-model/-/api-extractor-model-7.28.16.tgz#f010ae5f65f2d7cf65ef023cf1ffda1edf9a8b52"
integrity sha512-4/5gbW9zazr7hHHdv32QoCFDQl4vsrMOFp7g9k/uIQR2mn7AqQVN6NvNOAnFi1xwCM6X3K1BN1ZWf9ARF5hUmA==
"@microsoft/api-extractor-model@7.28.17":
version "7.28.17"
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor-model/-/api-extractor-model-7.28.17.tgz#6377782eefe4ca76348908d8890cc5809f936a2c"
integrity sha512-b2AfLP33oEVtWLeNavSBRdyDa8sKlXjN4pdhBnC4HLontOtjILhL1ERAmZObF4PWSyChnnC2vjb47C9WKCFRGg==
dependencies:
"@microsoft/tsdoc" "0.14.2"
"@microsoft/tsdoc-config" "~0.16.1"
"@rushstack/node-core-library" "4.2.1"
"@rushstack/node-core-library" "4.3.0"

"@microsoft/api-extractor@^7.43.4":
version "7.43.4"
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor/-/api-extractor-7.43.4.tgz#674dd5a001876d6600e3e49b747608b359b6f5fb"
integrity sha512-HMzeVcTbzpiVvAUOnUVOxhPGPjOlPQQjiHVZy3fsXm6D5MUiEqX0OWEuupV8Ba3LM7h1Vk8xnNghlwpCkY73UA==
"@microsoft/api-extractor@^7.43.7":
version "7.43.7"
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor/-/api-extractor-7.43.7.tgz#d4e526f673f61c73f1fac5cceb63f790badc2727"
integrity sha512-t5M8BdnS+TmroUA/Z9HJXExS9iL4pK9I3yGu9PsXVTXPmcVXlBlA1CVI7TjRa1jwm+vusG/+sbX1/t5UkJhQMg==
dependencies:
"@microsoft/api-extractor-model" "7.28.16"
"@microsoft/api-extractor-model" "7.28.17"
"@microsoft/tsdoc" "0.14.2"
"@microsoft/tsdoc-config" "~0.16.1"
"@rushstack/node-core-library" "4.2.1"
"@rushstack/node-core-library" "4.3.0"
"@rushstack/rig-package" "0.5.2"
"@rushstack/terminal" "0.10.3"
"@rushstack/ts-command-line" "4.19.5"
"@rushstack/terminal" "0.11.0"
"@rushstack/ts-command-line" "4.21.0"
lodash "~4.17.15"
minimatch "~3.0.3"
resolve "~1.22.1"
Expand Down Expand Up @@ -1096,10 +1096,10 @@
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.1.0.tgz#7d8dacb7fdef0e4387caf7396cbd77f179867d06"
integrity sha512-Zwq5OCzuwJC2jwqmpEQt7Ds1DTi6BWSwoGkbb1n9pO3hzb35BoJELx7c0T23iDkBGkh2e7tvOtjF3tr3OaQHDQ==

"@rushstack/node-core-library@4.2.1":
version "4.2.1"
resolved "https://registry.yarnpkg.com/@rushstack/node-core-library/-/node-core-library-4.2.1.tgz#8f2b90404e0308bf54ff30fba29b6545658e4e5c"
integrity sha512-jO8tR7ySxwy2c34QXSQDT9C22EfyisQruKT39FpipPOJAwKejug86eM+FL0QmkqbWGwpmfzkp3pyV71I5ZD9FA==
"@rushstack/node-core-library@4.3.0":
version "4.3.0"
resolved "https://registry.yarnpkg.com/@rushstack/node-core-library/-/node-core-library-4.3.0.tgz#7dc700c13e49f4fe7ffa93edfcfd3b0d66b910aa"
integrity sha512-JuNZ7lwaYQ4R1TugpryyWBn4lIxK+L7fF+muibFp0by5WklG22nsvH868fuBoZMLo5FqAs6WFOifNos4PJjWSA==
dependencies:
fs-extra "~7.0.1"
import-lazy "~4.0.0"
Expand All @@ -1116,20 +1116,20 @@
resolve "~1.22.1"
strip-json-comments "~3.1.1"

"@rushstack/terminal@0.10.3":
version "0.10.3"
resolved "https://registry.yarnpkg.com/@rushstack/terminal/-/terminal-0.10.3.tgz#f4efea72f245d5ccc224465b1c118d7a9eae248e"
integrity sha512-4wEPvn9bTD4cixW+FQxlCtZmVIp73gUEAFutPXDo7Nik5bqmbP+fkZcd3Zjr+hOQyyu85d6+1R1DOPcchJX5ww==
"@rushstack/terminal@0.11.0":
version "0.11.0"
resolved "https://registry.yarnpkg.com/@rushstack/terminal/-/terminal-0.11.0.tgz#4e65f867d68e02acc5b9534bcab27b2b71be66ee"
integrity sha512-LKz7pv0G9Py5uULahNSixK1pTqIIKd103pAGhDW51YfzPojvmO5wfITe0PEUNAJZjuufN/KgeRW83dJo1gL2rQ==
dependencies:
"@rushstack/node-core-library" "4.2.1"
"@rushstack/node-core-library" "4.3.0"
supports-color "~8.1.1"

"@rushstack/ts-command-line@4.19.5":
version "4.19.5"
resolved "https://registry.yarnpkg.com/@rushstack/ts-command-line/-/ts-command-line-4.19.5.tgz#ed93158b6cdf23690a5e94c5f90c8ed18b5c570f"
integrity sha512-0baDWdyMeB2LFHn1T8PKmy2rGclJoDruOjxwARrM4Oe66YjO9GfVZYwpM8ePdzJprWhkCnYLSxGUKJiWmUpapg==
"@rushstack/ts-command-line@4.21.0":
version "4.21.0"
resolved "https://registry.yarnpkg.com/@rushstack/ts-command-line/-/ts-command-line-4.21.0.tgz#75b08e2b8f468d465ed3405052d98137991ae9f4"
integrity sha512-z38FLUCn8M9FQf19gJ9eltdwkvc47PxvJmVZS6aKwbBAa3Pis3r3A+ZcBCVPNb9h/Tbga+i0tHdzoSGUoji9GQ==
dependencies:
"@rushstack/terminal" "0.10.3"
"@rushstack/terminal" "0.11.0"
"@types/argparse" "1.0.38"
argparse "~1.0.9"
string-argv "~0.3.1"
Expand Down Expand Up @@ -1350,10 +1350,10 @@
dependencies:
"@types/lodash" "*"

"@types/lodash@*", "@types/lodash@^4.17.1":
version "4.17.1"
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.1.tgz#0fabfcf2f2127ef73b119d98452bd317c4a17eb8"
integrity sha512-X+2qazGS3jxLAIz5JDXDzglAF3KpijdhFxlf/V1+hEsOUc+HnWi81L/uv/EvGuV90WY+7mPGFCUDGfQC3Gj95Q==
"@types/lodash@*", "@types/lodash@^4.17.4":
version "4.17.4"
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.4.tgz#0303b64958ee070059e3a7184048a55159fe20b7"
integrity sha512-wYCP26ZLxaT3R39kiN2+HcJ4kTd3U1waI/cY7ivWYqFP6pW3ZNpvi6Wd6PHZx7T/t8z0vlkXMg3QYLa7DZ/IJQ==

"@types/lru-cache@^5.1.0":
version "5.1.1"
Expand Down Expand Up @@ -1393,10 +1393,10 @@
"@types/node" "*"
form-data "^4.0.0"

"@types/node@*", "@types/node@^20.12.11":
version "20.12.11"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.11.tgz#c4ef00d3507000d17690643278a60dc55a9dc9be"
integrity sha512-vDg9PZ/zi+Nqp6boSOT7plNuthRugEKixDv5sFTIpkE89MmNtEArAShI4mxuX2+UrLEe9pxC1vm2cjm9YlWbJw==
"@types/node@*", "@types/node@^20.12.12":
version "20.12.12"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.12.tgz#7cbecdf902085cec634fdb362172dfe12b8f2050"
integrity sha512-eWLDGF/FOSPtAvEqeRAQ4C8LSA7M1I7i0ky1I8U7kD1J5ITyW3AsRhQrKVoWf5pFKZ2kILsEGJhsI9r93PYnOw==
dependencies:
undici-types "~5.26.4"

Expand Down

0 comments on commit 480c50a

Please sign in to comment.