Bump vitest from 0.23.4 to 0.24.0

Bumps [vitest](https://github.com/vitest-dev/vitest) from 0.23.4 to 0.24.0.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/compare/v0.23.4...v0.24.0)

---
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] 2022-10-07 22:33:28 +00:00 committed by GitHub
parent 28203c219f
commit 3baa860b59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 20 deletions

38
package-lock.json generated
View File

@ -37,7 +37,7 @@
"typescript": "4.8.4",
"vite": "^3.1.6",
"vite-plugin-solid": "^2.3.9",
"vitest": "0.23.4"
"vitest": "0.24.0"
}
},
"node_modules/@adobe/css-tools": {
@ -4515,9 +4515,9 @@
"dev": true
},
"node_modules/tinybench": {
"version": "2.1.5",
"resolved": "https://registry.npmjs.org/tinybench/-/tinybench-2.1.5.tgz",
"integrity": "sha512-ak+PZZEuH3mw6CCFOgf5S90YH0MARnZNhxjhjguAmoJimEMAJuNip/rJRd6/wyylHItomVpKTzZk9zrhTrQCoQ==",
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/tinybench/-/tinybench-2.3.0.tgz",
"integrity": "sha512-zs1gMVBwyyG2QbVchYIbnabRhMOCGvrwZz/q+SV+LIMa9q5YDQZi2kkI6ZRqV2Bz7ba1uvrc7ieUoE4KWnGeKg==",
"dev": true
},
"node_modules/tinypool": {
@ -4772,9 +4772,9 @@
}
},
"node_modules/vitest": {
"version": "0.23.4",
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.23.4.tgz",
"integrity": "sha512-iukBNWqQAv8EKDBUNntspLp9SfpaVFbmzmM0sNcnTxASQZMzRw3PsM6DMlsHiI+I6GeO5/sYDg3ecpC+SNFLrQ==",
"version": "0.24.0",
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.24.0.tgz",
"integrity": "sha512-k5j3FPTor+MJx2x0pDW2gtVk+s9VC6nSHT3SoqOIk9Je5fFpPgict+Xy2eAVXUogvSixs45Ya1oZk+oK93BO0w==",
"dev": true,
"dependencies": {
"@types/chai": "^4.3.3",
@ -4783,11 +4783,11 @@
"chai": "^4.3.6",
"debug": "^4.3.4",
"local-pkg": "^0.4.2",
"strip-literal": "^0.4.1",
"tinybench": "^2.1.5",
"strip-literal": "^0.4.2",
"tinybench": "^2.2.1",
"tinypool": "^0.3.0",
"tinyspy": "^1.0.2",
"vite": "^2.9.12 || ^3.0.0-0"
"vite": "^3.0.0"
},
"bin": {
"vitest": "vitest.mjs"
@ -8228,9 +8228,9 @@
"dev": true
},
"tinybench": {
"version": "2.1.5",
"resolved": "https://registry.npmjs.org/tinybench/-/tinybench-2.1.5.tgz",
"integrity": "sha512-ak+PZZEuH3mw6CCFOgf5S90YH0MARnZNhxjhjguAmoJimEMAJuNip/rJRd6/wyylHItomVpKTzZk9zrhTrQCoQ==",
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/tinybench/-/tinybench-2.3.0.tgz",
"integrity": "sha512-zs1gMVBwyyG2QbVchYIbnabRhMOCGvrwZz/q+SV+LIMa9q5YDQZi2kkI6ZRqV2Bz7ba1uvrc7ieUoE4KWnGeKg==",
"dev": true
},
"tinypool": {
@ -8391,9 +8391,9 @@
}
},
"vitest": {
"version": "0.23.4",
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.23.4.tgz",
"integrity": "sha512-iukBNWqQAv8EKDBUNntspLp9SfpaVFbmzmM0sNcnTxASQZMzRw3PsM6DMlsHiI+I6GeO5/sYDg3ecpC+SNFLrQ==",
"version": "0.24.0",
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.24.0.tgz",
"integrity": "sha512-k5j3FPTor+MJx2x0pDW2gtVk+s9VC6nSHT3SoqOIk9Je5fFpPgict+Xy2eAVXUogvSixs45Ya1oZk+oK93BO0w==",
"dev": true,
"requires": {
"@types/chai": "^4.3.3",
@ -8402,11 +8402,11 @@
"chai": "^4.3.6",
"debug": "^4.3.4",
"local-pkg": "^0.4.2",
"strip-literal": "^0.4.1",
"tinybench": "^2.1.5",
"strip-literal": "^0.4.2",
"tinybench": "^2.2.1",
"tinypool": "^0.3.0",
"tinyspy": "^1.0.2",
"vite": "^2.9.12 || ^3.0.0-0"
"vite": "^3.0.0"
}
},
"w3c-keyname": {

View File

@ -35,6 +35,6 @@
"typescript": "4.8.4",
"vite": "^3.1.6",
"vite-plugin-solid": "^2.3.9",
"vitest": "0.23.4"
"vitest": "0.24.0"
}
}