From dcf0e7b83b9a08e8bbd772a7cc5624a69cbc90e7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 13 Apr 2022 16:25:39 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-2441827 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6a7ea9f..d2a4f74 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "koa-send": "^3.2.0", "methods": "^1.1.2", "minimatch": "^3.0.3", - "mongoose": "^4.6.3", + "mongoose": "^5.7.3", "path-to-regexp": "^1.6.0", "raven": "^0.12.1", "request": "^2.75.0",