Bump vitest from 0.25.3 to 0.27.1 in /web

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

---
updated-dependencies:
- dependency-name: vitest
  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-01-12 11:05:53 +00:00 committed by GitHub
parent 6b123675c4
commit b70e1a5387
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 164 additions and 703 deletions

865
web/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -54,6 +54,6 @@
"tailwindcss": "^3.2.4", "tailwindcss": "^3.2.4",
"typescript": "^4.8.4", "typescript": "^4.8.4",
"vite": "^4.0.3", "vite": "^4.0.3",
"vitest": "^0.25.3" "vitest": "^0.27.1"
} }
} }