From 6a678799badc52351de3614bb172b95f398a01e0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 10 Jun 2024 16:58:18 +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 b7c1c6d..7bb75bd 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@artus-cli/plugin-autocomplete": "^0.1.1", "@artus-cli/plugin-version": "^1.0.1", "@eggjs/utils": "^3.0.1", - "c8": "^9.0.0", + "c8": "^10.0.0", "detect-port": "^1.3.0", "egg-ts-helper": "^2.1.0", "globby": "^11.1.0",