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
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@graphile-contrib/pg-simplify-inflector": "^6.1.0",
"@graphile/operation-hooks": "^1.0.0",
"@graphile/pg-pubsub": "4.13.0",
"axios": "^1.7.7",
"axios": "^1.8.2",
"discord.js": "^14.17.3",
"dotenv": "^16.4.5",
"express": "^4.21.1",
Expand Down
10 changes: 5 additions & 5 deletions api/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -925,14 +925,14 @@ __metadata:
languageName: node
linkType: hard

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

Expand Down Expand Up @@ -1299,7 +1299,7 @@ __metadata:
"@types/express": "npm:^4.17.21"
"@typescript-eslint/eslint-plugin": "npm:^7.3.1"
"@typescript-eslint/parser": "npm:^7.16.0"
axios: "npm:^1.7.7"
axios: "npm:^1.8.2"
discord.js: "npm:^14.17.3"
dotenv: "npm:^16.4.5"
eslint: "npm:^8.57.0"
Expand Down
Loading