Skip to content

Commit c58d41f

Browse files
committed
Update package.json and .gitignore
1 parent e39d7f4 commit c58d41f

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ replit.nix
1818
.env.production.local
1919
/cache/
2020
package-lock.json
21+
bun.lockb

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,28 @@
22
"private": true,
33
"name": "discord-captcha",
44
"version": "0.0.0",
5-
"description": "This is an advanced reCaptcha verification system for new members in discord server.",
6-
"author": "cktsun1031",
5+
"description": "A simple captcha (reCAPTCHA v2/v3, hCaptcha, Turnstile) verification bot for Discord.",
6+
"author": "ckt1031",
77
"main": "src/index.js",
88
"scripts": {
99
"lint": "eslint --fix . && prettier -w .",
1010
"start": "node src/index.js"
1111
},
1212
"dependencies": {
1313
"body-parser": "1.20.2",
14-
"discord.js": "14.13.0",
15-
"dotenv": "16.3.1",
14+
"discord.js": "14.14.1",
15+
"dotenv": "16.3.2",
1616
"ejs": "3.1.9",
1717
"express": "4.18.2",
18-
"express-rate-limit": "^7.0.0",
18+
"express-rate-limit": "7.1.5",
1919
"express-session": "1.17.3",
2020
"request": "2.88.2",
21-
"zod": "^3.20.2"
21+
"zod": "3.22.4"
2222
},
2323
"devDependencies": {
24-
"@types/express-rate-limit": "^6.0.0",
25-
"eslint": "8.53.0",
26-
"prettier": "3.0.3"
24+
"@types/express-rate-limit": "6.0.0",
25+
"eslint": "8.56.0",
26+
"prettier": "3.2.4"
2727
},
2828
"engines": {
2929
"node": ">=16.9.0"

0 commit comments

Comments
 (0)