From 606e1bac6910c99c9f5de733b2e33fc3d7973c74 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 Jul 2024 00:43:52 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-7414156 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9c82cfc4..e06a2544 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "data2xml": "^1.2.5", "egg": "^2.2.1", "egg-alinode": "^2.0.1", - "egg-mongoose": "^2.1.1", + "egg-mongoose": "^3.0.0", "egg-passport": "^2.0.1", "egg-passport-github": "^1.0.0", "egg-passport-local": "^1.2.1",