nx/docs/generated/packages/js/migrations/20.7.1-beta.0-package-updates.json
Jack Hsu 538fd8cbf6
fix(js): update @swc/cli version to fix vulnerability (#30575)
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 #
2025-04-02 09:51:36 -04:00

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"
}