diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-06-23 15:17:19 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-06-23 15:17:19 +0200 |
| commit | 74ad512c266333c6df293d979ecaf435544205fa (patch) | |
| tree | 32176d083ec1c7f0491dd68d170e72d3d5860975 | |
| parent | f943b78d1692ee6f0f3c2b37bf463bece416cc02 (diff) | |
| download | faker-74ad512c266333c6df293d979ecaf435544205fa.tar.xz faker-74ad512c266333c6df293d979ecaf435544205fa.zip | |
chore(deps): update vitest to ~0.15.2 (#1103)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| -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 b3d16879..b1be174e 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "@types/validator": "~13.7.3", "@typescript-eslint/eslint-plugin": "~5.29.0", "@typescript-eslint/parser": "~5.29.0", - "@vitest/ui": "~0.15.1", + "@vitest/ui": "~0.15.2", "c8": "~7.11.3", "conventional-changelog-cli": "~2.2.2", "cypress": "~10.2.0", @@ -133,7 +133,7 @@ "validator": "~13.7.0", "vite": "~2.9.12", "vitepress": "~0.22.4", - "vitest": "~0.15.1" + "vitest": "~0.15.2" }, "packageManager": "[email protected]", "engines": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3e0db035..2e263a32 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,7 +10,7 @@ specifiers: '@types/validator': ~13.7.3 '@typescript-eslint/eslint-plugin': ~5.29.0 '@typescript-eslint/parser': ~5.29.0 - '@vitest/ui': ~0.15.1 + '@vitest/ui': ~0.15.2 c8: ~7.11.3 conventional-changelog-cli: ~2.2.2 cypress: ~10.2.0 @@ -41,7 +41,7 @@ specifiers: validator: ~13.7.0 vite: ~2.9.12 vitepress: ~0.22.4 - vitest: ~0.15.1 + vitest: ~0.15.2 devDependencies: '@algolia/client-search': 4.13.1 @@ -53,7 +53,7 @@ devDependencies: '@types/validator': 13.7.3 '@typescript-eslint/eslint-plugin': 5.29.0_qqmbkyiaixvppdwswpytuf2hgm '@typescript-eslint/parser': 5.29.0_b5e7v2qnwxfo6hmiq56u52mz3e - '@vitest/ui': 0.15.1 + '@vitest/ui': 0.15.2 c8: 7.11.3 conventional-changelog-cli: 2.2.2 cypress: 10.2.0 @@ -84,7 +84,7 @@ devDependencies: validator: 13.7.0 vite: 2.9.12 vitepress: 0.22.4_twyhzqqpkwvvgrmyeapdo6i4my - vitest: 0.15.1_lryclptme362h3bk5obepplo7u + vitest: 0.15.2_3n2vqxucey6luurh5hz4gtqgy4 packages: @@ -644,8 +644,8 @@ packages: vue: 3.2.37 dev: true - /@vitest/ui/0.15.1: - resolution: {integrity: sha512-N3i9psUmiy0nqVXCtJI7QnLkIvwzsnc/AuTuH36+bB4Gtb/CcRa6k3EOHAn+riIAe8FdWUBJ3ogJIzMtN41m4g==} + /@vitest/ui/0.15.2: + resolution: {integrity: sha512-0L5Hhk7j6MPkMK3WONpbCLRFlbOZC8w/C5/LAU66iSBhahg3nJOXNuSxnr+l0KFNKYf10SNlZZ/E2H1vb2s7WQ==} dependencies: sirv: 2.0.2 dev: true @@ -4535,8 +4535,8 @@ packages: - stylus dev: true - /vitest/0.15.1_lryclptme362h3bk5obepplo7u: - resolution: {integrity: sha512-NaNFi93JKSuvV4YGnfQ0l0GKYxH0EsLcTrrXaCzd6qfVEZM/RJpjwSevg6waNFqu2DyN6e0aHHdrCZW5/vh5NA==} + /vitest/0.15.2_3n2vqxucey6luurh5hz4gtqgy4: + resolution: {integrity: sha512-cMabuUqu+nNHafkdN7H8Z20+UZTrrUfqjGwAoLwUwrqFGWBz3gXwxndjbLf6mgSFs9lF/JWjKeNM1CXKwtk26w==} engines: {node: '>=v14.16.0'} hasBin: true peerDependencies: @@ -4557,7 +4557,7 @@ packages: '@types/chai': 4.3.1 '@types/chai-subset': 1.3.3 '@types/node': 18.0.0 - '@vitest/ui': 0.15.1 + '@vitest/ui': 0.15.2 c8: 7.11.3 chai: 4.3.6 debug: 4.3.4 |
