Skip to content

Commit

Permalink
Added overrides to vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
sureshjoshi committed Nov 11, 2024
1 parent 74b941b commit bda5d1d
Show file tree
Hide file tree
Showing 2 changed files with 339 additions and 254 deletions.
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -287,11 +287,11 @@
"watch": "pnpm run build-base --sourcemap --watch"
},
"dependencies": {
"pyright": "^1.1.369"
"pyright": "^1.1.388"
},
"devDependencies": {
"@types/node": "^20.14.8",
"@types/vscode": "^1.90.0",
"@types/node": "^22.9.0",
"@types/vscode": "^1.95.0",
"@vscode/test-electron": "^2.4.1",
"@vscode/vsce": "^3.2.1",
"esbuild": "^0.24.0",
Expand All @@ -302,5 +302,11 @@
"vitest": "^2.1.4",
"vscode-languageclient": "^9.0.1"
},
"pnpm": {
"overrides": {
"@azure/msal-node@>=2.7.0 <2.9.2": ">=2.9.2",
"@azure/identity@<4.2.1": ">=4.2.1"
}
},
"packageManager": "[email protected]+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4"
}
Loading

0 comments on commit bda5d1d

Please sign in to comment.