Bump vitest from 0.23.2 to 0.23.4

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

---
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-09-19 22:42:09 +00:00 committed by GitHub
parent 2f04f39ed9
commit 14624fb695
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 18 deletions

34
package-lock.json generated
View File

@ -37,7 +37,7 @@
"typescript": "4.8.3",
"vite": "^3.1.1",
"vite-plugin-solid": "^2.3.2",
"vitest": "0.23.2"
"vitest": "0.23.4"
}
},
"node_modules/@adobe/css-tools": {
@ -4459,12 +4459,12 @@
}
},
"node_modules/strip-literal": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/strip-literal/-/strip-literal-0.4.0.tgz",
"integrity": "sha512-ql/sBDoJOybTKSIOWrrh8kgUEMjXMwRAkZTD0EwiwxQH/6tTPkZvMIEjp0CRlpi6V5FMiJyvxeRkEi1KrGISoA==",
"version": "0.4.2",
"resolved": "https://registry.npmjs.org/strip-literal/-/strip-literal-0.4.2.tgz",
"integrity": "sha512-pv48ybn4iE1O9RLgCAN0iU4Xv7RlBTiit6DKmMiErbs9x1wH6vXBs45tWc0H5wUIF6TLTrKweqkmYF/iraQKNw==",
"dev": true,
"dependencies": {
"acorn": "^8.7.1"
"acorn": "^8.8.0"
},
"funding": {
"url": "https://github.com/sponsors/antfu"
@ -4758,9 +4758,9 @@
}
},
"node_modules/vitest": {
"version": "0.23.2",
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.23.2.tgz",
"integrity": "sha512-kTBKp3ROPDkYC+x2zWt4znkDtnT08W1FQ6ngRFuqxpBGNuNVS+eWZKfffr8y2JGvEzZ9EzMAOcNaiqMj/FZqMw==",
"version": "0.23.4",
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.23.4.tgz",
"integrity": "sha512-iukBNWqQAv8EKDBUNntspLp9SfpaVFbmzmM0sNcnTxASQZMzRw3PsM6DMlsHiI+I6GeO5/sYDg3ecpC+SNFLrQ==",
"dev": true,
"dependencies": {
"@types/chai": "^4.3.3",
@ -4769,7 +4769,7 @@
"chai": "^4.3.6",
"debug": "^4.3.4",
"local-pkg": "^0.4.2",
"strip-literal": "^0.4.0",
"strip-literal": "^0.4.1",
"tinybench": "^2.1.5",
"tinypool": "^0.3.0",
"tinyspy": "^1.0.2",
@ -8184,12 +8184,12 @@
"dev": true
},
"strip-literal": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/strip-literal/-/strip-literal-0.4.0.tgz",
"integrity": "sha512-ql/sBDoJOybTKSIOWrrh8kgUEMjXMwRAkZTD0EwiwxQH/6tTPkZvMIEjp0CRlpi6V5FMiJyvxeRkEi1KrGISoA==",
"version": "0.4.2",
"resolved": "https://registry.npmjs.org/strip-literal/-/strip-literal-0.4.2.tgz",
"integrity": "sha512-pv48ybn4iE1O9RLgCAN0iU4Xv7RlBTiit6DKmMiErbs9x1wH6vXBs45tWc0H5wUIF6TLTrKweqkmYF/iraQKNw==",
"dev": true,
"requires": {
"acorn": "^8.7.1"
"acorn": "^8.8.0"
}
},
"style-mod": {
@ -8377,9 +8377,9 @@
}
},
"vitest": {
"version": "0.23.2",
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.23.2.tgz",
"integrity": "sha512-kTBKp3ROPDkYC+x2zWt4znkDtnT08W1FQ6ngRFuqxpBGNuNVS+eWZKfffr8y2JGvEzZ9EzMAOcNaiqMj/FZqMw==",
"version": "0.23.4",
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.23.4.tgz",
"integrity": "sha512-iukBNWqQAv8EKDBUNntspLp9SfpaVFbmzmM0sNcnTxASQZMzRw3PsM6DMlsHiI+I6GeO5/sYDg3ecpC+SNFLrQ==",
"dev": true,
"requires": {
"@types/chai": "^4.3.3",
@ -8388,7 +8388,7 @@
"chai": "^4.3.6",
"debug": "^4.3.4",
"local-pkg": "^0.4.2",
"strip-literal": "^0.4.0",
"strip-literal": "^0.4.1",
"tinybench": "^2.1.5",
"tinypool": "^0.3.0",
"tinyspy": "^1.0.2",

View File

@ -35,6 +35,6 @@
"typescript": "4.8.3",
"vite": "^3.1.1",
"vite-plugin-solid": "^2.3.2",
"vitest": "0.23.2"
"vitest": "0.23.4"
}
}