Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@tsed/vitepress-theme": "1.5.4",
"@vueuse/core": "10.11.0",
"axios": "1.7.7",
"axios": "1.8.2",
"lodash": "4.17.21",
"lucide-vue-next": "^0.436.0",
"vitepress": "1.4.2"
Expand Down
13 changes: 12 additions & 1 deletion docs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ __metadata:
"@tsed/vitepress-theme": "npm:1.5.4"
"@vueuse/core": "npm:10.11.0"
autoprefixer: "npm:^10.4.19"
axios: "npm:1.7.7"
axios: "npm:1.8.2"
lodash: "npm:4.17.21"
lucide-vue-next: "npm:^0.436.0"
postcss: "npm:^8.4.39"
Expand Down Expand Up @@ -1214,6 +1214,17 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:1.8.2":
version: 1.8.2
resolution: "axios@npm:1.8.2"
dependencies:
follow-redirects: "npm:^1.15.6"
form-data: "npm:^4.0.0"
proxy-from-env: "npm:^1.1.0"
checksum: 10/d4328758128d0602cc809a8e7627622cb7839b379eae5e4d6b9d603dd4d5fb89159985630243ec107cf5c675cd8825dba737a319dff9499f3b7688d9a69ec9ed
languageName: node
linkType: hard

"balanced-match@npm:^1.0.0":
version: 1.0.2
resolution: "balanced-match@npm:1.0.2"
Expand Down
Loading