eclipse-theia / vscode-builtin-extensions

Built-in VS Code extensions for Theia
Other
69 stars 36 forks source link

[security] yarn upgrade #92

Closed marcdumais-work closed 2 years ago

marcdumais-work commented 2 years ago

Also updated to a later lerna and ovsx devDendencies.

In a second commit, I remove lerna and add the couple of devDependencies that were missing.

yarn audit: before: 17 vulnerabilities found - Packages audited: 418 Severity: 7 Moderate | 10 High

after: 0 vulnerabilities found - Packages audited: 716 after - updated after lerna removal 0 vulnerabilities found - Packages audited: 169

Signed-off-by: Marc Dumais marc.dumais@ericsson.com

marcdumais-work commented 2 years ago

@vince-fugnitto I removed lerna in a second commit - thanks for the suggestion!

marcdumais-work commented 2 years ago

I've also cleaned up a bit further my removing references of lerna in the documentation [

Thanks!