diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-04-09 21:09:35 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-04-09 21:09:35 +0200 |
| commit | 7bf9688a7a5dc4c89648a5cff05780cc8b5d21e9 (patch) | |
| tree | 4d3320443c963e74dfb417fe4a4db4dfcd620c29 | |
| parent | 6409d2b3394ea735b1697d075333a5407e4499f6 (diff) | |
| download | faker-7bf9688a7a5dc4c89648a5cff05780cc8b5d21e9.tar.xz faker-7bf9688a7a5dc4c89648a5cff05780cc8b5d21e9.zip | |
chore(deps): update vitest to ~0.9.2 (#821)
| -rw-r--r-- | package.json | 4 | ||||
| -rw-r--r-- | pnpm-lock.yaml | 24 |
2 files changed, 14 insertions, 14 deletions
diff --git a/package.json b/package.json index eb213207..f36dde82 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "@types/validator": "~13.7.2", "@typescript-eslint/eslint-plugin": "~5.18.0", "@typescript-eslint/parser": "~5.18.0", - "@vitest/ui": "~0.8.4", + "@vitest/ui": "~0.9.2", "c8": "~7.11.0", "conventional-changelog-cli": "~2.2.2", "cypress": "~9.5.3", @@ -124,7 +124,7 @@ "validator": "~13.7.0", "vite": "~2.9.1", "vitepress": "~0.22.3", - "vitest": "~0.8.4" + "vitest": "~0.9.2" }, "packageManager": "[email protected]", "engines": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8a6794ba..e28ff488 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -8,7 +8,7 @@ specifiers: '@types/validator': ~13.7.2 '@typescript-eslint/eslint-plugin': ~5.18.0 '@typescript-eslint/parser': ~5.18.0 - '@vitest/ui': ~0.8.4 + '@vitest/ui': ~0.9.2 c8: ~7.11.0 conventional-changelog-cli: ~2.2.2 cypress: ~9.5.3 @@ -36,7 +36,7 @@ specifiers: validator: ~13.7.0 vite: ~2.9.1 vitepress: ~0.22.3 - vitest: ~0.8.4 + vitest: ~0.9.2 devDependencies: '@types/markdown-it': 12.2.3 @@ -46,7 +46,7 @@ devDependencies: '@types/validator': 13.7.2 '@typescript-eslint/eslint-plugin': 5.18.0_0dd9be2ba5ed9805045f3fec8be848f5 '@typescript-eslint/parser': [email protected][email protected] - '@vitest/ui': 0.8.4 + '@vitest/ui': 0.9.2 c8: 7.11.0 conventional-changelog-cli: 2.2.2 cypress: 9.5.3 @@ -74,7 +74,7 @@ devDependencies: validator: 13.7.0 vite: 2.9.1 vitepress: 0.22.3 - vitest: 0.8.4_@[email protected][email protected] + vitest: 0.9.2_@[email protected][email protected] packages: @@ -573,8 +573,8 @@ packages: vue: 3.2.31 dev: true - /@vitest/ui/0.8.4: - resolution: {integrity: sha512-ipbw8XyS6jt+H1d2gCjuc6PBr1clCk/NyfbkgDhFXkBYK0ST5H192ZDq4sx3nqOat2oPH0/OyQsb1FlX7DBG3A==} + /@vitest/ui/0.9.2: + resolution: {integrity: sha512-IKyAjQcEBuwMr2GO6wp/qDVJAETCjzwfqkoEVHGTP/mZTF1pwMd7HZ89MfRHvGEUa0E1boJB8PHqvgoECfUsqA==} dependencies: sirv: 2.0.2 dev: true @@ -4161,8 +4161,8 @@ packages: engines: {node: '>=14.0.0'} dev: true - /tinyspy/0.3.1: - resolution: {integrity: sha512-XXD1NYn5HciffxgxlHmOzq45tTNKRtPHss5go1ZAQmX9LLBIszXLG+NEpnD0shS2F2OMcQ9VSk7IswEeViCrbw==} + /tinyspy/0.3.2: + resolution: {integrity: sha512-2+40EP4D3sFYy42UkgkFFB+kiX2Tg3URG/lVvAZFfLxgGpnWl5qQJuBw1gaLttq8UOS+2p3C0WrhJnQigLTT2Q==} engines: {node: '>=14.0.0'} dev: true @@ -4423,8 +4423,8 @@ packages: - stylus dev: true - /vitest/0.8.4_@[email protected][email protected]: - resolution: {integrity: sha512-1OoAG1+VYkzp4WLCVQFRJX/OKk70rsMIM5H23crfc1wSEnJvHlxgQBS1HPpV/VYmjC8bIInKWhnB4Gaw32MnyQ==} + /vitest/0.9.2_@[email protected][email protected]: + resolution: {integrity: sha512-XgR42njw350OxBfKD4MK0cNIzgQrhSUKJq9sgbgRR+bD8GonPCyjpFFmPejptaiEyjmQ2FXpEvFHN37b9X2HJA==} engines: {node: '>=v14.16.0'} hasBin: true peerDependencies: @@ -4444,12 +4444,12 @@ packages: dependencies: '@types/chai': 4.3.0 '@types/chai-subset': 1.3.3 - '@vitest/ui': 0.8.4 + '@vitest/ui': 0.9.2 c8: 7.11.0 chai: 4.3.6 local-pkg: 0.4.1 tinypool: 0.1.2 - tinyspy: 0.3.1 + tinyspy: 0.3.2 vite: 2.9.1 transitivePeerDependencies: - less |
