diff --git a/mongo/package.json b/mongo/package.json index 3888fe7..8ef9375 100644 --- a/mongo/package.json +++ b/mongo/package.json @@ -1,6 +1,6 @@ { "name": "discord-modmail", - "version": "1.3.1", + "version": "1.3.2", "description": "JavaScript modmail bot with rich features (using mongo).", "main": "bot.js", "scripts": { @@ -8,7 +8,7 @@ }, "dependencies": { "express": "^4.18.1", - "discord.js": "^14.1.1", + "discord.js": "^14.1.2", "mongoose": "^6.3.8", "ubuntu-pastebin": "^1.0.1" }, diff --git a/package.json b/package.json index be9fb9c..618774e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "discord-modmail", - "version": "1.3.1", + "version": "1.3.2", "description": "JavaScript modmail bot with rich features. (using quick.db & mongo)", "main": "index.js", "scripts": { @@ -8,7 +8,7 @@ }, "dependencies": { "better-sqlite3": "^7.6.2", - "discord.js": "^14.1.1", + "discord.js": "^14.1.2", "express": "^4.18.1", "quick.db": "^9.0.3", "ubuntu-pastebin": "^1.0.1"