From f7ce4b18ad08141ae5a530cec4ea8223c77a2452 Mon Sep 17 00:00:00 2001 From: 3zachm <3zachm2@gmail.com> Date: Wed, 29 Mar 2023 21:47:29 -0700 Subject: [PATCH] fix dep conflict --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6c6a77f..74942e1 100644 --- a/package.json +++ b/package.json @@ -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",