From 94e16afed3722d94c8384ad8be531699b38548c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 06:55:53 +0000 Subject: [PATCH] chore(deps): replace dependency nyc with c8 8.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 301432f9..b0874d9a 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "mocha": "9.2.2", "mustache": "4.2.0", "npm-run-all": "4.1.5", - "nyc": "15.1.0", + "c8": "8.0.0", "prop-types": "15.8.1", "react": "17.0.2", "react-dom": "17.0.2",