Skip to content

Commit d59071a

Browse files
deps: Bump fix-path to ^4.0.0 to avoid cross-env <6.0.6 (#14781)
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 <torbjorn.svensson@foss.st.com>
1 parent d011f3b commit d59071a

File tree

4 files changed

+117
-4
lines changed

4 files changed

+117
-4
lines changed

package-lock.json

Lines changed: 114 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export class SomeClass {
7474
- `native-keymap` (from [`native-keymap@^2.2.1`](https://www.npmjs.com/package/native-keymap))
7575
- `electron` (from [`electron@30.1.2`](https://www.npmjs.com/package/electron/v/30.1.2))
7676
- `electron-store` (from [`electron-store@^8.0.0`](https://www.npmjs.com/package/electron-store))
77-
- `fix-path` (from [`fix-path@^3.0.0`](https://www.npmjs.com/package/fix-path))
77+
- `fix-path` (from [`fix-path@^4.0.0`](https://www.npmjs.com/package/fix-path))
7878
- `@theia/core/shared/...`
7979
- `@phosphor/algorithm` (from [`@phosphor/algorithm@1`](https://www.npmjs.com/package/@phosphor/algorithm))
8080
- `@phosphor/commands` (from [`@phosphor/commands@1`](https://www.npmjs.com/package/@phosphor/commands))

packages/electron/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The `@theia/electron` extension bundles all Electron-specific dependencies and c
2020
- `native-keymap` (from [`native-keymap@^2.2.1`](https://www.npmjs.com/package/native-keymap))
2121
- `electron` (from [`electron@30.1.2`](https://www.npmjs.com/package/electron/v/30.1.2))
2222
- `electron-store` (from [`electron-store@^8.0.0`](https://www.npmjs.com/package/electron-store))
23-
- `fix-path` (from [`fix-path@^3.0.0`](https://www.npmjs.com/package/fix-path))
23+
- `fix-path` (from [`fix-path@^4.0.0`](https://www.npmjs.com/package/fix-path))
2424

2525
## Additional Information
2626

packages/electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Theia - Electron utility package",
55
"dependencies": {
66
"electron-store": "^8.0.0",
7-
"fix-path": "^3.0.0",
7+
"fix-path": "^4.0.0",
88
"native-keymap": "^2.2.1"
99
},
1010
"devDependencies": {

0 commit comments

Comments
 (0)