Skip to content

Commit 0107482

Browse files
Update dependency axios to v1.15.0 [SECURITY]
1 parent 458b025 commit 0107482

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@rainbow-me/rainbowkit": "^2.2.8",
2828
"@tanstack/react-query": "^5.90.9",
2929
"@wagmi/core": "^2.17.3",
30-
"axios": "1.13.5",
30+
"axios": "1.15.0",
3131
"bignumber.js": "^9.3.1",
3232
"date-fns": "^4.1.0",
3333
"fathom-client": "^3.7.2",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3049,14 +3049,14 @@ available-typed-arrays@^1.0.7:
30493049
dependencies:
30503050
possible-typed-array-names "^1.0.0"
30513051

3052-
axios@1.13.5:
3053-
version "1.13.5"
3054-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.13.5.tgz#5e464688fa127e11a660a2c49441c009f6567a43"
3055-
integrity sha512-cz4ur7Vb0xS4/KUN0tPWe44eqxrIu31me+fbang3ijiNscE129POzipJJA6zniq2C/Z6sJCjMimjS8Lc/GAs8Q==
3052+
axios@1.15.0:
3053+
version "1.15.0"
3054+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.15.0.tgz#0fcee91ef03d386514474904b27863b2c683bf4f"
3055+
integrity sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q==
30563056
dependencies:
30573057
follow-redirects "^1.15.11"
30583058
form-data "^4.0.5"
3059-
proxy-from-env "^1.1.0"
3059+
proxy-from-env "^2.1.0"
30603060

30613061
bail@^2.0.0:
30623062
version "2.0.2"
@@ -5796,10 +5796,10 @@ proxy-compare@2.6.0:
57965796
resolved "https://registry.yarnpkg.com/proxy-compare/-/proxy-compare-2.6.0.tgz#5e8c8b5c3af7e7f17e839bf6cf1435bcc4d315b0"
57975797
integrity sha512-8xuCeM3l8yqdmbPoYeLbrAXCBWu19XEYc5/F28f5qOaoAIMyfmBUkl5axiK+x9olUvRlcekvnm98AP9RDngOIw==
57985798

5799-
proxy-from-env@^1.1.0:
5800-
version "1.1.0"
5801-
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
5802-
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
5799+
proxy-from-env@^2.1.0:
5800+
version "2.1.0"
5801+
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-2.1.0.tgz#a7487568adad577cfaaa7e88c49cab3ab3081aba"
5802+
integrity sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==
58035803

58045804
pump@^3.0.0:
58055805
version "3.0.2"

0 commit comments

Comments
 (0)