Bump vitest from 0.25.3 to 0.29.3 in /web

Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 0.25.3 to 0.29.3.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v0.29.3/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-03-16 11:59:48 +00:00 committed by GitHub
parent e82f72a9d3
commit c1b001153d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 556 additions and 747 deletions

1301
web/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -55,6 +55,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.29.3"
} }
} }