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-10 07:23:53 +00:00 committed by GitHub
parent 3f2f16bb78
commit f594434a51
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.5",
"vite-plugin-solid": "^2.3.0",
"vitest": "0.21.0"
"vitest": "0.21.1"
}
},
"node_modules/@adobe/css-tools": {
@ -1333,9 +1333,9 @@
}
},
"node_modules/@types/chai": {
"version": "4.3.1",
"resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.1.tgz",
"integrity": "sha512-/zPMqDkzSZ8t3VtxOa4KPq7uzzW978M9Tvh+j7GHKuo6k6GTLxPJ4J5gE5cjfJ26pnXst0N5Hax8Sr0T2Mi9zQ==",
"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": {
@ -4639,12 +4639,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",
@ -5926,9 +5926,9 @@
}
},
"@types/chai": {
"version": "4.3.1",
"resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.1.tgz",
"integrity": "sha512-/zPMqDkzSZ8t3VtxOa4KPq7uzzW978M9Tvh+j7GHKuo6k6GTLxPJ4J5gE5cjfJ26pnXst0N5Hax8Sr0T2Mi9zQ==",
"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": {
@ -8187,12 +8187,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

@ -35,6 +35,6 @@
"typescript": "4.7.4",
"vite": "^3.0.5",
"vite-plugin-solid": "^2.3.0",
"vitest": "0.21.0"
"vitest": "0.21.1"
}
}