Bump vitest from 0.19.1 to 0.20.2

Bumps [vitest](https://github.com/vitest-dev/vitest) from 0.19.1 to 0.20.2.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/compare/v0.19.1...v0.20.2)

---
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-08-01 16:31:28 +00:00 committed by GitHub
parent 6b3b42157f
commit d2ffce4bc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -37,7 +37,7 @@
"typescript": "4.7.4",
"vite": "^3.0.4",
"vite-plugin-solid": "^2.3.0",
"vitest": "0.19.1"
"vitest": "0.20.2"
}
},
"node_modules/@ampproject/remapping": {
@ -4582,9 +4582,9 @@
}
},
"node_modules/vitest": {
"version": "0.19.1",
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.19.1.tgz",
"integrity": "sha512-E/ZXpFMUahn731wzhMBNzWRp4mGgiZFT0xdHa32cbNO0CSaHpE9hTfteEU247Gi2Dula8uXo5vvrNB6dtszmQA==",
"version": "0.20.2",
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.20.2.tgz",
"integrity": "sha512-AFXTHrwG4d2OO6SAL8WP5ZkOwLtgeF4tlrHfXFqrHc+5chNegeR53pge0lv/C4316SqJ2DbYaUBH8vh3CdF+BQ==",
"dev": true,
"dependencies": {
"@types/chai": "^4.3.1",
@ -8085,9 +8085,9 @@
}
},
"vitest": {
"version": "0.19.1",
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.19.1.tgz",
"integrity": "sha512-E/ZXpFMUahn731wzhMBNzWRp4mGgiZFT0xdHa32cbNO0CSaHpE9hTfteEU247Gi2Dula8uXo5vvrNB6dtszmQA==",
"version": "0.20.2",
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.20.2.tgz",
"integrity": "sha512-AFXTHrwG4d2OO6SAL8WP5ZkOwLtgeF4tlrHfXFqrHc+5chNegeR53pge0lv/C4316SqJ2DbYaUBH8vh3CdF+BQ==",
"dev": true,
"requires": {
"@types/chai": "^4.3.1",

View File

@ -35,6 +35,6 @@
"typescript": "4.7.4",
"vite": "^3.0.4",
"vite-plugin-solid": "^2.3.0",
"vitest": "0.19.1"
"vitest": "0.20.2"
}
}