Bump vitest from 0.21.0 to 0.21.1

Bumps [vitest](https://github.com/vitest-dev/vitest) from 0.21.0 to 0.21.1.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/compare/v0.21.0...v0.21.1)

---
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-08-15 04:07:27 +00:00 committed by Jon Koops
parent 3daad32e59
commit 8662375946
2 changed files with 17 additions and 14 deletions

29
package-lock.json generated
View file

@ -75,7 +75,7 @@
"typescript": "^4.7.4",
"vite": "^3.0.4",
"vite-plugin-checker": "^0.4.8",
"vitest": "^0.21.0",
"vitest": "^0.21.1",
"webpack": "^5.74.0"
},
"engines": {
@ -3228,9 +3228,10 @@
"license": "MIT"
},
"node_modules/@types/chai": {
"version": "4.3.1",
"dev": true,
"license": "MIT"
"version": "4.3.3",
"resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.3.tgz",
"integrity": "sha512-hC7OMnszpxhZPduX+m+nrx+uFoLkWOMiR4oa/AZF3MuSETYTZmFfJAHqZEM8MVlvfG7BEUcgvtwoCTxBp6hm3g==",
"dev": true
},
"node_modules/@types/chai-subset": {
"version": "1.3.3",
@ -13712,12 +13713,12 @@
}
},
"node_modules/vitest": {
"version": "0.21.0",
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.21.0.tgz",
"integrity": "sha512-+BQB2swk4wQdw5loOoL8esIYh/1ifAliuwj2HWHNE2F8SAl/jF7/aoCJBoXGSf/Ws19k3pH4NrWeVtcSwM0j2w==",
"version": "0.21.1",
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.21.1.tgz",
"integrity": "sha512-WBIxuFmIDPuK47GO6Lu9eNeRMqHj/FWL3dk73OHH3eyPPWPiu+UB3QHLkLK2PEggCqJW4FaWoWg8R68S7p9+9Q==",
"dev": true,
"dependencies": {
"@types/chai": "^4.3.1",
"@types/chai": "^4.3.3",
"@types/chai-subset": "^1.3.3",
"@types/node": "*",
"chai": "^4.3.6",
@ -16510,7 +16511,9 @@
"dev": true
},
"@types/chai": {
"version": "4.3.1",
"version": "4.3.3",
"resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.3.tgz",
"integrity": "sha512-hC7OMnszpxhZPduX+m+nrx+uFoLkWOMiR4oa/AZF3MuSETYTZmFfJAHqZEM8MVlvfG7BEUcgvtwoCTxBp6hm3g==",
"dev": true
},
"@types/chai-subset": {
@ -23393,12 +23396,12 @@
}
},
"vitest": {
"version": "0.21.0",
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.21.0.tgz",
"integrity": "sha512-+BQB2swk4wQdw5loOoL8esIYh/1ifAliuwj2HWHNE2F8SAl/jF7/aoCJBoXGSf/Ws19k3pH4NrWeVtcSwM0j2w==",
"version": "0.21.1",
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.21.1.tgz",
"integrity": "sha512-WBIxuFmIDPuK47GO6Lu9eNeRMqHj/FWL3dk73OHH3eyPPWPiu+UB3QHLkLK2PEggCqJW4FaWoWg8R68S7p9+9Q==",
"dev": true,
"requires": {
"@types/chai": "^4.3.1",
"@types/chai": "^4.3.3",
"@types/chai-subset": "^1.3.3",
"@types/node": "*",
"chai": "^4.3.6",

View file

@ -93,7 +93,7 @@
"typescript": "^4.7.4",
"vite": "^3.0.4",
"vite-plugin-checker": "^0.4.8",
"vitest": "^0.21.0",
"vitest": "^0.21.1",
"webpack": "^5.74.0"
},
"lint-staged": {