diff --git a/package.json b/package.json index 8b5a29a..92533d8 100644 --- a/package.json +++ b/package.json @@ -1,25 +1,25 @@ { - "name": "poixpixel-discord-bot", - "version": "1.0.0", - "main": "./source/discord-bot.ts", - "author": "Poixpixel", - "license": "Apache-2.0", - "type": "module", - "private": true, - "scripts": { - "compile": "npx tsc", - "target": "node ./target/discord-bot.js", - "start": "yarn run compile && yarn run target", - "lint": "npx eslint ./source --ext .ts" - }, - "dependencies": { - "discord.js": "^14.15.3", - "mongoose": "^8.4.1" - }, - "devDependencies": { - "@types/node": "^20.14.3", - "eslint": "^9.5.0", - "ts-node": "^10.9.2", - "typescript": "^5.4.5" - } + "name": "poixpixel-discord-bot", + "version": "1.0.0", + "main": "./source/discord-bot.ts", + "author": "Poixpixel", + "license": "Apache-2.0", + "type": "module", + "private": true, + "scripts": { + "compile": "npx tsc", + "target": "node ./target/discord-bot.js", + "start": "yarn run compile && yarn run target", + "lint": "npx eslint ./source --ext .ts" + }, + "dependencies": { + "discord.js": "^14.15.3", + "mongoose": "^8.4.3" + }, + "devDependencies": { + "@types/node": "^20.14.5", + "eslint": "^9.5.0", + "ts-node": "^10.9.2", + "typescript": "^5.4.5" + } } diff --git a/yarn.lock b/yarn.lock index b6d5c40..7c9a528 100644 --- a/yarn.lock +++ b/yarn.lock @@ -219,10 +219,10 @@ resolved "https://registry.yarnpkg.com/@tsconfig/node16/-/node16-1.0.4.tgz#0b92dcc0cc1c81f6f306a381f28e31b1a56536e9" integrity sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA== -"@types/node@*", "@types/node@^20.14.3": - version "20.14.3" - resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.3.tgz#7a9a5d009b0861e7f337166dc435dbfd758db92d" - integrity sha512-Nuzqa6WAxeGnve6SXqiPAM9rA++VQs+iLZ1DDd56y0gdvygSZlQvZuvdFPR3yLqkVxPu4WrO02iDEyH1g+wazw== +"@types/node@*", "@types/node@^20.14.5": + version "20.14.5" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.5.tgz#fe35e3022ebe58b8f201580eb24e1fcfc0f2487d" + integrity sha512-aoRR+fJkZT2l0aGOJhuA8frnCSoNX6W7U2mpNq63+BxBIj5BQFt8rHy627kijCmm63ijdSdwvGgpUsU6MBsZZA== dependencies: undici-types "~5.26.4" @@ -710,10 +710,10 @@ mongodb@6.6.2: bson "^6.7.0" mongodb-connection-string-url "^3.0.0" -mongoose@^8.4.1: - version "8.4.1" - resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-8.4.1.tgz#21891c0b72890b33c7bb082b69a32f627b7043bf" - integrity sha512-odQ2WEWGL3hb0Qex+QMN4eH6D34WdMEw7F1If2MGABApSDmG9cMmqv/G1H6WsXmuaH9mkuuadW/WbLE5+tHJwA== +mongoose@^8.4.3: + version "8.4.3" + resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-8.4.3.tgz#f16ea170eeff60a8c8357bed9968e914a4156d1a" + integrity sha512-GxPVLD+I/dxVkgcts2r2QmJJvS62/++btVj3RFt8YnHt+DSOp1Qjj62YEvgZaElwIOTcc4KGJM95X5LlrU1qQg== dependencies: bson "^6.7.0" kareem "2.6.3"