From a61d2f6704ae5dca421e850e9921ce393768bf9c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 Jan 2024 20:36:14 +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 ea88a78..478417b 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "@sindresorhus/is": "^5.3.0", "ava": "^5.1.1", "bluebird": "^3.7.2", - "c8": "^7.12.0", + "c8": "^9.0.0", "chalk": "^4.1.2", "clone-deep": "^4.0.1", "color-json": "^3.0.2",