Bump vitest from 0.31.4 to 0.32.0

Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 0.31.4 to 0.32.0.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v0.32.0/packages/vitest)

---
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]
2023-06-07 01:08:47 +00:00
committed by GitHub
parent c1d81c65d2
commit 86e42c36cb
2 changed files with 32 additions and 32 deletions

62
package-lock.json generated
View File

@@ -39,7 +39,7 @@
"typescript": "^5.0.4", "typescript": "^5.0.4",
"vite": "^4.0.0", "vite": "^4.0.0",
"vite-plugin-compression2": "^0.9.2", "vite-plugin-compression2": "^0.9.2",
"vitest": "^0.31.1" "vitest": "^0.32.0"
} }
}, },
"node_modules/@babel/parser": { "node_modules/@babel/parser": {
@@ -950,13 +950,13 @@
} }
}, },
"node_modules/@vitest/expect": { "node_modules/@vitest/expect": {
"version": "0.31.4", "version": "0.32.0",
"resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-0.31.4.tgz", "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-0.32.0.tgz",
"integrity": "sha512-tibyx8o7GUyGHZGyPgzwiaPaLDQ9MMuCOrc03BYT0nryUuhLbL7NV2r/q98iv5STlwMgaKuFJkgBW/8iPKwlSg==", "integrity": "sha512-VxVHhIxKw9Lux+O9bwLEEk2gzOUe93xuFHy9SzYWnnoYZFYg1NfBtnfnYWiJN7yooJ7KNElCK5YtA7DTZvtXtg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@vitest/spy": "0.31.4", "@vitest/spy": "0.32.0",
"@vitest/utils": "0.31.4", "@vitest/utils": "0.32.0",
"chai": "^4.3.7" "chai": "^4.3.7"
}, },
"funding": { "funding": {
@@ -964,12 +964,12 @@
} }
}, },
"node_modules/@vitest/runner": { "node_modules/@vitest/runner": {
"version": "0.31.4", "version": "0.32.0",
"resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-0.31.4.tgz", "resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-0.32.0.tgz",
"integrity": "sha512-Wgm6UER+gwq6zkyrm5/wbpXGF+g+UBB78asJlFkIOwyse0pz8lZoiC6SW5i4gPnls/zUcPLWS7Zog0LVepXnpg==", "integrity": "sha512-QpCmRxftHkr72xt5A08xTEs9I4iWEXIOCHWhQQguWOKE4QH7DXSKZSOFibuwEIMAD7G0ERvtUyQn7iPWIqSwmw==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@vitest/utils": "0.31.4", "@vitest/utils": "0.32.0",
"concordance": "^5.0.4", "concordance": "^5.0.4",
"p-limit": "^4.0.0", "p-limit": "^4.0.0",
"pathe": "^1.1.0" "pathe": "^1.1.0"
@@ -1006,9 +1006,9 @@
} }
}, },
"node_modules/@vitest/snapshot": { "node_modules/@vitest/snapshot": {
"version": "0.31.4", "version": "0.32.0",
"resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-0.31.4.tgz", "resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-0.32.0.tgz",
"integrity": "sha512-LemvNumL3NdWSmfVAMpXILGyaXPkZbG5tyl6+RQSdcHnTj6hvA49UAI8jzez9oQyE/FWLKRSNqTGzsHuk89LRA==", "integrity": "sha512-yCKorPWjEnzpUxQpGlxulujTcSPgkblwGzAUEL+z01FTUg/YuCDZ8dxr9sHA08oO2EwxzHXNLjQKWJ2zc2a19Q==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"magic-string": "^0.30.0", "magic-string": "^0.30.0",
@@ -1020,9 +1020,9 @@
} }
}, },
"node_modules/@vitest/spy": { "node_modules/@vitest/spy": {
"version": "0.31.4", "version": "0.32.0",
"resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-0.31.4.tgz", "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-0.32.0.tgz",
"integrity": "sha512-3ei5ZH1s3aqbEyftPAzSuunGICRuhE+IXOmpURFdkm5ybUADk+viyQfejNk6q8M5QGX8/EVKw+QWMEP3DTJDag==", "integrity": "sha512-MruAPlM0uyiq3d53BkwTeShXY0rYEfhNGQzVO5GHBmmX3clsxcWp79mMnkOVcV244sNTeDcHbcPFWIjOI4tZvw==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"tinyspy": "^2.1.0" "tinyspy": "^2.1.0"
@@ -1032,9 +1032,9 @@
} }
}, },
"node_modules/@vitest/utils": { "node_modules/@vitest/utils": {
"version": "0.31.4", "version": "0.32.0",
"resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-0.31.4.tgz", "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-0.32.0.tgz",
"integrity": "sha512-DobZbHacWznoGUfYU8XDPY78UubJxXfMNY1+SUdOp1NsI34eopSA6aZMeaGu10waSOeYwE8lxrd/pLfT0RMxjQ==", "integrity": "sha512-53yXunzx47MmbuvcOPpLaVljHaeSu1G2dHdmy7+9ngMnQIkBQcvwOcoclWFnxDMxFbnq8exAfh3aKSZaK71J5A==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"concordance": "^5.0.4", "concordance": "^5.0.4",
@@ -4235,9 +4235,9 @@
} }
}, },
"node_modules/vite-node": { "node_modules/vite-node": {
"version": "0.31.4", "version": "0.32.0",
"resolved": "https://registry.npmjs.org/vite-node/-/vite-node-0.31.4.tgz", "resolved": "https://registry.npmjs.org/vite-node/-/vite-node-0.32.0.tgz",
"integrity": "sha512-uzL377GjJtTbuc5KQxVbDu2xfU/x0wVjUtXQR2ihS21q/NK6ROr4oG0rsSkBBddZUVCwzfx22in76/0ZZHXgkQ==", "integrity": "sha512-220P/y8YacYAU+daOAqiGEFXx2A8AwjadDzQqos6wSukjvvTWNqleJSwoUn0ckyNdjHIKoxn93Nh1vWBqEKr3Q==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"cac": "^6.7.14", "cac": "^6.7.14",
@@ -4280,19 +4280,19 @@
} }
}, },
"node_modules/vitest": { "node_modules/vitest": {
"version": "0.31.4", "version": "0.32.0",
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.31.4.tgz", "resolved": "https://registry.npmjs.org/vitest/-/vitest-0.32.0.tgz",
"integrity": "sha512-GoV0VQPmWrUFOZSg3RpQAPN+LPmHg2/gxlMNJlyxJihkz6qReHDV6b0pPDcqFLNEPya4tWJ1pgwUNP9MLmUfvQ==", "integrity": "sha512-SW83o629gCqnV3BqBnTxhB10DAwzwEx3z+rqYZESehUB+eWsJxwcBQx7CKy0otuGMJTYh7qCVuUX23HkftGl/Q==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@types/chai": "^4.3.5", "@types/chai": "^4.3.5",
"@types/chai-subset": "^1.3.3", "@types/chai-subset": "^1.3.3",
"@types/node": "*", "@types/node": "*",
"@vitest/expect": "0.31.4", "@vitest/expect": "0.32.0",
"@vitest/runner": "0.31.4", "@vitest/runner": "0.32.0",
"@vitest/snapshot": "0.31.4", "@vitest/snapshot": "0.32.0",
"@vitest/spy": "0.31.4", "@vitest/spy": "0.32.0",
"@vitest/utils": "0.31.4", "@vitest/utils": "0.32.0",
"acorn": "^8.8.2", "acorn": "^8.8.2",
"acorn-walk": "^8.2.0", "acorn-walk": "^8.2.0",
"cac": "^6.7.14", "cac": "^6.7.14",
@@ -4308,7 +4308,7 @@
"tinybench": "^2.5.0", "tinybench": "^2.5.0",
"tinypool": "^0.5.0", "tinypool": "^0.5.0",
"vite": "^3.0.0 || ^4.0.0", "vite": "^3.0.0 || ^4.0.0",
"vite-node": "0.31.4", "vite-node": "0.32.0",
"why-is-node-running": "^2.2.2" "why-is-node-running": "^2.2.2"
}, },
"bin": { "bin": {

View File

@@ -25,7 +25,7 @@
"typescript": "^5.0.4", "typescript": "^5.0.4",
"vite": "^4.0.0", "vite": "^4.0.0",
"vite-plugin-compression2": "^0.9.2", "vite-plugin-compression2": "^0.9.2",
"vitest": "^0.31.1" "vitest": "^0.32.0"
}, },
"dependencies": { "dependencies": {
"@tinymce/tinymce-vue": "^5.1.0", "@tinymce/tinymce-vue": "^5.1.0",