Bump @vitest/ui from 0.31.4 to 0.32.0 in /web

Bumps [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui) from 0.31.4 to 0.32.0.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v0.32.0/packages/ui)

---
updated-dependencies:
- dependency-name: "@vitest/ui"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-06-07 11:58:04 +00:00 committed by GitHub
parent d1701e127e
commit a6ea3fe45f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 37 additions and 10 deletions

45
web/package-lock.json generated
View File

@ -35,7 +35,7 @@
"@typescript-eslint/eslint-plugin": "^5.59.1", "@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1", "@typescript-eslint/parser": "^5.59.1",
"@vitest/coverage-c8": "^0.31.0", "@vitest/coverage-c8": "^0.31.0",
"@vitest/ui": "^0.31.0", "@vitest/ui": "^0.32.0",
"autoprefixer": "^10.4.14", "autoprefixer": "^10.4.14",
"eslint": "^8.39.0", "eslint": "^8.39.0",
"eslint-config-preact": "^1.3.0", "eslint-config-preact": "^1.3.0",
@ -2543,12 +2543,12 @@
} }
}, },
"node_modules/@vitest/ui": { "node_modules/@vitest/ui": {
"version": "0.31.4", "version": "0.32.0",
"resolved": "https://registry.npmjs.org/@vitest/ui/-/ui-0.31.4.tgz", "resolved": "https://registry.npmjs.org/@vitest/ui/-/ui-0.32.0.tgz",
"integrity": "sha512-sKM16ITX6HrNFF+lNZ2AQAen4/6Bx2i6KlBfIvkUjcTgc5YII/j2ltcX14oCUv4EA0OTWGQuGhO3zDoAsTENGA==", "integrity": "sha512-55gugh6+owrOqW83RCgLm9q+o3SlzvFVgl1lyfnr0WB8ABxLoM+3pgusEjosscgEYGzTjTXaZY6xLd4qlfH/RQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@vitest/utils": "0.31.4", "@vitest/utils": "0.32.0",
"fast-glob": "^3.2.12", "fast-glob": "^3.2.12",
"fflate": "^0.7.4", "fflate": "^0.7.4",
"flatted": "^3.2.7", "flatted": "^3.2.7",
@ -2563,6 +2563,20 @@
"vitest": ">=0.30.1 <1" "vitest": ">=0.30.1 <1"
} }
}, },
"node_modules/@vitest/ui/node_modules/@vitest/utils": {
"version": "0.32.0",
"resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-0.32.0.tgz",
"integrity": "sha512-53yXunzx47MmbuvcOPpLaVljHaeSu1G2dHdmy7+9ngMnQIkBQcvwOcoclWFnxDMxFbnq8exAfh3aKSZaK71J5A==",
"dev": true,
"dependencies": {
"concordance": "^5.0.4",
"loupe": "^2.3.6",
"pretty-format": "^27.5.1"
},
"funding": {
"url": "https://opencollective.com/vitest"
}
},
"node_modules/@vitest/utils": { "node_modules/@vitest/utils": {
"version": "0.31.4", "version": "0.31.4",
"resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-0.31.4.tgz", "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-0.31.4.tgz",
@ -11272,18 +11286,31 @@
} }
}, },
"@vitest/ui": { "@vitest/ui": {
"version": "0.31.4", "version": "0.32.0",
"resolved": "https://registry.npmjs.org/@vitest/ui/-/ui-0.31.4.tgz", "resolved": "https://registry.npmjs.org/@vitest/ui/-/ui-0.32.0.tgz",
"integrity": "sha512-sKM16ITX6HrNFF+lNZ2AQAen4/6Bx2i6KlBfIvkUjcTgc5YII/j2ltcX14oCUv4EA0OTWGQuGhO3zDoAsTENGA==", "integrity": "sha512-55gugh6+owrOqW83RCgLm9q+o3SlzvFVgl1lyfnr0WB8ABxLoM+3pgusEjosscgEYGzTjTXaZY6xLd4qlfH/RQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"@vitest/utils": "0.31.4", "@vitest/utils": "0.32.0",
"fast-glob": "^3.2.12", "fast-glob": "^3.2.12",
"fflate": "^0.7.4", "fflate": "^0.7.4",
"flatted": "^3.2.7", "flatted": "^3.2.7",
"pathe": "^1.1.0", "pathe": "^1.1.0",
"picocolors": "^1.0.0", "picocolors": "^1.0.0",
"sirv": "^2.0.3" "sirv": "^2.0.3"
},
"dependencies": {
"@vitest/utils": {
"version": "0.32.0",
"resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-0.32.0.tgz",
"integrity": "sha512-53yXunzx47MmbuvcOPpLaVljHaeSu1G2dHdmy7+9ngMnQIkBQcvwOcoclWFnxDMxFbnq8exAfh3aKSZaK71J5A==",
"dev": true,
"requires": {
"concordance": "^5.0.4",
"loupe": "^2.3.6",
"pretty-format": "^27.5.1"
}
}
} }
}, },
"@vitest/utils": { "@vitest/utils": {

View File

@ -39,7 +39,7 @@
"@typescript-eslint/eslint-plugin": "^5.59.1", "@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1", "@typescript-eslint/parser": "^5.59.1",
"@vitest/coverage-c8": "^0.31.0", "@vitest/coverage-c8": "^0.31.0",
"@vitest/ui": "^0.31.0", "@vitest/ui": "^0.32.0",
"autoprefixer": "^10.4.14", "autoprefixer": "^10.4.14",
"eslint": "^8.39.0", "eslint": "^8.39.0",
"eslint-config-preact": "^1.3.0", "eslint-config-preact": "^1.3.0",