From 3fe2d0310fdaa669ed921f3fe8516c72a91606b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 02:42:15 +0000 Subject: [PATCH] fix(deps): update dependency babel-plugin-istanbul to v7 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c2981ba..e215991 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "check-coverage-limits": "check-total --min 100" }, "dependencies": { - "babel-plugin-istanbul": "5.2.0", + "babel-plugin-istanbul": "7.0.0", "isomorphic-unfetch": "3.1.0", "next": "9.5.5", "react": "16.14.0",