Bump vitest from 0.22.0 to 0.22.1

Bumps [vitest](https://github.com/vitest-dev/vitest) from 0.22.0 to 0.22.1.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/compare/v0.22.0...v0.22.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-19 09:06:27 +00:00 committed by Jon Koops
parent 7fa91668e5
commit 0e03a73d19
2 changed files with 16 additions and 13 deletions

27
package-lock.json generated
View file

@ -76,7 +76,7 @@
"typescript": "^4.7.4",
"vite": "^3.0.8",
"vite-plugin-checker": "^0.4.8",
"vitest": "^0.22.0",
"vitest": "^0.22.1",
"webpack": "^5.74.0"
},
"engines": {
@ -12660,9 +12660,10 @@
}
},
"node_modules/tinyspy": {
"version": "1.0.0",
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/tinyspy/-/tinyspy-1.0.2.tgz",
"integrity": "sha512-bSGlgwLBYf7PnUsQ6WOc6SJ3pGOcd+d8AA6EUnLDDM0kWEstC1JIlSZA3UNliDXhd9ABoS7hiRBDCu+XP/sf1Q==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=14.0.0"
}
@ -13682,9 +13683,9 @@
}
},
"node_modules/vitest": {
"version": "0.22.0",
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.22.0.tgz",
"integrity": "sha512-BSIro/QOHLaQY08FHwT6THWhqLQ+VPU+N4Rdo4pcP+16XB6oLmNNAXGcSh/MOLUhfUy+mqCwx7AyKmU7Ms5R+g==",
"version": "0.22.1",
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.22.1.tgz",
"integrity": "sha512-+x28YTnSLth4KbXg7MCzoDAzPJlJex7YgiZbUh6YLp0/4PqVZ7q7/zyfdL0OaPtKTpNiQFPpMC8Y2MSzk8F7dw==",
"dev": true,
"dependencies": {
"@types/chai": "^4.3.3",
@ -13694,7 +13695,7 @@
"debug": "^4.3.4",
"local-pkg": "^0.4.2",
"tinypool": "^0.2.4",
"tinyspy": "^1.0.0",
"tinyspy": "^1.0.2",
"vite": "^2.9.12 || ^3.0.0-0"
},
"bin": {
@ -22750,7 +22751,9 @@
"dev": true
},
"tinyspy": {
"version": "1.0.0",
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/tinyspy/-/tinyspy-1.0.2.tgz",
"integrity": "sha512-bSGlgwLBYf7PnUsQ6WOc6SJ3pGOcd+d8AA6EUnLDDM0kWEstC1JIlSZA3UNliDXhd9ABoS7hiRBDCu+XP/sf1Q==",
"dev": true
},
"tippy.js": {
@ -23408,9 +23411,9 @@
}
},
"vitest": {
"version": "0.22.0",
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.22.0.tgz",
"integrity": "sha512-BSIro/QOHLaQY08FHwT6THWhqLQ+VPU+N4Rdo4pcP+16XB6oLmNNAXGcSh/MOLUhfUy+mqCwx7AyKmU7Ms5R+g==",
"version": "0.22.1",
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.22.1.tgz",
"integrity": "sha512-+x28YTnSLth4KbXg7MCzoDAzPJlJex7YgiZbUh6YLp0/4PqVZ7q7/zyfdL0OaPtKTpNiQFPpMC8Y2MSzk8F7dw==",
"dev": true,
"requires": {
"@types/chai": "^4.3.3",
@ -23420,7 +23423,7 @@
"debug": "^4.3.4",
"local-pkg": "^0.4.2",
"tinypool": "^0.2.4",
"tinyspy": "^1.0.0",
"tinyspy": "^1.0.2",
"vite": "^2.9.12 || ^3.0.0-0"
}
},

View file

@ -94,7 +94,7 @@
"typescript": "^4.7.4",
"vite": "^3.0.8",
"vite-plugin-checker": "^0.4.8",
"vitest": "^0.22.0",
"vitest": "^0.22.1",
"webpack": "^5.74.0"
},
"lint-staged": {