mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 16:15:41 +01:00
Switch to yarn which supports overriding resolutions to address vulnerabilities in dependencies of dependencies (#3242)
* Switch to `yarn` which supports overriding resolutions to address vulnerabilities in dependencies of dependencies * Go back to npm and use `overrides`
This commit is contained in:
parent
9d278685b0
commit
35eb0efbc0
3 changed files with 1631 additions and 3589 deletions
5212
samples/package-lock.json
generated
5212
samples/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -25,5 +25,8 @@
|
|||
"webpack-dev-server": "^4.7.4",
|
||||
"webpack": "^5.68.0",
|
||||
"yaserver": "^0.4.0"
|
||||
},
|
||||
"overrides": {
|
||||
"@electron/get": "2.0.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue