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 8f1cc87

Browse files
authoredMar 12, 2025
fix(deps): update dependency axios to v1.8.3
1 parent b04dd67 commit 8f1cc87

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.8.2",
3333
"apexcharts": "3.54.1",
34-
"axios": "1.8.2",
34+
"axios": "1.8.3",
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
@@ -2975,14 +2975,14 @@ __metadata:
29752975
languageName: node
29762976
linkType: hard
29772977

2978-
"axios@npm:1.8.2":
2979-
version: 1.8.2
2980-
resolution: "axios@npm:1.8.2"
2978+
"axios@npm:1.8.3":
2979+
version: 1.8.3
2980+
resolution: "axios@npm:1.8.3"
29812981
dependencies:
29822982
follow-redirects: "npm:^1.15.6"
29832983
form-data: "npm:^4.0.0"
29842984
proxy-from-env: "npm:^1.1.0"
2985-
checksum: 10c0/d8c2969e4642dc6d39555ac58effe06c051ba7aac2bd40cad7a9011c019fb2f16ee011c5a6906cb25b8a4f87258c359314eb981f852e60ad445ecaeb793c7aa2
2985+
checksum: 10c0/de75da9859adf0a6481d4af2b687db357a054d20f0d69b99d502b71dae3578326b1fdc0951dabaef769827484941cda93d3f89150bf9e04f05f6615fb8316780
29862986
languageName: node
29872987
linkType: hard
29882988

@@ -3732,7 +3732,7 @@ __metadata:
37323732
"@vue/test-utils": "npm:2.4.6"
37333733
"@vueuse/core": "npm:12.8.2"
37343734
apexcharts: "npm:3.54.1"
3735-
axios: "npm:1.8.2"
3735+
axios: "npm:1.8.3"
37363736
concurrently: "npm:9.1.2"
37373737
cross-fetch: "npm:4.1.0"
37383738
cypress: "npm:13.17.0"

0 commit comments

Comments
 (0)
Please sign in to comment.