diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-05-06 10:03:06 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-05-06 10:03:06 +0200 |
| commit | cda8323883bb1090baa1162ed3850c4408a5f037 (patch) | |
| tree | ea7a86c25d8509f0e08da6a7a9d2d1defacc7918 | |
| parent | 0b2863e1f9a5a44c483e9a42cea09584ee728338 (diff) | |
| download | faker-cda8323883bb1090baa1162ed3850c4408a5f037.tar.xz faker-cda8323883bb1090baa1162ed3850c4408a5f037.zip | |
chore(deps): update vitest to ~0.10.4 (#928)
| -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 b39e4e63..424813ec 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "@types/validator": "~13.7.2", "@typescript-eslint/eslint-plugin": "~5.22.0", "@typescript-eslint/parser": "~5.22.0", - "@vitest/ui": "~0.10.2", + "@vitest/ui": "~0.10.4", "c8": "~7.11.2", "conventional-changelog-cli": "~2.2.2", "cypress": "~9.6.0", @@ -131,7 +131,7 @@ "validator": "~13.7.0", "vite": "~2.9.8", "vitepress": "~0.22.3", - "vitest": "~0.10.2" + "vitest": "~0.10.4" }, "packageManager": "[email protected]", "engines": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 38f956fb..2e8ad284 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,7 +10,7 @@ specifiers: '@types/validator': ~13.7.2 '@typescript-eslint/eslint-plugin': ~5.22.0 '@typescript-eslint/parser': ~5.22.0 - '@vitest/ui': ~0.10.2 + '@vitest/ui': ~0.10.4 c8: ~7.11.2 conventional-changelog-cli: ~2.2.2 cypress: ~9.6.0 @@ -41,7 +41,7 @@ specifiers: validator: ~13.7.0 vite: ~2.9.8 vitepress: ~0.22.3 - vitest: ~0.10.2 + vitest: ~0.10.4 devDependencies: '@algolia/client-search': 4.13.0 @@ -53,7 +53,7 @@ devDependencies: '@types/validator': 13.7.2 '@typescript-eslint/eslint-plugin': 5.22.0_lnjlwhtxjffjmj5o7dnwvwyqxq '@typescript-eslint/parser': 5.22.0_t725usgvqspm5woeqpaxbfp2qu - '@vitest/ui': 0.10.2 + '@vitest/ui': 0.10.4 c8: 7.11.2 conventional-changelog-cli: 2.2.2 cypress: 9.6.0 @@ -84,7 +84,7 @@ devDependencies: validator: 13.7.0 vite: 2.9.8 vitepress: 0.22.3_kn36e22syauasb4m7s72m2cfwa - vitest: 0.10.2_psihcmhmrlrkhevakbcy5k6nlu + vitest: 0.10.4_jgmf3rhp3qvwlobhvfjgg7rj2i packages: @@ -626,8 +626,8 @@ packages: vue: 3.2.33 dev: true - /@vitest/ui/0.10.2: - resolution: {integrity: sha512-sFaTxareiJwBJNNyw+fHLbsvpFSYI/6qipazjA5mdVkzEGVYUzOgOTVFluu9GPJmwrdGhnumeJEB/+VUOE1Shw==} + /@vitest/ui/0.10.4: + resolution: {integrity: sha512-q35mhIa/6jMgkZrvBjlgJn505AzIPHYJpY248u41PG48NwnFbDYQEJuJb01V1bwCjOwQV9balKoauMkC6M1MUw==} dependencies: sirv: 2.0.2 dev: true @@ -4528,8 +4528,8 @@ packages: - stylus dev: true - /vitest/0.10.2_psihcmhmrlrkhevakbcy5k6nlu: - resolution: {integrity: sha512-41D+nhswCco5vy1NXmpAjZX11Aj+HMnyhjWQD12piwHibf4bvdTGtni56UcFWcvONVoIForgDuLrKSohHJjwQA==} + /vitest/0.10.4_jgmf3rhp3qvwlobhvfjgg7rj2i: + resolution: {integrity: sha512-FJ2av2PVozmyz9nqHRoC3H8j2z0OQXj8P8jS5oyMY9mfPWB06GS5k/1Ot++TkVBLQRHZCcVzjbK4BO7zqAJZGQ==} engines: {node: '>=v14.16.0'} hasBin: true peerDependencies: @@ -4549,7 +4549,7 @@ packages: dependencies: '@types/chai': 4.3.1 '@types/chai-subset': 1.3.3 - '@vitest/ui': 0.10.2 + '@vitest/ui': 0.10.4 c8: 7.11.2 chai: 4.3.6 local-pkg: 0.4.1 |
