diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-03-18 09:03:22 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-03-18 09:03:22 +0100 |
| commit | 27fbcb06e1eb826b5e6a0df5cea5499603df4a10 (patch) | |
| tree | 43dd9cc66e8a233ae85b733526ecd28256d4fa65 | |
| parent | 2b934c51e4e090ea169b7ef1ced9881b93f7eb79 (diff) | |
| download | faker-27fbcb06e1eb826b5e6a0df5cea5499603df4a10.tar.xz faker-27fbcb06e1eb826b5e6a0df5cea5499603df4a10.zip | |
chore(deps): update vitest to ~0.7.4 (#632)
Co-authored-by: Renovate Bot <[email protected]>
| -rw-r--r-- | package.json | 4 | ||||
| -rw-r--r-- | pnpm-lock.yaml | 18 |
2 files changed, 11 insertions, 11 deletions
diff --git a/package.json b/package.json index 4060d131..4de5a09f 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "@types/validator": "~13.7.1", "@typescript-eslint/eslint-plugin": "~5.15.0", "@typescript-eslint/parser": "~5.15.0", - "@vitest/ui": "~0.7.0", + "@vitest/ui": "~0.7.4", "c8": "~7.11.0", "conventional-changelog-cli": "~2.2.2", "cypress": "~9.5.2", @@ -123,7 +123,7 @@ "validator": "~13.7.0", "vite": "~2.8.6", "vitepress": "~0.22.3", - "vitest": "~0.7.0" + "vitest": "~0.7.4" }, "packageManager": "[email protected]", "engines": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5d885196..04585902 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -8,7 +8,7 @@ specifiers: '@types/validator': ~13.7.1 '@typescript-eslint/eslint-plugin': ~5.15.0 '@typescript-eslint/parser': ~5.15.0 - '@vitest/ui': ~0.7.0 + '@vitest/ui': ~0.7.4 c8: ~7.11.0 conventional-changelog-cli: ~2.2.2 cypress: ~9.5.2 @@ -35,7 +35,7 @@ specifiers: validator: ~13.7.0 vite: ~2.8.6 vitepress: ~0.22.3 - vitest: ~0.7.0 + vitest: ~0.7.4 devDependencies: '@types/markdown-it': 12.2.3 @@ -45,7 +45,7 @@ devDependencies: '@types/validator': 13.7.1 '@typescript-eslint/eslint-plugin': 5.15.0_f2c49ce7d0e93ebcfdb4b7d25b131b28 '@typescript-eslint/parser': [email protected][email protected] - '@vitest/ui': 0.7.0 + '@vitest/ui': 0.7.4 c8: 7.11.0 conventional-changelog-cli: 2.2.2 cypress: 9.5.2 @@ -72,7 +72,7 @@ devDependencies: validator: 13.7.0 vite: 2.8.6 vitepress: 0.22.3 - vitest: 0.7.0_@[email protected][email protected] + vitest: 0.7.4_@[email protected][email protected] packages: @@ -571,8 +571,8 @@ packages: vue: 3.2.31 dev: true - /@vitest/ui/0.7.0: - resolution: {integrity: sha512-qs1Zn3NGlhKtqJmaRZGwIavpdW4in1Ysy9+pqxMFrcqkoko0Eyn/XRxQHfm1RNiDlqbGGeQhJJaphonWwFZYNA==} + /@vitest/ui/0.7.4: + resolution: {integrity: sha512-FfUU1um8o+Cic44fTWxbGXv6sPMSiZxTysPxbR+2/K8t9+d0DzWsSa3lUjTRgiJQ1tiQpRP2sT4kkM/UO8XdzQ==} dependencies: sirv: 2.0.2 dev: true @@ -4419,8 +4419,8 @@ packages: - stylus dev: true - /vitest/0.7.0_@[email protected][email protected]: - resolution: {integrity: sha512-qLq4VEWJRyhscfzjhlNA+mrCrBQ2Vh7M9ew90yudOfoNUT0ilmFdRriRMN8m8BkKw/7txoTvT1X3oQB7B4Pk3A==} + /vitest/0.7.4_@[email protected][email protected]: + resolution: {integrity: sha512-6kyJ/YZJFVj/zEVVHFyvLvAZlbg05yAyJrk7oP+FOCFanGRYK7bBEz4qsIpNHxX+dlf5vRkbBDjpdXzGL7udeA==} engines: {node: '>=14.14.0'} hasBin: true peerDependencies: @@ -4440,7 +4440,7 @@ packages: dependencies: '@types/chai': 4.3.0 '@types/chai-subset': 1.3.3 - '@vitest/ui': 0.7.0 + '@vitest/ui': 0.7.4 c8: 7.11.0 chai: 4.3.6 local-pkg: 0.4.1 |
