Skip to content

Commit

Permalink
[JS] bump: (deps): Bump the production group in /js with 6 updates
Browse files Browse the repository at this point in the history
Bumps the production group in /js with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [botbuilder](https://github.com/Microsoft/botbuilder-js) | `4.22.1` | `4.22.2` |
| [botbuilder-dialogs](https://github.com/Microsoft/botbuilder-js) | `4.22.1` | `4.22.2` |
| [botframework-connector](https://github.com/Microsoft/botbuilder-js) | `4.22.1` | `4.22.2` |
| [botframework-schema](https://github.com/Microsoft/botbuilder-js) | `4.22.1` | `4.22.2` |
| [botframework-streaming](https://github.com/microsoft/botbuilder-js) | `4.22.1` | `4.22.2` |
| [botbuilder-azure-blobs](https://github.com/Microsoft/botbuilder-js) | `4.22.1` | `4.22.2` |


Updates `botbuilder` from 4.22.1 to 4.22.2
- [Release notes](https://github.com/Microsoft/botbuilder-js/releases)
- [Commits](microsoft/botbuilder-js@4.22.1...4.22.2)

Updates `botbuilder-dialogs` from 4.22.1 to 4.22.2
- [Release notes](https://github.com/Microsoft/botbuilder-js/releases)
- [Commits](microsoft/botbuilder-js@4.22.1...4.22.2)

Updates `botframework-connector` from 4.22.1 to 4.22.2
- [Release notes](https://github.com/Microsoft/botbuilder-js/releases)
- [Commits](microsoft/botbuilder-js@4.22.1...4.22.2)

Updates `botframework-schema` from 4.22.1 to 4.22.2
- [Release notes](https://github.com/Microsoft/botbuilder-js/releases)
- [Commits](microsoft/botbuilder-js@4.22.1...4.22.2)

Updates `botframework-streaming` from 4.22.1 to 4.22.2
- [Release notes](https://github.com/microsoft/botbuilder-js/releases)
- [Commits](microsoft/botbuilder-js@4.22.1...4.22.2)

Updates `botbuilder-azure-blobs` from 4.22.1 to 4.22.2
- [Release notes](https://github.com/Microsoft/botbuilder-js/releases)
- [Commits](microsoft/botbuilder-js@4.22.1...4.22.2)

---
updated-dependencies:
- dependency-name: botbuilder
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: botbuilder-dialogs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: botframework-connector
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: botframework-schema
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: botframework-streaming
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: botbuilder-azure-blobs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 22, 2024
1 parent 720447f commit 7639883
Show file tree
Hide file tree
Showing 25 changed files with 123 additions and 89 deletions.
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"test:nyc:report": "npx rimraf coverage && yarn test:mocha && nyc report"
},
"dependencies": {
"botbuilder": "^4.22.1",
"botbuilder": "^4.22.2",
"openai": "4.28.4"
},
"devDependencies": {
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 @@ -31,7 +31,7 @@
"dependencies": {
"@azure/msal-node": "^2.7.0",
"axios": "^1.6.8",
"botbuilder-dialogs": "^4.22.1",
"botbuilder-dialogs": "^4.22.2",
"botframework-connector": "^4.22.1",
"botframework-schema": "^4.22.1",
"botframework-streaming": "^4.22.1",
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 @@ -20,7 +20,7 @@
},
"dependencies": {
"@microsoft/teams-ai": "~1.1.3",
"botbuilder": "^4.22.1",
"botbuilder": "^4.22.2",
"dotenv": "^16.4.5",
"openai": "4.28.4",
"replace": "~1.2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@microsoft/teams-ai": "~1.1.3",
"axios": "^1.6.8",
"botbuilder": "^4.22.1",
"botbuilder": "^4.22.2",
"dotenv": "^16.4.5",
"openai": "4.28.4",
"replace": "~1.2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@microsoft/teams-ai": "~1.1.3",
"axios": "^1.6.8",
"botbuilder": "^4.22.1",
"botbuilder": "^4.22.2",
"dotenv": "^16.4.5",
"openai": "4.28.4",
"replace": "~1.2.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 @@ -19,7 +19,7 @@
"url": "https://github.com/microsoft/teams-ai"
},
"dependencies": {
"botbuilder": "^4.22.1",
"botbuilder": "^4.22.2",
"@microsoft/teams-ai": "~1.1.3",
"dotenv": "^16.4.5",
"openai": "4.28.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"url": "https://github.com/microsoft/teams-ai"
},
"dependencies": {
"botbuilder": "^4.22.1",
"botbuilder": "^4.22.2",
"@microsoft/teams-ai": "~1.1.3",
"dotenv": "^16.4.5",
"openai": "4.28.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"url": "https://github.com/microsoft/teams-ai"
},
"dependencies": {
"botbuilder": "^4.22.1",
"botbuilder": "^4.22.2",
"@microsoft/teams-ai": "~1.1.3",
"dotenv": "^16.4.5",
"openai": "4.28.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"@microsoft/teams-ai": "~1.1.3",
"botbuilder": "^4.22.1",
"botbuilder": "^4.22.2",
"dotenv": "^16.4.5",
"openai": "4.28.4",
"replace": "~1.2.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 @@ -22,7 +22,7 @@
"url": "https://github.com/microsoft/teams-ai"
},
"dependencies": {
"botbuilder": "^4.22.1",
"botbuilder": "^4.22.2",
"@microsoft/teams-ai": "~1.1.0",
"openai": "4.28.4",
"dotenv": "^16.4.1",
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 @@ -21,7 +21,7 @@
"dependencies": {
"@microsoft/teams-ai": "~1.1.3",
"axios": "^1.6.8",
"botbuilder": "^4.22.1",
"botbuilder": "^4.22.2",
"dotenv": "^16.4.5",
"jsonwebtoken": "^9.0.2",
"openai": "4.28.4",
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 @@ -23,7 +23,7 @@
"@microsoft/teams-ai": "~1.1.3",
"@microsoft/teamsfx": "^2.3.1",
"@microsoft/teams-js": "^2.22.0",
"botbuilder": "^4.22.1",
"botbuilder": "^4.22.2",
"dotenv": "^16.4.5",
"openai": "4.28.4",
"replace": "~1.2.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 @@ -19,7 +19,7 @@
"url": "https://github.com/microsoft/teams-ai"
},
"dependencies": {
"botbuilder": "^4.22.1",
"botbuilder": "^4.22.2",
"@microsoft/teams-ai": "~1.1.3",
"dotenv": "^16.4.5",
"replace": "~1.2.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 @@ -22,7 +22,7 @@
"dependencies": {
"@microsoft/teams-ai": "~1.1.3",
"@microsoft/teamsfx": "^2.3.1",
"botbuilder": "^4.22.1",
"botbuilder": "^4.22.2",
"dotenv": "^16.4.5",
"openai": "4.28.4",
"replace": "~1.2.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 @@ -21,7 +21,7 @@
"dependencies": {
"@microsoft/teams-ai": "~1.1.3",
"axios": "^1.6.8",
"botbuilder": "^4.22.1",
"botbuilder": "^4.22.2",
"dotenv": "^16.4.5",
"jsonwebtoken": "^9.0.2",
"openai": "4.28.4",
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 @@ -21,7 +21,7 @@
"dependencies": {
"@microsoft/teams-ai": "~1.1.3",
"axios": "^1.6.8",
"botbuilder": "^4.22.1",
"botbuilder": "^4.22.2",
"dotenv": "^16.4.5",
"jsonwebtoken": "^9.0.2",
"openai": "4.28.4",
Expand Down
4 changes: 2 additions & 2 deletions js/samples/04.ai-apps/f.whoBot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
},
"dependencies": {
"@microsoft/teams-ai": "~1.1.3",
"botbuilder": "^4.22.1",
"botbuilder-dialogs": "^4.22.1",
"botbuilder": "^4.22.2",
"botbuilder-dialogs": "^4.22.2",
"dotenv": "^16.4.5",
"openai": "4.28.4",
"replace": "~1.2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@azure/search-documents": "12.0.0",
"@microsoft/teams-ai": "~1.1.0",
"@microsoft/teamsfx": "^2.3.1",
"botbuilder": "^4.22.1",
"botbuilder": "^4.22.2",
"debug": "^4.3.4",
"dotenv": "^16.4.1",
"openai": "4.28.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@azure/search-documents": "12.0.0",
"@microsoft/teams-ai": "~1.1.3",
"@microsoft/teamsfx": "^2.3.0",
"botbuilder": "^4.22.1",
"botbuilder": "^4.22.2",
"dotenv": "^16.4.1",
"openai": "4.28.4",
"replace": "~1.2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@microsoft/microsoft-graph-client": "^3.0.7",
"@microsoft/teams-ai": "~1.1.3",
"botbuilder": "^4.22.1",
"botbuilder": "^4.22.2",
"dotenv": "^16.4.5",
"openai": "4.28.4",
"isomorphic-fetch": "^3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions js/samples/05.authentication/b.oauth-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
},
"dependencies": {
"@microsoft/teams-ai": "~1.1.3",
"botbuilder": "^4.22.1",
"botbuilder-dialogs": "^4.22.1",
"botbuilder": "^4.22.2",
"botbuilder-dialogs": "^4.22.2",
"dotenv": "^16.4.5",
"openai": "4.28.4",
"replace": "~1.2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@microsoft/microsoft-graph-client": "^3.0.7",
"@microsoft/teams-ai": "~1.1.3",
"botbuilder": "^4.22.1",
"botbuilder": "^4.22.2",
"dotenv": "^16.4.5",
"isomorphic-fetch": "^3.0.0",
"openai": "4.28.4",
Expand Down
4 changes: 2 additions & 2 deletions js/samples/05.authentication/d.teamsSSO-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
},
"dependencies": {
"@microsoft/teams-ai": "~1.1.3",
"botbuilder": "^4.22.1",
"botbuilder-dialogs": "^4.22.1",
"botbuilder": "^4.22.2",
"botbuilder-dialogs": "^4.22.2",
"dotenv": "^16.4.5",
"openai": "4.28.4",
"replace": "~1.2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"dependencies": {
"@microsoft/microsoft-graph-client": "^3.0.7",
"@microsoft/teams-ai": "~1.1.3",
"botbuilder": "^4.22.1",
"botbuilder-azure-blobs": "^4.22.1",
"botbuilder": "^4.22.2",
"botbuilder-azure-blobs": "^4.22.2",
"dotenv": "^16.4.5",
"isomorphic-fetch": "^3.0.0",
"openai": "4.28.4",
Expand Down
Loading

0 comments on commit 7639883

Please sign in to comment.