Bump vitest from 0.17.1 to 0.18.0

Bumps [vitest](https://github.com/vitest-dev/vitest) from 0.17.1 to 0.18.0.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/compare/v0.17.1...v0.18.0)

---
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-07-11 04:07:37 +00:00 committed by Jon Koops
parent ef79937751
commit 43104b0c9e
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -77,7 +77,7 @@
"tar-fs": "^2.1.1",
"ts-node": "^10.8.2",
"typescript": "^4.7.4",
"vitest": "^0.17.1"
"vitest": "^0.18.0"
},
"engines": {
"node": "^18"
@ -18428,9 +18428,9 @@
}
},
"node_modules/vitest": {
"version": "0.17.1",
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.17.1.tgz",
"integrity": "sha512-d6NsFC6FPmZ5XdiSYfW5rwJ/b8060wqe2steNNlVbhO69HWma6CucIm5g7PXlCSkmKvrdEbUsZHPAarlH83VGw==",
"version": "0.18.0",
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.18.0.tgz",
"integrity": "sha512-ryAtlh5Gvg3+aLNuOQ8YOHxgQCCu46jx40X5MBL0K0/ejB9i5zsr8fV8LTGXbXex80UMHlzceI9F+ouGaiR+mQ==",
"dev": true,
"dependencies": {
"@types/chai": "^4.3.1",
@ -32181,9 +32181,9 @@
}
},
"vitest": {
"version": "0.17.1",
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.17.1.tgz",
"integrity": "sha512-d6NsFC6FPmZ5XdiSYfW5rwJ/b8060wqe2steNNlVbhO69HWma6CucIm5g7PXlCSkmKvrdEbUsZHPAarlH83VGw==",
"version": "0.18.0",
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.18.0.tgz",
"integrity": "sha512-ryAtlh5Gvg3+aLNuOQ8YOHxgQCCu46jx40X5MBL0K0/ejB9i5zsr8fV8LTGXbXex80UMHlzceI9F+ouGaiR+mQ==",
"dev": true,
"requires": {
"@types/chai": "^4.3.1",

View file

@ -96,7 +96,7 @@
"tar-fs": "^2.1.1",
"ts-node": "^10.8.2",
"typescript": "^4.7.4",
"vitest": "^0.17.1"
"vitest": "^0.18.0"
},
"lint-staged": {
"*.{js,jsx,mjs,ts,tsx}": "eslint --cache --fix"