From f55ae59f0d19fa7dc19822b5a89f2cfe17d19f57 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Jul 2023 14:59: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-5777721 --- 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..e51ddaa 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": "6.11.3", "ts-toolbelt": "9.6.0", "tslib": "2.3.1", "@rushstack/eslint-patch": "~1.0.8"