The `@swc/cli` version we're currently using has a security vulnerability due to dependency on `cross-spawn`. This PR updates it to the version that fixes the vulnerability. Advisory: https://github.com/advisories/GHSA-3xgq-45jj-v275 ## Current Behavior Existing and new JS workspaces have a high security warning. ## Expected Behavior No high security warning for new workspaces, and existing ones are updated. ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #
15 lines
318 B
JSON
15 lines
318 B
JSON
{
|
|
"name": "20.7.1-beta.0-package-updates",
|
|
"version": "20.7.1-beta.0",
|
|
"packages": {
|
|
"@swc/cli": { "version": "~0.6.0", "alwaysAddToPackageJson": false }
|
|
},
|
|
"aliases": [],
|
|
"description": "",
|
|
"hidden": false,
|
|
"implementation": "",
|
|
"path": "/packages/js",
|
|
"schema": null,
|
|
"type": "migration"
|
|
}
|