From 981f41da1dc3cdf6d0a5d808fcf636ed67280b27 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Jan 2023 10:05:02 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DEBUG-3227433 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9c82cfc4..8e2845ba 100644 --- a/package.json +++ b/package.json @@ -7,9 +7,9 @@ "await-stream-ready": "^1.0.1", "bcryptjs": "^2.4.3", "data2xml": "^1.2.5", - "egg": "^2.2.1", + "egg": "^3.10.0", "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",