Merge pull request #15 from Invest-Bot/dephotfix

Fix mongodb adapter versioning conflict
This commit is contained in:
zach 2023-03-29 21:49:29 -07:00 committed by GitHub
commit 438b641937
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@
"fs-extra": "^11.1.0",
"gray-matter": "^4.0.3",
"ioredis": "^5.2.5",
"mongodb": "^5.1.0",
"mongodb": "^4.1.1",
"next": "13.0.4",
"next-auth": "^4.20.1",
"react": "18.2.0",