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 04:50:07 +00:00 committed by GitHub
parent 7d5ce9da0a
commit c9a2e4389b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 16 deletions

30
package-lock.json generated
View File

@ -37,7 +37,7 @@
"typescript": "4.7.4",
"vite": "^3.0.8",
"vite-plugin-solid": "^2.3.0",
"vitest": "0.22.0"
"vitest": "0.22.1"
}
},
"node_modules/@adobe/css-tools": {
@ -4402,9 +4402,9 @@
}
},
"node_modules/tinyspy": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/tinyspy/-/tinyspy-1.0.0.tgz",
"integrity": "sha512-FI5B2QdODQYDRjfuLF+OrJ8bjWRMCXokQPcwKm0W3IzcbUmBNv536cQc7eXGoAuXphZwgx1DFbqImwzz08Fnhw==",
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/tinyspy/-/tinyspy-1.0.2.tgz",
"integrity": "sha512-bSGlgwLBYf7PnUsQ6WOc6SJ3pGOcd+d8AA6EUnLDDM0kWEstC1JIlSZA3UNliDXhd9ABoS7hiRBDCu+XP/sf1Q==",
"dev": true,
"engines": {
"node": ">=14.0.0"
@ -4639,9 +4639,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",
@ -4651,7 +4651,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": {
@ -8037,9 +8037,9 @@
"dev": true
},
"tinyspy": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/tinyspy/-/tinyspy-1.0.0.tgz",
"integrity": "sha512-FI5B2QdODQYDRjfuLF+OrJ8bjWRMCXokQPcwKm0W3IzcbUmBNv536cQc7eXGoAuXphZwgx1DFbqImwzz08Fnhw==",
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/tinyspy/-/tinyspy-1.0.2.tgz",
"integrity": "sha512-bSGlgwLBYf7PnUsQ6WOc6SJ3pGOcd+d8AA6EUnLDDM0kWEstC1JIlSZA3UNliDXhd9ABoS7hiRBDCu+XP/sf1Q==",
"dev": true
},
"to-fast-properties": {
@ -8183,9 +8183,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",
@ -8195,7 +8195,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

@ -35,6 +35,6 @@
"typescript": "4.7.4",
"vite": "^3.0.8",
"vite-plugin-solid": "^2.3.0",
"vitest": "0.22.0"
"vitest": "0.22.1"
}
}