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

View file

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