Skip to content

Commit 5f2355e

Browse files
fix(deps): update dependency axios to v1.7.4 [security]
1 parent 04bb54c commit 5f2355e

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
@@ -50,7 +50,7 @@
5050
"@txnlab/use-wallet": "^2.1.1",
5151
"@walletconnect/modal-sign-html": "^2.5.5",
5252
"algosdk": "^2.5.0",
53-
"axios": "1.4.0",
53+
"axios": "1.7.4",
5454
"next": "13.4.19",
5555
"next-pwa": "5.6.0",
5656
"nextjs-google-analytics": "2.3.3",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3544,12 +3544,12 @@ axe-core@=4.7.0:
35443544
resolved "https://registry.npmjs.org/axe-core/-/axe-core-4.7.0.tgz"
35453545
integrity sha512-M0JtH+hlOL5pLQwHOLNYZaXuhqmvS8oExsqB1SBYgA4Dk7u/xx+YdGHXaK5pyUfed5mYXdlYiphWq3G8cRi5JQ==
35463546

3547-
axios@1.4.0:
3548-
version "1.4.0"
3549-
resolved "https://registry.npmjs.org/axios/-/axios-1.4.0.tgz"
3550-
integrity sha512-S4XCWMEmzvo64T9GfvQDOXgYRDJ/wsSZc7Jvdgx5u1sd0JwsuPLqb3SYmusag+edF6ziyMensPVqLTSc1PiSEA==
3547+
axios@1.7.4:
3548+
version "1.7.4"
3549+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.4.tgz#4c8ded1b43683c8dd362973c393f3ede24052aa2"
3550+
integrity sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==
35513551
dependencies:
3552-
follow-redirects "^1.15.0"
3552+
follow-redirects "^1.15.6"
35533553
form-data "^4.0.0"
35543554
proxy-from-env "^1.1.0"
35553555

@@ -5285,10 +5285,10 @@ flatted@^3.2.9:
52855285
resolved "https://registry.npmjs.org/flatted/-/flatted-3.2.9.tgz"
52865286
integrity sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ==
52875287

5288-
follow-redirects@^1.15.0:
5289-
version "1.15.4"
5290-
resolved "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.4.tgz"
5291-
integrity sha512-Cr4D/5wlrb0z9dgERpUL3LrmPKVDsETIJhaCMeDfuFYcqa5bldGV6wBsAN6X/vxlXQtFBMrXdXxdL8CbDTGniw==
5288+
follow-redirects@^1.15.6:
5289+
version "1.15.6"
5290+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b"
5291+
integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==
52925292

52935293
for-each@^0.3.3:
52945294
version "0.3.3"

0 commit comments

Comments
 (0)