Skip to content

Commit 725c800

Browse files
mishushakovclaude
andauthored
Fix dependabot security alerts across workspace (#193)
Resolves 31 open dependabot alerts spanning npm and pip lockfiles. - pnpm: add overrides for postcss, vite, yaml, flatted, minimatch, rollup - template: update python-dotenv (1.2.2) and pygments (2.20.0) - examples/basic-python: bump e2b-desktop to ^2.3.1 (pulls pillow 12.2.0) and python-dotenv to ^1.2.2 - packages/python-sdk: bump dev pytest to ^9.0.3 (pulls pygments 2.20.0) - examples/basic-javascript: bump electron to ^39.8.5 (resolves 17 electron CVEs) Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
1 parent ad10928 commit 725c800

9 files changed

Lines changed: 428 additions & 285 deletions

File tree

examples/basic-javascript/package-lock.json

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

examples/basic-javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"dependencies": {
1414
"@e2b/desktop": "^1.3.0",
1515
"dotenv": "^16.4.7",
16-
"electron": "^35.0.1"
16+
"electron": "^39.8.9"
1717
}
1818
}

examples/basic-python/poetry.lock

Lines changed: 226 additions & 94 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/basic-python/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ readme = "README.md"
77

88
[tool.poetry.dependencies]
99
python = "^3.11"
10-
e2b-desktop = "^1.2.0"
10+
e2b-desktop = "^2.3.1"
1111
pywebview = "^5.4"
12-
python-dotenv = "^1.0.1"
12+
python-dotenv = "^1.2.2"
1313

1414

1515
[build-system]

package.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,16 @@
1919
"eslint-plugin-unused-imports": "^3.0.0",
2020
"@stylistic/eslint-plugin-ts": "^1.6.2",
2121
"prettier": "^3.6.2"
22+
},
23+
"pnpm": {
24+
"overrides": {
25+
"postcss": "^8.5.10",
26+
"vite": "^7.3.2",
27+
"yaml": "^2.8.3",
28+
"flatted": "^3.4.2",
29+
"minimatch@3": "^3.1.3",
30+
"minimatch@9": "^9.0.7",
31+
"rollup": "^4.59.0"
32+
}
2233
}
2334
}

packages/python-sdk/poetry.lock

Lines changed: 18 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/python-sdk/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ requests = "^2.32.3"
1717
pillow = "^12.0.0"
1818

1919
[tool.poetry.group.dev.dependencies]
20-
pytest = "^7.4.0"
20+
pytest = "^9.0.3"
2121
python-dotenv = "^1.0.0"
2222
pytest-dotenv = "^0.5.2"
2323
pytest-xdist = "^3.6.1"

0 commit comments

Comments
 (0)