Skip to content

Commit 2da57d7

Browse files
authored
Update jsonwebtoken dependency in extensions/microsoft-authentication (#11065)
Port fix for posit-dev/positron-builds#703 to main. Update npm package jws, introduced via the @azure/[email protected] dependency: @azure/[email protected][email protected][email protected] Overriding the intermediary jsonwebtoken dependency to at least 9.0.3 to get a patched jws version. (cherry picked from commit e34a827)
1 parent 68671ae commit 2da57d7

File tree

2 files changed

+23
-14
lines changed

2 files changed

+23
-14
lines changed

extensions/microsoft-authentication/package-lock.json

Lines changed: 20 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extensions/microsoft-authentication/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,9 @@
152152
"keytar": "file:./packageMocks/keytar",
153153
"vscode-tas-client": "^0.1.84"
154154
},
155+
"overrides": {
156+
"jsonwebtoken": "^9.0.3"
157+
},
155158
"repository": {
156159
"type": "git",
157160
"url": "https://github.com/microsoft/vscode.git"

0 commit comments

Comments
 (0)