From 8e85d45eec0b277099d80f4bec5bbfeb21fdb477 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 20:24:34 +0000 Subject: [PATCH] build(deps-dev): bump babel-plugin-istanbul from 7.0.1 to 8.0.0 Bumps [babel-plugin-istanbul](https://github.com/istanbuljs/babel-plugin-istanbul) from 7.0.1 to 8.0.0. - [Release notes](https://github.com/istanbuljs/babel-plugin-istanbul/releases) - [Changelog](https://github.com/istanbuljs/babel-plugin-istanbul/blob/master/CHANGELOG.md) - [Commits](https://github.com/istanbuljs/babel-plugin-istanbul/compare/v7.0.1...v8.0.0) --- updated-dependencies: - dependency-name: babel-plugin-istanbul dependency-version: 8.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5c59963..e8fbb10 100644 --- a/package.json +++ b/package.json @@ -297,7 +297,7 @@ "@commitlint/config-conventional": "latest", "@ksmithut/prettier-standard": "latest", "babel-loader": "10.1.1", - "babel-plugin-istanbul": "7.0.1", + "babel-plugin-istanbul": "8.0.0", "babel-plugin-react-html-attrs": "~3.0.5", "babel-preset-react-app": "10.1.0", "browser-sync": "~3.0.3",