diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0a4d5f7..4a9c7fc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,7 @@ # Contributing Guidelines -# NOTE: Expect this to change +> [!NOTE] +> Expect this to change ## How to Contribute diff --git a/README.md b/README.md index 9e82c75..d6f9364 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Poixpixel's Discord Bot > [!WARNING] -> This project **IS NOT** ready for production use and is still very buggy. This is just a **early prototype** and most things **will change in the future**. +> This project **IS NOT** ready for production use. This is just a **early prototype** and most things **will change in the future**. This project is currently **not** being worked on. > [!TIP] > Want to see the bot in action? Join the [Poixpixel Discord Server](https://discord.gg/KRTGjxx7gY) diff --git a/package.json b/package.json index 817094e..9d91cc4 100644 --- a/package.json +++ b/package.json @@ -13,10 +13,10 @@ }, "dependencies": { "discord.js": "^14.14.1", - "mongoose": "^8.1.1" + "mongoose": "^8.2.0" }, "devDependencies": { - "@types/node": "^20.11.14", + "@types/node": "^20.11.24", "ts-node": "^10.9.2", "typescript": "^5.3.3", "eslint": "^8.56.0" diff --git a/yarn.lock b/yarn.lock index 54785a6..282c287 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.11.14": - version "20.11.14" - resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.14.tgz#9fdc9c2550c2f6693508ca4530f821474c4ee3bb" - integrity sha512-w3yWCcwULefjP9DmDDsgUskrMoOy5Z8MiwKHr1FvqGPtx7CvJzQvxD7eKpxNtklQxLruxSXWddyeRtyud0RcXQ== +"@types/node@*", "@types/node@^20.11.24": + version "20.11.24" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.24.tgz#cc207511104694e84e9fb17f9a0c4c42d4517792" + integrity sha512-Kza43ewS3xoLgCEpQrsT+xRo/EJej1y0kVYGiLFE1NEODXGzTfwiC6tXTLMQskn1X4/Rjlh0MQUvx9W+L9long== dependencies: undici-types "~5.26.4" @@ -761,10 +761,10 @@ mongodb@6.3.0: bson "^6.2.0" mongodb-connection-string-url "^3.0.0" -mongoose@^8.1.1: - version "8.1.1" - resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-8.1.1.tgz#2ea2dcdcf4943196f585b3915f63001e79214e1b" - integrity sha512-DbLb0NsiEXmaqLOpEz+AtAsgwhRw6f25gwa1dF5R7jj6lS1D8X6uTdhBSC8GDVtOwe5Tfw2EL7nTn6hiJT3Bgg== +mongoose@^8.2.0: + version "8.2.0" + resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-8.2.0.tgz#dac98f1a5bfefad8656a0bb085789a2dc079631c" + integrity sha512-la93n6zCYRbPS+c5N9oTDAktvREy5OT9OCljp1Tah0y3+p8UPMTAoabWaLZMdzYruOtF9/9GRf6MasaZjiZP1A== dependencies: bson "^6.2.0" kareem "2.5.1"