diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-04-11 11:29:09 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-04-11 11:29:09 +0200 |
| commit | dfd51dbf0093aa4bfbeaa297755384e9cc469654 (patch) | |
| tree | de7b6732b5efc648325ede53c9a950f2f129efb0 | |
| parent | c25ecd08ec57fae5967148bee14fec1c4be99472 (diff) | |
| download | faker-dfd51dbf0093aa4bfbeaa297755384e9cc469654.tar.xz faker-dfd51dbf0093aa4bfbeaa297755384e9cc469654.zip | |
chore(deps): update vitest to ~0.9.3 (#832)
| -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 eeea298f..8591a510 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.9.2", + "@vitest/ui": "~0.9.3", "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.9.2" + "vitest": "~0.9.3" }, "packageManager": "[email protected]", "engines": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 78af7259..01646337 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.9.2 + '@vitest/ui': ~0.9.3 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.9.2 + vitest: ~0.9.3 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.9.2 + '@vitest/ui': 0.9.3 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.9.2_@[email protected][email protected] + vitest: 0.9.3_@[email protected][email protected] packages: @@ -573,8 +573,8 @@ packages: vue: 3.2.31 dev: true - /@vitest/ui/0.9.2: - resolution: {integrity: sha512-IKyAjQcEBuwMr2GO6wp/qDVJAETCjzwfqkoEVHGTP/mZTF1pwMd7HZ89MfRHvGEUa0E1boJB8PHqvgoECfUsqA==} + /@vitest/ui/0.9.3: + resolution: {integrity: sha512-tnf/qFWSnoj8+DVaO9MJIu7uuRyFx7L4dgSwm+PzKUjavUILSVQjzrLfZOO9+KbKf4e4wcTcxkoYK0mG1MAXgA==} dependencies: sirv: 2.0.2 dev: true @@ -4430,8 +4430,8 @@ packages: - stylus dev: true - /vitest/0.9.2_@[email protected][email protected]: - resolution: {integrity: sha512-XgR42njw350OxBfKD4MK0cNIzgQrhSUKJq9sgbgRR+bD8GonPCyjpFFmPejptaiEyjmQ2FXpEvFHN37b9X2HJA==} + /vitest/0.9.3_@[email protected][email protected]: + resolution: {integrity: sha512-hKjqdBI732cV5giNLERyAsaJBebstrX5mvTbZr+jUDYUHnX1O4DpAJcHtqBOutuBi7lVIGQ5IF8eWvHHqbCHBA==} engines: {node: '>=v14.16.0'} hasBin: true peerDependencies: @@ -4451,7 +4451,7 @@ packages: dependencies: '@types/chai': 4.3.0 '@types/chai-subset': 1.3.3 - '@vitest/ui': 0.9.2 + '@vitest/ui': 0.9.3 c8: 7.11.0 chai: 4.3.6 local-pkg: 0.4.1 |
