Bump @vitest/ui from 0.26.2 to 0.29.2 in /web

Bumps [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui) from 0.26.2 to 0.29.2.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v0.29.2/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-03-01 12:01:04 +00:00 committed by GitHub
parent 318240c14c
commit 4abb4c46e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 26 additions and 8 deletions

32
web/package-lock.json generated
View File

@ -37,7 +37,7 @@
"@typescript-eslint/eslint-plugin": "^5.47.1",
"@typescript-eslint/parser": "^5.47.1",
"@vitest/coverage-c8": "^0.26.2",
"@vitest/ui": "^0.26.2",
"@vitest/ui": "^0.29.2",
"autoprefixer": "^10.4.13",
"eslint": "^8.30.0",
"eslint-config-preact": "^1.3.0",
@ -2507,16 +2507,24 @@
}
},
"node_modules/@vitest/ui": {
"version": "0.26.2",
"resolved": "https://registry.npmjs.org/@vitest/ui/-/ui-0.26.2.tgz",
"integrity": "sha512-DMQhooGJVWjkiKIWJqbprDynDbw/anG2An5PxyDqLuzpGX0MWnDLNxON8wneDtDIX3kCptzRWTVMAxaV/S8EoQ==",
"version": "0.29.2",
"resolved": "https://registry.npmjs.org/@vitest/ui/-/ui-0.29.2.tgz",
"integrity": "sha512-GpCExCMptrS1z3Xf6kz35Xdvjc2eTBy9OIIwW3HjePVxw9Q++ZoEaIBVimRTTGzSe40XiAI/ZyR0H0Ya9brqLA==",
"dev": true,
"dependencies": {
"fast-glob": "^3.2.12",
"flatted": "^3.2.7",
"pathe": "^1.1.0",
"picocolors": "^1.0.0",
"sirv": "^2.0.2"
}
},
"node_modules/@vitest/ui/node_modules/pathe": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/pathe/-/pathe-1.1.0.tgz",
"integrity": "sha512-ODbEPR0KKHqECXW1GoxdDb+AZvULmXjVPy4rt+pGo2+TnjJTIPJQSVS6N63n8T2Ip+syHhbn52OewKicV0373w==",
"dev": true
},
"node_modules/@xmldom/xmldom": {
"version": "0.7.9",
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.7.9.tgz",
@ -11532,14 +11540,24 @@
}
},
"@vitest/ui": {
"version": "0.26.2",
"resolved": "https://registry.npmjs.org/@vitest/ui/-/ui-0.26.2.tgz",
"integrity": "sha512-DMQhooGJVWjkiKIWJqbprDynDbw/anG2An5PxyDqLuzpGX0MWnDLNxON8wneDtDIX3kCptzRWTVMAxaV/S8EoQ==",
"version": "0.29.2",
"resolved": "https://registry.npmjs.org/@vitest/ui/-/ui-0.29.2.tgz",
"integrity": "sha512-GpCExCMptrS1z3Xf6kz35Xdvjc2eTBy9OIIwW3HjePVxw9Q++ZoEaIBVimRTTGzSe40XiAI/ZyR0H0Ya9brqLA==",
"dev": true,
"requires": {
"fast-glob": "^3.2.12",
"flatted": "^3.2.7",
"pathe": "^1.1.0",
"picocolors": "^1.0.0",
"sirv": "^2.0.2"
},
"dependencies": {
"pathe": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/pathe/-/pathe-1.1.0.tgz",
"integrity": "sha512-ODbEPR0KKHqECXW1GoxdDb+AZvULmXjVPy4rt+pGo2+TnjJTIPJQSVS6N63n8T2Ip+syHhbn52OewKicV0373w==",
"dev": true
}
}
},
"@xmldom/xmldom": {

View File

@ -41,7 +41,7 @@
"@typescript-eslint/eslint-plugin": "^5.47.1",
"@typescript-eslint/parser": "^5.47.1",
"@vitest/coverage-c8": "^0.26.2",
"@vitest/ui": "^0.26.2",
"@vitest/ui": "^0.29.2",
"autoprefixer": "^10.4.13",
"eslint": "^8.30.0",
"eslint-config-preact": "^1.3.0",