Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

Commit

Permalink
⬇️ Downgrade chalk, upgrade mongoose
Browse files Browse the repository at this point in the history
- Downgrade chalk to v4 due to ESM import requirement
  • Loading branch information
acollierr17 committed Dec 25, 2021
2 parents 9301a16 + c81106f commit 29fe7e7
Show file tree
Hide file tree
Showing 2 changed files with 116 additions and 172 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@
"homepage": "https://github.com/suggestionsbot/suggestions-bot#readme",
"dependencies": {
"bufferutil": "^4.0.5",
"chalk": "^5.0.0",
"chalk": "^4.1.2",
"common-tags": "^1.8.0",
"discord.js-light": "^3.5.11",
"dotenv": "^10.0.0",
"erlpack": "discord/erlpack",
"hastebin-gen": "^2.0.5",
"kurasuta": "^2.2.3",
"mongoose": "5.11.15",
"mongoose": "6.1.3",
"petitio": "^1.4.0",
"utf-8-validate": "^5.0.4",
"zlib-sync": "^0.1.7"
Expand Down
Loading

0 comments on commit 29fe7e7

Please sign in to comment.