Skip to content

Commit

Permalink
Deps
Browse files Browse the repository at this point in the history
 @eslint/js           ^9.14.0  →    ^9.17.0
 axios                 ^1.7.7  →     ^1.7.9
 discord-api-types  ^0.37.104  →  ^0.37.111
 dotenv               ^16.4.5  →    ^16.4.7
 globals             ^15.12.0  →   ^15.13.0
  • Loading branch information
sefinek committed Dec 16, 2024
1 parent 2eaa68e commit a4c8c7c
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 41 deletions.
70 changes: 35 additions & 35 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ayomi",
"version": "1.0.4",
"version": "1.0.5",
"description": "Anime bot for Discord servers.",
"keywords": [
"discord",
Expand All @@ -26,13 +26,13 @@
},
"dependencies": {
"@discordjs/rest": "^2.4.0",
"axios": "^1.7.7",
"axios": "^1.7.9",
"discord.js": "^14.16.3",
"dotenv": "^16.4.5"
"dotenv": "^16.4.7"
},
"devDependencies": {
"@eslint/js": "^9.14.0",
"discord-api-types": "^0.37.104",
"globals": "^15.12.0"
"@eslint/js": "^9.17.0",
"discord-api-types": "^0.37.111",
"globals": "^15.13.0"
}
}

0 comments on commit a4c8c7c

Please sign in to comment.