Skip to content

Commit

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


Updates `jsonschema` from 1.4.1 to 1.5.0
- [Commits](https://github.com/tdegrunt/jsonschema/commits)

Updates `@microsoft/teams-js` from 2.32.0 to 2.33.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/v2.33.0/packages/teams-js)

---
updated-dependencies:
- dependency-name: jsonschema
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- 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 Jan 13, 2025
1 parent 3d26bea commit 9371aed
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 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 @@ -37,7 +37,7 @@
"botframework-streaming": "^4.23.1",
"gpt-tokenizer": "^2.6.2",
"json-colorizer": "^2.2.2",
"jsonschema": "1.4.1",
"jsonschema": "1.5.0",
"uuid": "^9.0.1",
"yaml": "^2.7.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 @@ -23,7 +23,7 @@
},
"dependencies": {
"@microsoft/teams-ai": "~1.7.2",
"@microsoft/teams-js": "^2.32.0",
"@microsoft/teams-js": "^2.33.0",
"botbuilder": "^4.23.1",
"openai": "4.77.4",
"replace": "~1.2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"dependencies": {
"@microsoft/teams-ai": "~1.7.2",
"@microsoft/teams-js": "^2.32.0",
"@microsoft/teams-js": "^2.33.0",
"botbuilder": "^4.23.1",
"dotenv": "^16.4.5",
"openai": "4.41.1",
Expand Down
16 changes: 8 additions & 8 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.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==
"@microsoft/teams-js@^2.33.0":
version "2.33.0"
resolved "https://registry.yarnpkg.com/@microsoft/teams-js/-/teams-js-2.33.0.tgz#f71b0c776a7e2f1baf1f8022fc69b626b364be9a"
integrity sha512-PCFN18PxDndNYq1vfDQEQ2eWkxg5E3E0c+XIkstd3vUquhTX9+h7RI6cAOqglzDqcqBefGooeuqNwHYYGxw4cA==
dependencies:
base64-js "^1.3.1"
debug "^4.3.3"
Expand Down Expand Up @@ -5767,10 +5767,10 @@ jsonparse@^1.2.0:
resolved "https://registry.yarnpkg.com/jsonparse/-/jsonparse-1.3.1.tgz#3f4dae4a91fac315f71062f8521cc239f1366280"
integrity sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==

jsonschema@1.4.1:
version "1.4.1"
resolved "https://registry.yarnpkg.com/jsonschema/-/jsonschema-1.4.1.tgz#cc4c3f0077fb4542982973d8a083b6b34f482dab"
integrity sha512-S6cATIPVv1z0IlxdN+zUk5EPjkGCdnhN4wVSBlvoUO1tOLJootbo9CquNJmbIh4yikWHiUedhRYrNPn1arpEmQ==
jsonschema@1.5.0:
version "1.5.0"
resolved "https://registry.yarnpkg.com/jsonschema/-/jsonschema-1.5.0.tgz#f6aceb1ab9123563dd901d05f81f9d4883d3b7d8"
integrity sha512-K+A9hhqbn0f3pJX17Q/7H6yQfD/5OXgdrR5UE12gMXCiN9D5Xq2o5mddV2QEcX/bjla99ASsAAQUyMCCRWAEhw==

jsonwebtoken@^9.0.0, jsonwebtoken@^9.0.2:
version "9.0.2"
Expand Down

0 comments on commit 9371aed

Please sign in to comment.