Skip to content

Commit be20a43

Browse files
committed
chore(deps): bump e2e fixture manifests
Bundles three Dependabot PRs that target 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 (not intentionally pinned), so it's safe to bring them current. Socket Firewall verified install paths for both: - npm fixture: 228 packages fetched clean - pypi fixture: install path clean Signed-off-by: lelia <2418071+lelia@users.noreply.github.com>
1 parent facccb3 commit be20a43

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)