Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit dd827ad

Browse files
authoredMar 1, 2025··
fix(deps): update dependency axios to v1.8.1
1 parent a51ab33 commit dd827ad

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@mdi/js": "7.4.47",
3232
"@vueuse/core": "12.5.0",
3333
"apexcharts": "3.54.1",
34-
"axios": "1.7.8",
34+
"axios": "1.8.1",
3535
"dedent": "1.5.3",
3636
"enumify": "2.0.0",
3737
"graphiql": "3.8.3",

‎yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -3290,14 +3290,14 @@ __metadata:
32903290
languageName: node
32913291
linkType: hard
32923292

3293-
"axios@npm:1.7.8":
3294-
version: 1.7.8
3295-
resolution: "axios@npm:1.7.8"
3293+
"axios@npm:1.8.1":
3294+
version: 1.8.1
3295+
resolution: "axios@npm:1.8.1"
32963296
dependencies:
32973297
follow-redirects: "npm:^1.15.6"
32983298
form-data: "npm:^4.0.0"
32993299
proxy-from-env: "npm:^1.1.0"
3300-
checksum: 10c0/23ae2d0105aea9170c34ac9b6f30d9b2ab2fa8b1370205d2f7ce98b9f9510ab420148c13359ee837ea5a4bf2fb028ff225bd2fc92052fb0c478c6b4a836e2d5f
3300+
checksum: 10c0/b2e1d5a61264502deee4b50f0a6df0aa3b174c546ccf68c0dff714a2b8863232e0bd8cb5b84f853303e97f242a98260f9bb9beabeafe451ad5af538e9eb7ac22
33013301
languageName: node
33023302
linkType: hard
33033303

@@ -4062,7 +4062,7 @@ __metadata:
40624062
"@vue/test-utils": "npm:2.4.6"
40634063
"@vueuse/core": "npm:12.5.0"
40644064
apexcharts: "npm:3.54.1"
4065-
axios: "npm:1.7.8"
4065+
axios: "npm:1.8.1"
40664066
concurrently: "npm:9.1.2"
40674067
cross-fetch: "npm:4.1.0"
40684068
cypress: "npm:13.17.0"

0 commit comments

Comments
 (0)
Please sign in to comment.