From 8cdc68e9a02f91f84fa3c8b45cc95d1be1794c5e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 21 Jul 2023 15:32:24 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MONGOOSE-5777721 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5291fd2..8f418d0 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "deep-obj": "^1.2.3", "es6-promise": "^4.0.5", "lodash": "^4.17.4", - "mongoose": "^4.8.5" + "mongoose": "^5.13.20" }, "bugs": { "url": "https://github.com/tunght91/relax-ql/issues"