From 951618e7394960d78813ff4a4cfcac320cef672e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Dec 2024 01:15:59 +0000 Subject: [PATCH] fix: connectors/mongodb/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MONGOOSE-8446504 --- connectors/mongodb/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connectors/mongodb/package.json b/connectors/mongodb/package.json index 62c3f28..51b78eb 100644 --- a/connectors/mongodb/package.json +++ b/connectors/mongodb/package.json @@ -14,7 +14,7 @@ "@kraftr/repository": "*", "@kraftr/sequence": "*", "debug": "4.3.2", - "mongoose": "6.0.12", + "mongoose": "8.8.3", "ts-toolbelt": "9.6.0", "tslib": "2.3.1", "@rushstack/eslint-patch": "~1.0.8"