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/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@types/jest": "^29.5.3",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"axios": "^1.15.2",
"axios": "^1.16.0",
"axios-mock-adapter": "^1.22.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/dashboard-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@kubernetes/client-node": "^1.3.0",
"any-signal": "^4.2.0",
"args": "^5.0.3",
"axios": "^1.15.2",
"axios": "^1.16.0",
"cron-parser": "^5.5.0",
"fastify": "^5.8.3",
"fs-extra": "^11.1.1",
Expand Down
15 changes: 8 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,7 @@ __metadata:
"@types/jest": "npm:^29.5.3"
"@typescript-eslint/eslint-plugin": "npm:^6.3.0"
"@typescript-eslint/parser": "npm:^6.3.0"
axios: "npm:^1.15.2"
axios: "npm:^1.16.0"
axios-mock-adapter: "npm:^1.22.0"
eslint: "npm:^8.57.1"
eslint-config-prettier: "npm:^9.0.0"
Expand Down Expand Up @@ -901,7 +901,7 @@ __metadata:
"@typescript-eslint/parser": "npm:^6.3.0"
any-signal: "npm:^4.2.0"
args: "npm:^5.0.3"
axios: "npm:^1.15.2"
axios: "npm:^1.16.0"
copy-webpack-plugin: "npm:^11.0.0"
cron-parser: "npm:^5.5.0"
eslint: "npm:^8.57.1"
Expand Down Expand Up @@ -4139,14 +4139,15 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:^1.15.2":
version: 1.15.2
resolution: "axios@npm:1.15.2"
"axios@npm:^1.16.0":
version: 1.16.1
resolution: "axios@npm:1.16.1"
dependencies:
follow-redirects: "npm:^1.15.11"
follow-redirects: "npm:^1.16.0"
form-data: "npm:^4.0.5"
https-proxy-agent: "npm:^5.0.1"
proxy-from-env: "npm:^2.1.0"
checksum: 10/eebbd8cb777316d4252cd994a06ec9fb956ef519214a62dab6c5443ae8b753b5116e9a770502316789e6cdef1101e6aae53b6936d6a3791b2d66d75f4d7d2462
checksum: 10/9b6218cf96321cfbbf8f160658d695367114bcf4fb62492bdc1ccd647f184b5c71ae400e5ecaaf41079bc561de2ecbaf1fec63f398b3ec53389beff7694df64c
languageName: node
linkType: hard

Expand Down
Loading