From 6d994f7ceea01c35af7ba724a80781c471f76a32 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 Jun 2024 21:17:46 +0000 Subject: [PATCH] fix: upgrade mongodb from 6.6.2 to 6.7.0 Snyk has created this PR to upgrade mongodb from 6.6.2 to 6.7.0. See this package in npm: mongodb See this project in Snyk: https://app.snyk.io/org/heliumtank92/project/7a52081f-19b2-41b2-bdfd-a5f2b3df0e76?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 850f786..c392430 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "repository": "git@github.com:heliumtank92/am92-mongo-odm.git", "homepage": "https://heliumtank92.github.io/am92-mongo-odm", "dependencies": { - "mongodb": "6.6.2", + "mongodb": "6.7.0", "mongoose": "8.4.1", "mongoose-lean-defaults": "^2.2.1", "mongoose-lean-getters": "^2.1.0",