From 96f78b2510862ebd93ba81610aed8eff310989c9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 14: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-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9c82cfc4..aef5828b 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "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-passport": "^2.0.1",