Skip to content

Commit 14a5873

Browse files
committed
chore(deps): bump e2e fixture manifests
Closes the three open Dependabot PRs against the e2e test fixtures used by the Socket scan / reachability validation suite: - tests/e2e/fixtures/simple-npm: axios 1.15.0 -> 1.15.2 (closes #196) - tests/e2e/fixtures/simple-pypi: requests 2.31.0 -> 2.33.0 (closes #187) - tests/e2e/fixtures/simple-pypi: flask 3.0.0 -> 3.1.3 (closes #186) These fixtures were stale rather than intentionally pinned, so it's safe to bring them current. Socket Firewall verified install paths for both manifests: - npm fixture: 228 packages fetched clean - pypi fixture: install path clean Going forward, the new .github/dependabot.yml in this PR intentionally excludes the tests/e2e/fixtures/** paths from auto-bumping -- fixture pins should be chosen for the supply-chain signal they expose, not auto-rolled. Signed-off-by: lelia <2418071+lelia@users.noreply.github.com>
1 parent 4ef99cc commit 14a5873

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

tests/e2e/fixtures/simple-npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dependencies": {
77
"lodash": "4.18.1",
88
"express": "4.22.0",
9-
"axios": "1.15.0"
9+
"axios": "1.15.2"
1010
},
1111
"devDependencies": {
1212
"typescript": "5.0.4",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
requests==2.31.0
2-
flask==3.0.0
1+
requests==2.33.0
2+
flask==3.1.3
33
pyyaml==6.0.1

0 commit comments

Comments
 (0)