Skip to content

Commit

Permalink
Update dependency @microsoft/teams-js to v2.26.0
Browse files Browse the repository at this point in the history
Dependency update (patch) :)
  • Loading branch information
renovate[bot] authored Aug 11, 2024
1 parent 15ace9c commit 0afd062
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 51 deletions.
50 changes: 12 additions & 38 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"@azure/msal-browser": "2.24.0",
"@microsoft/teams-js": "2.0.0",
"@microsoft/teams-js": "2.26.0",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "12.1.5",
"@testing-library/user-event": "13.5.0",
Expand Down
18 changes: 6 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1382,12 +1382,13 @@
"@jridgewell/resolve-uri" "^3.0.3"
"@jridgewell/sourcemap-codec" "^1.4.10"

"@microsoft/teams-js@2.0.0":
version "2.0.0"
resolved "https://registry.npmjs.org/@microsoft/teams-js/-/teams-js-2.0.0.tgz"
integrity sha512-13Mag9MkUplbZxK1qu55r8YSNkuOpmmZuha7P8Z26ef5ZnrYm9PM3JCoWgDvBqILxWF2e1Yo/5V2Ic9yD9rU0Q==
"@microsoft/teams-js@2.26.0":
version "2.26.0"
resolved "https://registry.npmjs.org/@microsoft/teams-js/-/teams-js-2.26.0.tgz"
integrity sha512-FaD1TLwIefAH0knfTu+wjdjPRVuL37KM5dkJV1MSsSqQ8+BpqbMu7moibNQrKlDXQ8lsNDYOXF4DPEdrgEwMgA==
dependencies:
debug "4.3.3"
base64-js "^1.3.1"
debug "^4.3.3"

"@mswjs/cookies@^0.2.0":
version "0.2.1"
Expand Down Expand Up @@ -3532,13 +3533,6 @@ debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.2, debug@^4.3.3:
dependencies:
ms "2.1.2"

[email protected]:
version "4.3.3"
resolved "https://registry.npmjs.org/debug/-/debug-4.3.3.tgz"
integrity sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==
dependencies:
ms "2.1.2"

debug@^3.1.1, debug@^3.2.7:
version "3.2.7"
resolved "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz"
Expand Down

0 comments on commit 0afd062

Please sign in to comment.