Skip to content

Commit f5a10d0

Browse files
authored
Update jsonwebtoken in extensions/microsoft-authentication (#11060)
NPM package jws is introduced via the @azure/[email protected] dependency: @azure/[email protected][email protected][email protected] Overriding the intermediary jsonwebtoken dependency from ^9.0.2 to ^9.0.3 to get a patched jws version. See: rstudio/vscode-server#298 (cherry picked from commit 934a1708ab0a567a1fc9e0c0370029c6232ec42a)
1 parent a730df2 commit f5a10d0

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)