From 6f9640e11a4bf205a4a60b7a639ae01dba009e73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 13:20:05 +0000 Subject: [PATCH] chore(deps-dev): Bump vite-plugin-istanbul from 7.2.0 to 7.2.1 (#1508) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [vite-plugin-istanbul](https://github.com/ifaxity/vite-plugin-istanbul) from 7.2.0 to 7.2.1.
Release notes

Sourced from vite-plugin-istanbul's releases.

v7.2.1

7.2.1 (2025-11-08)

Bug Fixes

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vite-plugin-istanbul&package-manager=npm_and_yarn&previous-version=7.2.0&new-version=7.2.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 19 +++++++++++++++---- package.json | 2 +- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c56a0b6d..97f35303 100644 --- a/package-lock.json +++ b/package-lock.json @@ -113,7 +113,7 @@ "typescript-eslint": "^8.46.3", "uuid": "^13.0.0", "vite": "^7.2.2", - "vite-plugin-istanbul": "^7.2.0", + "vite-plugin-istanbul": "^7.2.1", "vitest": "^4.0.8" } }, @@ -15250,14 +15250,15 @@ } }, "node_modules/vite-plugin-istanbul": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/vite-plugin-istanbul/-/vite-plugin-istanbul-7.2.0.tgz", - "integrity": "sha512-bZGwPaFBRMSUAhBMlkezr+XRzPidqMhuL28svdVUzy6ltI8aQbkZfGKwHk7sJgVrQ1QCFdg6lFwFApK1SN1xUw==", + "version": "7.2.1", + "resolved": "https://registry.npmjs.org/vite-plugin-istanbul/-/vite-plugin-istanbul-7.2.1.tgz", + "integrity": "sha512-DSPi4ulvYsjnP44sTI5oriNosbM0E6m3uoCxjdxboTtVzxSkFwcDy3/JnSYKebjr+ZToJwVLTms+2CM0rmbbzQ==", "dev": true, "license": "MIT", "dependencies": { "@babel/generator": "^7.28.0", "@istanbuljs/load-nyc-config": "^1.1.0", + "@types/babel__generator": "7.6.8", "espree": "^10.3.0", "istanbul-lib-instrument": "^6.0.3", "picocolors": "^1.1.1", @@ -15268,6 +15269,16 @@ "vite": ">=4 <=7" } }, + "node_modules/vite-plugin-istanbul/node_modules/@types/babel__generator": { + "version": "7.6.8", + "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.8.tgz", + "integrity": "sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/types": "^7.0.0" + } + }, "node_modules/vite-plugin-istanbul/node_modules/brace-expansion": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz", diff --git a/package.json b/package.json index 2a89020c..7c5f49c5 100644 --- a/package.json +++ b/package.json @@ -147,7 +147,7 @@ "typescript-eslint": "^8.46.3", "uuid": "^13.0.0", "vite": "^7.2.2", - "vite-plugin-istanbul": "^7.2.0", + "vite-plugin-istanbul": "^7.2.1", "vitest": "^4.0.8" } }