Skip to content
Open
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 packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"author": "Colin Kennedy",
"dependencies": {
"axios": "^1.7.4",
"axios": "^1.12.0",
"command-line-args": "^5.2.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"@vue-skuilder/common": "workspace:^",
"@vue-skuilder/db": "workspace:^",
"axios": "^1.7.4",
"axios": "^1.12.0",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
Expand Down
28 changes: 26 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6485,7 +6485,7 @@ __metadata:
"@types/node": "npm:^20.2.5"
"@typescript-eslint/eslint-plugin": "npm:^7.4.0"
"@typescript-eslint/parser": "npm:^7.4.0"
axios: "npm:^1.7.4"
axios: "npm:^1.12.0"
command-line-args: "npm:^5.2.1"
eslint: "npm:^8.57.0"
jest: "npm:^29.7.0"
Expand Down Expand Up @@ -6666,7 +6666,7 @@ __metadata:
"@typescript-eslint/parser": "npm:^8.25.0"
"@vue-skuilder/common": "workspace:^"
"@vue-skuilder/db": "workspace:^"
axios: "npm:^1.7.4"
axios: "npm:^1.12.0"
babel-jest: "npm:^29.6.1"
cookie-parser: "npm:^1.4.7"
cors: "npm:^2.8.5"
Expand Down Expand Up @@ -7853,6 +7853,17 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:^1.12.0":
version: 1.12.1
resolution: "axios@npm:1.12.1"
dependencies:
follow-redirects: "npm:^1.15.6"
form-data: "npm:^4.0.4"
proxy-from-env: "npm:^1.1.0"
checksum: 10c0/eda4dff56c02d13b950fd9487b678ac197ce5f21dfc98df73632df29e45d8dd24602a34e8d9b6e016d84a41ef7fd7fc4a7618060a72cc536b91cda1eaa9cd907
languageName: node
linkType: hard

"axios@npm:^1.7.4, axios@npm:^1.7.9":
version: 1.8.2
resolution: "axios@npm:1.8.2"
Expand Down Expand Up @@ -11286,6 +11297,19 @@ __metadata:
languageName: node
linkType: hard

"form-data@npm:^4.0.4":
version: 4.0.4
resolution: "form-data@npm:4.0.4"
dependencies:
asynckit: "npm:^0.4.0"
combined-stream: "npm:^1.0.8"
es-set-tostringtag: "npm:^2.1.0"
hasown: "npm:^2.0.2"
mime-types: "npm:^2.1.12"
checksum: 10c0/373525a9a034b9d57073e55eab79e501a714ffac02e7a9b01be1c820780652b16e4101819785e1e18f8d98f0aee866cc654d660a435c378e16a72f2e7cac9695
languageName: node
linkType: hard

"form-data@npm:~4.0.0":
version: 4.0.2
resolution: "form-data@npm:4.0.2"
Expand Down