diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-04-22 08:29:36 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-04-22 08:29:36 +0200 |
| commit | 6781eeef9bbccb450d6335d3bb6e10d9c526c014 (patch) | |
| tree | 86bf1aca86d33c1a192e460bc780e083fd2367d9 | |
| parent | 1885dd0f344528492e0b3f934f027219986ee8f6 (diff) | |
| download | faker-6781eeef9bbccb450d6335d3bb6e10d9c526c014.tar.xz faker-6781eeef9bbccb450d6335d3bb6e10d9c526c014.zip | |
chore(deps): update vitest to ~0.9.4 (#863)
Co-authored-by: Renovate Bot <[email protected]>
| -rw-r--r-- | package.json | 4 | ||||
| -rw-r--r-- | pnpm-lock.yaml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json index 3b12f8d9..91e379b1 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "@types/validator": "~13.7.2", "@typescript-eslint/eslint-plugin": "~5.20.0", "@typescript-eslint/parser": "~5.20.0", - "@vitest/ui": "~0.9.3", + "@vitest/ui": "~0.9.4", "c8": "~7.11.2", "conventional-changelog-cli": "~2.2.2", "cypress": "~9.5.4", @@ -124,7 +124,7 @@ "validator": "~13.7.0", "vite": "~2.9.5", "vitepress": "~0.22.3", - "vitest": "~0.9.3" + "vitest": "~0.9.4" }, "packageManager": "[email protected]", "engines": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4e256321..c6279122 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -8,7 +8,7 @@ specifiers: '@types/validator': ~13.7.2 '@typescript-eslint/eslint-plugin': ~5.20.0 '@typescript-eslint/parser': ~5.20.0 - '@vitest/ui': ~0.9.3 + '@vitest/ui': ~0.9.4 c8: ~7.11.2 conventional-changelog-cli: ~2.2.2 cypress: ~9.5.4 @@ -36,7 +36,7 @@ specifiers: validator: ~13.7.0 vite: ~2.9.5 vitepress: ~0.22.3 - vitest: ~0.9.3 + vitest: ~0.9.4 devDependencies: '@types/markdown-it': 12.2.3 |
