diff --git a/apps/explorer/package.json b/apps/explorer/package.json index def7829d7..58bdec913 100644 --- a/apps/explorer/package.json +++ b/apps/explorer/package.json @@ -35,6 +35,6 @@ "swr": "2.3.7", "use-debounce": "9.0.4", "usehooks-ts": "3.1.1", - "axios": "1.10.0" + "axios": "1.12.0" } } diff --git a/apps/renterd/package.json b/apps/renterd/package.json index 2a90eb8df..895dc4d0f 100644 --- a/apps/renterd/package.json +++ b/apps/renterd/package.json @@ -18,7 +18,7 @@ "@siafoundation/types": "0.13.0", "@siafoundation/units": "3.8.0", "@technically/lodash": "4.17.0", - "axios": "1.10.0", + "axios": "1.12.0", "bignumber.js": "9.3.1", "class-variance-authority": "0.7.1", "cmdk": "0.2.1", diff --git a/apps/walletd/package.json b/apps/walletd/package.json index 2b62591cb..4c02734dd 100644 --- a/apps/walletd/package.json +++ b/apps/walletd/package.json @@ -23,7 +23,7 @@ "class-variance-authority": "0.7.1", "date-fns": "2.30.0", "next": "16.0.10", - "playwright": "1.54.1", + "playwright": "1.55.1", "react": "19.2.1", "react-hook-form": "7.68.0", "react-idle-timer": "5.7.2", diff --git a/libs/clusterd/package.json b/libs/clusterd/package.json index 356d50b59..7f66b3e19 100644 --- a/libs/clusterd/package.json +++ b/libs/clusterd/package.json @@ -13,7 +13,7 @@ "@siafoundation/units": "^3.7.0", "@siafoundation/walletd-js": "^0.5.0", "@technically/lodash": "^4.17.0", - "axios": "^1.10.0", + "axios": "^1.12.0", "bignumber.js": "^9.3.1" } } diff --git a/libs/design-system/package.json b/libs/design-system/package.json index 124920a69..8c6ef1219 100644 --- a/libs/design-system/package.json +++ b/libs/design-system/package.json @@ -53,7 +53,7 @@ "@visx/shape": "^3.12.0", "@visx/tooltip": "^3.12.0", "@visx/xychart": "^3.12.0", - "axios": "^1.10.0", + "axios": "^1.12.0", "bignumber.js": "^9.3.1", "class-variance-authority": "^0.7.1", "clipboard-polyfill": "^4.1.1", diff --git a/libs/e2e/package.json b/libs/e2e/package.json index c568c91e1..c31f1aa9b 100644 --- a/libs/e2e/package.json +++ b/libs/e2e/package.json @@ -12,6 +12,6 @@ "@playwright/test": "^1.54.1", "@siafoundation/explored-types": "^0.20.0", "@siafoundation/react-core": "^8.0.0", - "playwright": "^1.54.1" + "playwright": "^1.55.1" } } diff --git a/libs/react-core/package.json b/libs/react-core/package.json index 9741bf4ca..5c97d8073 100644 --- a/libs/react-core/package.json +++ b/libs/react-core/package.json @@ -10,7 +10,7 @@ "types": "./src/index.d.ts", "dependencies": { "@siafoundation/request": "^0.5.0", - "axios": "^1.10.0", + "axios": "^1.12.0", "detect-gpu": "^5.0.34", "swr": "^2.3.7", "use-local-storage-state": "^19.5.0" diff --git a/libs/request/package.json b/libs/request/package.json index 806f7b525..9cd9096bd 100644 --- a/libs/request/package.json +++ b/libs/request/package.json @@ -10,6 +10,6 @@ "types": "./src/index.d.ts", "dependencies": { "@technically/lodash": "^4.17.0", - "axios": "^1.10.0" + "axios": "^1.12.0" } } diff --git a/package.json b/package.json index 25e85d7c4..c7e52140c 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "jest-environment-jsdom": "^30.2.0", "jest-fixed-jsdom": "^0.0.11", "nx": "22.1.3", - "playwright": "^1.54.1", + "playwright": "^1.55.1", "postcss": "8.4.38", "prettier": "3.6.2", "rimraf": "^6.0.1",