Bump vitest from 0.25.2 to 0.25.3 in /web

Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 0.25.2 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/vitest)

---
updated-dependencies:
- dependency-name: vitest
  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:03:49 +00:00 committed by GitHub
parent f4187d6b83
commit 935ebe9513
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

@ -47,7 +47,7 @@
"tailwindcss": "^3.2.4",
"typescript": "^4.8.4",
"vite": "^3.2.4",
"vitest": "^0.25.2"
"vitest": "^0.25.3"
}
},
"node_modules/@adobe/css-tools": {
@ -8577,9 +8577,9 @@
}
},
"node_modules/vitest": {
"version": "0.25.2",
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.25.2.tgz",
"integrity": "sha512-qqkzfzglEFbQY7IGkgSJkdOhoqHjwAao/OrphnHboeYHC5JzsVFoLCaB2lnAy8krhj7sbrFTVRApzpkTOeuDWQ==",
"version": "0.25.3",
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.25.3.tgz",
"integrity": "sha512-/UzHfXIKsELZhL7OaM2xFlRF8HRZgAHtPctacvNK8H4vOcbJJAMEgbWNGSAK7Y9b1NBe5SeM7VTuz2RsTHFJJA==",
"dev": true,
"dependencies": {
"@types/chai": "^4.3.3",
@ -15120,9 +15120,9 @@
}
},
"vitest": {
"version": "0.25.2",
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.25.2.tgz",
"integrity": "sha512-qqkzfzglEFbQY7IGkgSJkdOhoqHjwAao/OrphnHboeYHC5JzsVFoLCaB2lnAy8krhj7sbrFTVRApzpkTOeuDWQ==",
"version": "0.25.3",
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.25.3.tgz",
"integrity": "sha512-/UzHfXIKsELZhL7OaM2xFlRF8HRZgAHtPctacvNK8H4vOcbJJAMEgbWNGSAK7Y9b1NBe5SeM7VTuz2RsTHFJJA==",
"dev": true,
"requires": {
"@types/chai": "^4.3.3",

View File

@ -51,6 +51,6 @@
"tailwindcss": "^3.2.4",
"typescript": "^4.8.4",
"vite": "^3.2.4",
"vitest": "^0.25.2"
"vitest": "^0.25.3"
}
}