Skip to content

Commit 6e67e45

Browse files
committed
fix: upgrade axios to 1.13.5 and playwright to 1.58.2 to resolve security vulnerabilities
1 parent fd8b617 commit 6e67e45

11 files changed

Lines changed: 132 additions & 124 deletions

File tree

.changeset/security-dep-bumps.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
"explorer": patch
3+
"renterd": patch
4+
"walletd": patch
5+
"@siafoundation/clusterd": patch
6+
"@siafoundation/design-system": patch
7+
"@siafoundation/e2e": patch
8+
"@siafoundation/react-core": patch
9+
"@siafoundation/request": patch
10+
---
11+
12+
Fixed security vulnerabilities by upgrading axios to 1.13.5 and playwright to 1.58.2.

apps/explorer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@
3535
"swr": "2.3.7",
3636
"use-debounce": "9.0.4",
3737
"usehooks-ts": "3.1.1",
38-
"axios": "1.10.0"
38+
"axios": "1.13.5"
3939
}
4040
}

apps/renterd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@siafoundation/types": "0.13.0",
1919
"@siafoundation/units": "3.9.0",
2020
"@technically/lodash": "4.17.0",
21-
"axios": "1.10.0",
21+
"axios": "1.13.5",
2222
"bignumber.js": "9.3.1",
2323
"class-variance-authority": "0.7.1",
2424
"cmdk": "0.2.1",

apps/walletd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"class-variance-authority": "0.7.1",
2424
"date-fns": "2.30.0",
2525
"next": "16.1.6",
26-
"playwright": "1.54.1",
26+
"playwright": "1.58.2",
2727
"react": "19.2.1",
2828
"react-hook-form": "7.68.0",
2929
"react-idle-timer": "5.7.2",

0 commit comments

Comments
 (0)