Skip to content
Merged
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
4 changes: 2 additions & 2 deletions app/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"assert-never": "^1.2.1",
"astring": "^1.7.5",
"async-mutex": "^0.5.0",
"axios": "^1.8.3",
"axios": "^1.12.0",
"bfj": "^7.0.2",
"camelcase": "^6.2.1",
"classnames": "^2.3.1",
Expand Down Expand Up @@ -426,7 +426,7 @@
"@blueprintjs/icons": "3.22.0",
"@types/react": "^17.0.2",
"postcss": "8.4.31",
"axios": "^1.8.3",
"axios": "^1.12.0",
"esbuild": "^0.25.1",
"path-to-regexp@^1.7.0": "1.9.0",
"prismjs": "1.30.0",
Expand Down
2 changes: 1 addition & 1 deletion app/client/packages/rts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@opentelemetry/sdk-trace-node": "^1.27.0",
"@opentelemetry/semantic-conventions": "^1.27.0",
"@shared/ast": "workspace:^",
"axios": "^1.8.3",
"axios": "^1.12.0",
"dotenv": "10.0.0",
"express": "^4.20.0",
"express-validator": "^6.14.2",
Expand Down
14 changes: 7 additions & 7 deletions app/client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13605,7 +13605,7 @@ __metadata:
"@types/node": "*"
"@types/nodemailer": ^6.4.17
"@types/readline-sync": ^1.4.8
axios: ^1.8.3
axios: ^1.12.0
dotenv: 10.0.0
express: ^4.20.0
express-validator: ^6.14.2
Expand Down Expand Up @@ -13748,7 +13748,7 @@ __metadata:
assert-never: ^1.2.1
astring: ^1.7.5
async-mutex: ^0.5.0
axios: ^1.8.3
axios: ^1.12.0
babel-jest: ^27.4.2
babel-loader: ^8.2.3
babel-plugin-lodash: ^3.3.4
Expand Down Expand Up @@ -14416,14 +14416,14 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:^1.8.3":
version: 1.8.3
resolution: "axios@npm:1.8.3"
"axios@npm:^1.12.0":
version: 1.12.2
resolution: "axios@npm:1.12.2"
dependencies:
follow-redirects: ^1.15.6
form-data: ^4.0.0
form-data: ^4.0.4
proxy-from-env: ^1.1.0
checksum: 85fc8ad7d968e43ea9da5513310637d29654b181411012ee14cc0a4b3662782e6c81ac25eea40b5684f86ed2d8a01fa6fc20b9b48c4da14ef4eaee848fea43bc
checksum: f0331594fe053a4bbff04104edb073973a3aabfad2e56b0aa18de82428aa63f6f0839ca3d837258ec739cb4528014121793b1649a21e5115ffb2bf8237eadca3
languageName: node
linkType: hard

Expand Down
Loading