From 46c1b9cdd706306806d29421e5994c47d16c2d69 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 8 May 2024 09:53:17 +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..ca793f70 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.23.0", "egg-alinode": "^2.0.1", "egg-mongoose": "^2.1.1", "egg-passport": "^2.0.1",