Skip to content

Commit

Permalink
deps: Bump fix-path to ^4.0.0 to avoid cross-env <6.0.6 (#14781)
Browse files Browse the repository at this point in the history
cross-env 6.0.6 fixes CVE-2024-21538
(https://security.snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230).

Contributed by STMicroelectronics

Signed-off-by: Torbjörn SVENSSON <[email protected]>
  • Loading branch information
Torbjorn-Svensson authored Jan 29, 2025
1 parent d011f3b commit d59071a
Show file tree
Hide file tree
Showing 4 changed files with 117 additions and 4 deletions.
115 changes: 114 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export class SomeClass {
- `native-keymap` (from [`native-keymap@^2.2.1`](https://www.npmjs.com/package/native-keymap))
- `electron` (from [`[email protected]`](https://www.npmjs.com/package/electron/v/30.1.2))
- `electron-store` (from [`electron-store@^8.0.0`](https://www.npmjs.com/package/electron-store))
- `fix-path` (from [`fix-path@^3.0.0`](https://www.npmjs.com/package/fix-path))
- `fix-path` (from [`fix-path@^4.0.0`](https://www.npmjs.com/package/fix-path))
- `@theia/core/shared/...`
- `@phosphor/algorithm` (from [`@phosphor/algorithm@1`](https://www.npmjs.com/package/@phosphor/algorithm))
- `@phosphor/commands` (from [`@phosphor/commands@1`](https://www.npmjs.com/package/@phosphor/commands))
Expand Down
2 changes: 1 addition & 1 deletion packages/electron/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The `@theia/electron` extension bundles all Electron-specific dependencies and c
- `native-keymap` (from [`native-keymap@^2.2.1`](https://www.npmjs.com/package/native-keymap))
- `electron` (from [`[email protected]`](https://www.npmjs.com/package/electron/v/30.1.2))
- `electron-store` (from [`electron-store@^8.0.0`](https://www.npmjs.com/package/electron-store))
- `fix-path` (from [`fix-path@^3.0.0`](https://www.npmjs.com/package/fix-path))
- `fix-path` (from [`fix-path@^4.0.0`](https://www.npmjs.com/package/fix-path))

## Additional Information

Expand Down
2 changes: 1 addition & 1 deletion packages/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Theia - Electron utility package",
"dependencies": {
"electron-store": "^8.0.0",
"fix-path": "^3.0.0",
"fix-path": "^4.0.0",
"native-keymap": "^2.2.1"
},
"devDependencies": {
Expand Down

0 comments on commit d59071a

Please sign in to comment.