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:
Alexandru Dima 2022-08-12 17:31:04 +02:00 committed by GitHub
parent 9d278685b0
commit 35eb0efbc0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1631 additions and 3589 deletions

View file

@ -9,5 +9,8 @@
"**/release": true,
"**/out": true
},
"typescript.tsdk": "./node_modules/typescript/lib"
"typescript.tsdk": "./node_modules/typescript/lib",
"git.branchProtection": ["main", "release/*"],
"git.branchProtectionPrompt": "alwaysCommitToNewBranch",
"git.branchRandomName.enable": true
}

5212
samples/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -25,5 +25,8 @@
"webpack-dev-server": "^4.7.4",
"webpack": "^5.68.0",
"yaserver": "^0.4.0"
},
"overrides": {
"@electron/get": "2.0.0"
}
}