Updating dependency

Adding ORM for mongodb
This commit is contained in:
kdeng00
2023-04-25 18:27:30 -04:00
parent dcf2d34870
commit 2bb608b188
+2 -1
View File
@@ -10,6 +10,7 @@
"license": "ISC",
"dependencies": {
"express": "^4.18.2",
"mongodb": "^5.3.0"
"mongodb": "^5.3.0",
"mongoose": "^7.0.5"
}
}