Skip to content

Commit

Permalink
fix: resolve vulnerability (#11937)
Browse files Browse the repository at this point in the history
  • Loading branch information
yiqing-zhao authored Jul 2, 2024
1 parent bb88a80 commit 95fdd18
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 52 deletions.
10 changes: 5 additions & 5 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@
"@microsoft/adaptivecards-tools": "workspace:*",
"@microsoft/microsoft-graph-client": "^3.0.7",
"axios": "^1.6.8",
"botbuilder": "^4.22.1",
"botbuilder-dialogs": "^4.22.1",
"botframework-connector": "^4.22.1",
"botframework-schema": "^4.22.1",
"botbuilder": "^4.22.3",
"botbuilder-dialogs": "^4.22.3",
"botframework-connector": "^4.22.3",
"botframework-schema": "^4.22.3",
"jwt-decode": "^3.1.2",
"tedious": "^14.3.0",
"uuid": "^8.3.2"
Expand Down Expand Up @@ -86,7 +86,7 @@
"adm-zip": "^0.5.9",
"assertion-error": "^2.0.0",
"axios-mock-adapter": "^1.20.0",
"botbuilder-core": "^4.22.1",
"botbuilder-core": "^4.22.3",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"check-error": "^2.0.0",
Expand Down
124 changes: 77 additions & 47 deletions packages/sdk/pnpm-lock.yaml

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

0 comments on commit 95fdd18

Please sign in to comment.