Skip to content

Commit 31d12df

Browse files
fix(deps): update dependency axios to v1.7.4 [security]
1 parent 361d306 commit 31d12df

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
@@ -44,7 +44,7 @@
4444
"@perawallet/connect": "^1.0.7",
4545
"@reduxjs/toolkit": "1.9.3",
4646
"algosdk": "1.24.1",
47-
"axios": "1.3.4",
47+
"axios": "1.7.4",
4848
"csstype": "^3.1.1",
4949
"next": "13.2.4",
5050
"next-pwa": "5.6.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2936,12 +2936,12 @@ axe-core@^4.4.3:
29362936
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.5.2.tgz#823fdf491ff717ac3c58a52631d4206930c1d9f7"
29372937
integrity sha512-u2MVsXfew5HBvjsczCv+xlwdNnB1oQR9HlAcsejZttNjKKSkeDNVwB1vMThIUIFI9GoT57Vtk8iQLwqOfAkboA==
29382938

2939-
axios@1.3.4:
2940-
version "1.3.4"
2941-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.3.4.tgz#f5760cefd9cfb51fd2481acf88c05f67c4523024"
2942-
integrity sha512-toYm+Bsyl6VC5wSkfkbbNB6ROv7KY93PEBBL6xyDczaIHasAiv4wPqQ/c4RjoQzipxRD2W5g21cOqQulZ7rHwQ==
2939+
axios@1.7.4:
2940+
version "1.7.4"
2941+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.4.tgz#4c8ded1b43683c8dd362973c393f3ede24052aa2"
2942+
integrity sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==
29432943
dependencies:
2944-
follow-redirects "^1.15.0"
2944+
follow-redirects "^1.15.6"
29452945
form-data "^4.0.0"
29462946
proxy-from-env "^1.1.0"
29472947

@@ -4507,10 +4507,10 @@ flatted@^3.1.0:
45074507
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.7.tgz#609f39207cb614b89d0765b477cb2d437fbf9787"
45084508
integrity sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==
45094509

4510-
follow-redirects@^1.15.0:
4511-
version "1.15.2"
4512-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13"
4513-
integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==
4510+
follow-redirects@^1.15.6:
4511+
version "1.15.11"
4512+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.11.tgz#777d73d72a92f8ec4d2e410eb47352a56b8e8340"
4513+
integrity sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==
45144514

45154515
for-each@^0.3.3:
45164516
version "0.3.3"

0 commit comments

Comments
 (0)