Skip to content

Commit

Permalink
[JS] bump: (deps): Bump @microsoft/teams-js
Browse files Browse the repository at this point in the history
Bumps the production group in /js with 1 update: [@microsoft/teams-js](https://github.com/OfficeDev/microsoft-teams-library-js/tree/HEAD/packages/teams-js).


Updates `@microsoft/teams-js` from 2.31.1 to 2.32.0
- [Release notes](https://github.com/OfficeDev/microsoft-teams-library-js/releases)
- [Changelog](https://github.com/OfficeDev/microsoft-teams-library-js/blob/main/packages/teams-js/CHANGELOG.md)
- [Commits](https://github.com/OfficeDev/microsoft-teams-library-js/commits/HEAD/packages/teams-js)

---
updated-dependencies:
- dependency-name: "@microsoft/teams-js"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent e119b57 commit dd1c233
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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 @@
},
"dependencies": {
"@microsoft/teams-ai": "~1.7.0",
"@microsoft/teams-js": "^2.31.0",
"@microsoft/teams-js": "^2.32.0",
"botbuilder": "^4.23.1",
"dotenv": "^16.4.5",
"openai": "4.68.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"dependencies": {
"@microsoft/teams-ai": "~1.7.0",
"@microsoft/teams-js": "^2.31.0",
"@microsoft/teams-js": "^2.32.0",
"botbuilder": "^4.23.1",
"dotenv": "^16.4.5",
"openai": "4.41.1",
Expand Down
8 changes: 4 additions & 4 deletions js/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -713,10 +713,10 @@
resolved "https://registry.yarnpkg.com/@microsoft/recognizers-text/-/recognizers-text-1.3.1.tgz#eda98a9148101ecdb04ed1424082d472b04aabd9"
integrity sha512-HikLoRUgSzM4OKP3JVBzUUp3Q7L4wgI17p/3rERF01HVmopcujY3i6wgx8PenCwbenyTNxjr1AwSDSVuFlYedQ==

"@microsoft/teams-js@^2.31.0":
version "2.31.1"
resolved "https://registry.yarnpkg.com/@microsoft/teams-js/-/teams-js-2.31.1.tgz#6f3989613ccf8b81efb983c48dda3ffc1ae15431"
integrity sha512-HzUYELJxukST2lG3dlTOjSZNg9G+6JeWcXF6gEJU6OEFpdWN2EKlUBw2q4VLQFwwHV2I9+eCOALOEHFhGtEQxQ==
"@microsoft/teams-js@^2.32.0":
version "2.32.0"
resolved "https://registry.yarnpkg.com/@microsoft/teams-js/-/teams-js-2.32.0.tgz#18300d63d66f8aac18d0be81518dce7ab1d9c09a"
integrity sha512-ZKfQtbGRZisvdUdxt8iiX7uRlrB14fIQiB3+zV76CJoLDSMD1WqB4qlP8pgrKHyG2HjCI1TC3/wuKXGLjrOT2g==
dependencies:
base64-js "^1.3.1"
debug "^4.3.3"
Expand Down

0 comments on commit dd1c233

Please sign in to comment.