Bump @vitest/ui from 0.25.1 to 0.25.3 in /web

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-11-23 11:04:21 +00:00 committed by GitHub
parent f4187d6b83
commit c2b6b66df0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
web/package-lock.json generated
View File

@ -33,7 +33,7 @@
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.43.0",
"@vitest/coverage-c8": "^0.25.1",
"@vitest/ui": "^0.25.1",
"@vitest/ui": "^0.25.3",
"autoprefixer": "^10.4.13",
"eslint": "^8.27.0",
"eslint-config-preact": "^1.3.0",
@ -1912,9 +1912,9 @@
}
},
"node_modules/@vitest/ui": {
"version": "0.25.1",
"resolved": "https://registry.npmjs.org/@vitest/ui/-/ui-0.25.1.tgz",
"integrity": "sha512-VjzyfLjNS5Zc7XCCFJW3cM2iVW305D65NG0PIWefA4A8mwOH/QJJ4nFj/4cwXzwL0/VT3/ppvpv3UDNZoh/YOQ==",
"version": "0.25.3",
"resolved": "https://registry.npmjs.org/@vitest/ui/-/ui-0.25.3.tgz",
"integrity": "sha512-o0Bo/SPlcqopsuGaPUwIPhb0Jr3VSMO4hOOWBBNDtz2/a89HO2GHPP/tx8waWxF0bBc6Cjpcj/CRQAYy3KbLgg==",
"dev": true,
"dependencies": {
"sirv": "^2.0.2"
@ -10308,9 +10308,9 @@
}
},
"@vitest/ui": {
"version": "0.25.1",
"resolved": "https://registry.npmjs.org/@vitest/ui/-/ui-0.25.1.tgz",
"integrity": "sha512-VjzyfLjNS5Zc7XCCFJW3cM2iVW305D65NG0PIWefA4A8mwOH/QJJ4nFj/4cwXzwL0/VT3/ppvpv3UDNZoh/YOQ==",
"version": "0.25.3",
"resolved": "https://registry.npmjs.org/@vitest/ui/-/ui-0.25.3.tgz",
"integrity": "sha512-o0Bo/SPlcqopsuGaPUwIPhb0Jr3VSMO4hOOWBBNDtz2/a89HO2GHPP/tx8waWxF0bBc6Cjpcj/CRQAYy3KbLgg==",
"dev": true,
"requires": {
"sirv": "^2.0.2"

View File

@ -37,7 +37,7 @@
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.43.0",
"@vitest/coverage-c8": "^0.25.1",
"@vitest/ui": "^0.25.1",
"@vitest/ui": "^0.25.3",
"autoprefixer": "^10.4.13",
"eslint": "^8.27.0",
"eslint-config-preact": "^1.3.0",