diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-03-28 09:59:43 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-03-28 09:59:43 +0200 |
| commit | 0884865531d7b5172ef87e1cac71ecf074daf68e (patch) | |
| tree | 042b217b8ddba8a1b98fad6cffd77f480c977714 | |
| parent | b778e2c55f681c89d4b07d9436672e21b0ac6b16 (diff) | |
| download | faker-0884865531d7b5172ef87e1cac71ecf074daf68e.tar.xz faker-0884865531d7b5172ef87e1cac71ecf074daf68e.zip | |
chore(deps): update vitest to ~0.7.12 (#700)
| -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 ffa1469c..1593e5fc 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "@types/validator": "~13.7.2", "@typescript-eslint/eslint-plugin": "~5.16.0", "@typescript-eslint/parser": "~5.16.0", - "@vitest/ui": "~0.7.10", + "@vitest/ui": "~0.7.12", "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.10" + "vitest": "~0.7.12" }, "packageManager": "[email protected]", "engines": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index bfc02bc2..90b11d1b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -8,7 +8,7 @@ specifiers: '@types/validator': ~13.7.2 '@typescript-eslint/eslint-plugin': ~5.16.0 '@typescript-eslint/parser': ~5.16.0 - '@vitest/ui': ~0.7.10 + '@vitest/ui': ~0.7.12 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.10 + vitest: ~0.7.12 devDependencies: '@types/markdown-it': 12.2.3 @@ -45,7 +45,7 @@ devDependencies: '@types/validator': 13.7.2 '@typescript-eslint/eslint-plugin': 5.16.0_4df62b6e125e6f18efee2d013b4a9d80 '@typescript-eslint/parser': [email protected][email protected] - '@vitest/ui': 0.7.10 + '@vitest/ui': 0.7.12 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.10_@[email protected][email protected] + vitest: 0.7.12_@[email protected][email protected] packages: @@ -571,8 +571,8 @@ packages: vue: 3.2.31 dev: true - /@vitest/ui/0.7.10: - resolution: {integrity: sha512-nZzuPBdndCUhQCP/P0Yejk74vxRtlDs3WxnLxHWJkOTH5M6kYxpZKwfRn7jfonJNyqqJJzByeha/QNOJZoo8PQ==} + /@vitest/ui/0.7.12: + resolution: {integrity: sha512-cBhfU5r4jB3oqkdj+5r3Qlsv/AAPLtx23RlT5RGceq/gSCS5r1hDaASUcyRyfc1sA+FuGxj6KJLs9JDsfgQiJQ==} dependencies: sirv: 2.0.2 dev: true @@ -4444,8 +4444,8 @@ packages: - stylus dev: true - /vitest/0.7.10_@[email protected][email protected]: - resolution: {integrity: sha512-We5a7cnY2aUpX4tAO+w2KRhJiJ4FznfWjYKkqWoAqs4x4pKgyRsMJNZ7OSY/lFHOoRz3yv0mgwfVlZiRc0/mmA==} + /vitest/0.7.12_@[email protected][email protected]: + resolution: {integrity: sha512-Q/UrBAhStPUeic++s+jnH6M0vsBhemTixAsAKvp6z8zN6K47tfZqob4XgpbViebDmYcmhlyREumVmrpUlyuXdA==} engines: {node: '>=v14.16.0'} hasBin: true peerDependencies: @@ -4465,7 +4465,7 @@ packages: dependencies: '@types/chai': 4.3.0 '@types/chai-subset': 1.3.3 - '@vitest/ui': 0.7.10 + '@vitest/ui': 0.7.12 c8: 7.11.0 chai: 4.3.6 local-pkg: 0.4.1 |
