chore(deps): bump @stryker-mutator/vitest-runner in /Client/tauri-client (#1252)

Bumps [@stryker-mutator/vitest-runner](https://github.com/stryker-mutator/stryker-js/tree/HEAD/packages/vitest-runner) from 9.6.0 to 9.6.1.
- [Release notes](https://github.com/stryker-mutator/stryker-js/releases)
- [Changelog](https://github.com/stryker-mutator/stryker-js/blob/master/packages/vitest-runner/CHANGELOG.md)
- [Commits](https://github.com/stryker-mutator/stryker-js/commits/v9.6.1/packages/vitest-runner)

---
updated-dependencies:
- dependency-name: "@stryker-mutator/vitest-runner"
  dependency-version: 9.6.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-07-28 14:46:44 +02:00
committed by GitHub
parent efcd6a4f16
commit 39251a533e
2 changed files with 49 additions and 8 deletions
+48 -7
View File
@@ -26,7 +26,7 @@
"@stryker-mutator/api": "^9.6.0",
"@stryker-mutator/core": "^9.6.1",
"@stryker-mutator/typescript-checker": "^9.6.0",
"@stryker-mutator/vitest-runner": "^9.6.0",
"@stryker-mutator/vitest-runner": "^9.6.1",
"@tauri-apps/cli": "^2",
"@vitest/browser": "^3.2.4",
"@vitest/coverage-v8": "^3",
@@ -3700,24 +3700,65 @@
"license": "Apache-2.0"
},
"node_modules/@stryker-mutator/vitest-runner": {
"version": "9.6.0",
"resolved": "https://registry.npmjs.org/@stryker-mutator/vitest-runner/-/vitest-runner-9.6.0.tgz",
"integrity": "sha512-/zyELz5jTDAiH0Hr23G6KSnBFl9XV+vn0T0qUAk4sPqJoP5NVm9jjpgt9EBACS/VTkVqSvXqBid4jmESPx11Sg==",
"version": "9.6.1",
"resolved": "https://registry.npmjs.org/@stryker-mutator/vitest-runner/-/vitest-runner-9.6.1.tgz",
"integrity": "sha512-eyUHTCf3Ui+SUn/tpFJwzw6MV391kyBLZk/cDHFUfKFELqKMLbvd7e81axArlApKqO6cOnLfrxlwED+2SRN0ow==",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
"@stryker-mutator/api": "9.6.0",
"@stryker-mutator/util": "9.6.0",
"@stryker-mutator/api": "9.6.1",
"@stryker-mutator/util": "9.6.1",
"semver": "^7.7.4",
"tslib": "~2.8.0"
},
"engines": {
"node": ">=14.18.0"
},
"peerDependencies": {
"@stryker-mutator/core": "9.6.0",
"@stryker-mutator/core": "9.6.1",
"vitest": ">=2.0.0"
}
},
"node_modules/@stryker-mutator/vitest-runner/node_modules/@stryker-mutator/api": {
"version": "9.6.1",
"resolved": "https://registry.npmjs.org/@stryker-mutator/api/-/api-9.6.1.tgz",
"integrity": "sha512-g8VNoFWQWbx0pdal3Vt8jVCZW+v3sc3gi94iI0GVtVgUGTqphAjJF6EAruPTx0lqvtonsaAxn5TD36hcG1d6Wg==",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
"mutation-testing-metrics": "3.7.3",
"mutation-testing-report-schema": "3.7.3",
"tslib": "~2.8.0",
"typed-inject": "~5.0.0"
},
"engines": {
"node": ">=20.0.0"
}
},
"node_modules/@stryker-mutator/vitest-runner/node_modules/@stryker-mutator/util": {
"version": "9.6.1",
"resolved": "https://registry.npmjs.org/@stryker-mutator/util/-/util-9.6.1.tgz",
"integrity": "sha512-Lk/ALVctJjFv1vvwR+CFoKzDCWvsBlq7flDUnmnpuwTrGbm156EdZD1Jjq4o8KdOap0ezUZqQNE9OAI1m2+pUQ==",
"dev": true,
"license": "Apache-2.0"
},
"node_modules/@stryker-mutator/vitest-runner/node_modules/mutation-testing-metrics": {
"version": "3.7.3",
"resolved": "https://registry.npmjs.org/mutation-testing-metrics/-/mutation-testing-metrics-3.7.3.tgz",
"integrity": "sha512-B8QrP0ZomErzTPNlhrzKWPNBln+3afwBZPHv0Q7N8wZZTYxMptzb/Gdm3ExXVmioVYrtZAtsDs7W/T/b2AixOQ==",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
"mutation-testing-report-schema": "3.7.3"
}
},
"node_modules/@stryker-mutator/vitest-runner/node_modules/mutation-testing-report-schema": {
"version": "3.7.3",
"resolved": "https://registry.npmjs.org/mutation-testing-report-schema/-/mutation-testing-report-schema-3.7.3.tgz",
"integrity": "sha512-BHm3MYq+ckO+t5CtlG8zpqxc75rdJCkxVlE+fGuGJM3F7tNCQ/OW2N+TQVHN3BHsYa84+BFc6g3AwDYkUsw2MA==",
"dev": true,
"license": "Apache-2.0"
},
"node_modules/@tauri-apps/api": {
"version": "2.11.1",
"resolved": "https://registry.npmjs.org/@tauri-apps/api/-/api-2.11.1.tgz",
+1 -1
View File
@@ -35,7 +35,7 @@
"@stryker-mutator/api": "^9.6.0",
"@stryker-mutator/core": "^9.6.1",
"@stryker-mutator/typescript-checker": "^9.6.0",
"@stryker-mutator/vitest-runner": "^9.6.0",
"@stryker-mutator/vitest-runner": "^9.6.1",
"@tauri-apps/cli": "^2",
"@vitest/browser": "^3.2.4",
"@vitest/coverage-v8": "^3",