From cfb22b1e7c292c9a48f8ee134394ef8b4e3b0996 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 10 Jun 2024 20:06: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 e61a272c3a..7f77cd4850 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "@types/prettier": "2.7.0", "@typescript-eslint/eslint-plugin": "5.36.2", "@typescript-eslint/parser": "5.33.0", - "c8": "7.12.0", + "c8": "10.0.0", "chai": "4.3.6", "clsx": "1.2.1", "cspell": "6.6.1",