diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-01-22 16:10:13 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-01-22 16:10:13 +0100 |
| commit | 88d83929b78f0a18abc42e8ae6e783d79b32aec3 (patch) | |
| tree | b263b406d9cd091f4c6382f110cb4b7e5a5a9977 | |
| parent | e675aaac1cc77065e25761ce2f1343669b23b0b8 (diff) | |
| download | faker-88d83929b78f0a18abc42e8ae6e783d79b32aec3.tar.xz faker-88d83929b78f0a18abc42e8ae6e783d79b32aec3.zip | |
chore(deps): update vitest to ~0.27.3 (#1762)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| -rw-r--r-- | package.json | 6 | ||||
| -rw-r--r-- | pnpm-lock.yaml | 39 |
2 files changed, 25 insertions, 20 deletions
diff --git a/package.json b/package.json index ed591529..1cee9faa 100644 --- a/package.json +++ b/package.json @@ -93,8 +93,8 @@ "@types/validator": "~13.7.10", "@typescript-eslint/eslint-plugin": "~5.48.1", "@typescript-eslint/parser": "~5.48.1", - "@vitest/coverage-c8": "~0.27.1", - "@vitest/ui": "~0.27.1", + "@vitest/coverage-c8": "~0.27.3", + "@vitest/ui": "~0.27.3", "@vueuse/core": "~9.11.0", "c8": "~7.12.0", "conventional-changelog-cli": "~2.2.2", @@ -125,7 +125,7 @@ "validator": "~13.7.0", "vite": "~4.0.4", "vitepress": "1.0.0-alpha.36", - "vitest": "~0.27.1", + "vitest": "~0.27.3", "vue": "~3.2.45" }, "packageManager": "[email protected]", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 76b7bf89..ab9c08cc 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -13,8 +13,8 @@ specifiers: '@types/validator': ~13.7.10 '@typescript-eslint/eslint-plugin': ~5.48.1 '@typescript-eslint/parser': ~5.48.1 - '@vitest/coverage-c8': ~0.27.1 - '@vitest/ui': ~0.27.1 + '@vitest/coverage-c8': ~0.27.3 + '@vitest/ui': ~0.27.3 '@vueuse/core': ~9.11.0 c8: ~7.12.0 conventional-changelog-cli: ~2.2.2 @@ -45,7 +45,7 @@ specifiers: validator: ~13.7.0 vite: ~4.0.4 vitepress: 1.0.0-alpha.36 - vitest: ~0.27.1 + vitest: ~0.27.3 vue: ~3.2.45 devDependencies: @@ -61,8 +61,8 @@ devDependencies: '@types/validator': 13.7.10 '@typescript-eslint/eslint-plugin': 5.48.1_oomjohfipuyaxs2zyomcx4f5by '@typescript-eslint/parser': 5.48.1_7uibuqfxkfaozanbtbziikiqje - '@vitest/coverage-c8': 0.27.1_@[email protected] - '@vitest/ui': 0.27.1 + '@vitest/coverage-c8': 0.27.3_@[email protected] + '@vitest/ui': 0.27.3 '@vueuse/core': [email protected] c8: 7.12.0 conventional-changelog-cli: 2.2.2 @@ -93,7 +93,7 @@ devDependencies: validator: 13.7.0 vite: 4.0.4_@[email protected] vitepress: 1.0.0-alpha.36_nz3etwnwfxsouz7hp3srfpkcue - vitest: 0.27.1_@[email protected] + vitest: 0.27.3_@[email protected] vue: 3.2.45 packages: @@ -1228,11 +1228,11 @@ packages: vue: 3.2.45 dev: true - /@vitest/coverage-c8/0.27.1_@[email protected]: - resolution: {integrity: sha512-/9VTGDIAp4hv8PBawfyijxhkiyucfOxFRRP+7kzy3Dj0wONy1Mc2MBoPmiH4aZVc0LViQqecrQLs8JVGt42keA==} + /@vitest/coverage-c8/0.27.3_@[email protected]: + resolution: {integrity: sha512-xIN4FXXwJqeP6z0gfQ06gbyBMRN2mYvZ4/mn4F96mKXzch0Y93fBeS81eo7D/2YtjbeJBUcU9/amPVb2T+h83Q==} dependencies: c8: 7.12.0 - vitest: 0.27.1_@[email protected] + vitest: 0.27.3_@[email protected] transitivePeerDependencies: - '@edge-runtime/vm' - '@vitest/browser' @@ -1247,8 +1247,8 @@ packages: - terser dev: true - /@vitest/ui/0.27.1: - resolution: {integrity: sha512-o9LmWY/XyWt5Pqb+bLLK+N3Vk+PP2jqrdDDMEAY43dB6vtZ+gYuOt5IutUfB7gXeJ6xeIlzUZ/OabrR3leldCA==} + /@vitest/ui/0.27.3: + resolution: {integrity: sha512-paqgFZHZ6zjrH4WUv4cjnscU6AHj9GC/Rj7ZD1mfV2Ihd6S04UZI11TMGYGK4sz1hqxlRgmQiONJfAM7tQiF/w==} dependencies: fast-glob: 3.2.12 flatted: 3.2.7 @@ -4708,6 +4708,10 @@ packages: yargs: 16.2.0 dev: true + /std-env/3.3.1: + resolution: {integrity: sha512-3H20QlwQsSm2OvAxWIYhs+j01MzzqwMwGiiO1NQaJYZgJZFPuAbf95/DiKRBSTYIJ2FeGUc+B/6mPGcWP9dO3Q==} + dev: true + /string-width/4.2.3: resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==} engines: {node: '>=8'} @@ -5126,8 +5130,8 @@ packages: extsprintf: 1.3.0 dev: true - /vite-node/0.27.1_@[email protected]: - resolution: {integrity: sha512-d6+ue/3NzsfndWaPbYh/bFkHbmAWfDXI4B874zRx+WREnG6CUHUbBC8lKaRYZjeR6gCPN5m1aVNNRXBYICA9XA==} + /vite-node/0.27.3_@[email protected]: + resolution: {integrity: sha512-eyJYOO64o5HIp8poc4bJX+ZNBwMZeI3f6/JdiUmJgW02Mt7LnoCtDMRVmLaY9S05SIsjGe339ZK4uo2wQ+bF9g==} engines: {node: '>=v14.16.0'} hasBin: true dependencies: @@ -5210,8 +5214,8 @@ packages: - terser dev: true - /vitest/0.27.1_@[email protected]: - resolution: {integrity: sha512-1sIpQ1DVFTEn7c1ici1XHcVfdU4nKiBmPtPAtGKJJJLuJjojTv/OHGgcf69P57alM4ty8V4NMv+7Yoi5Cxqx9g==} + /vitest/0.27.3_@[email protected]: + resolution: {integrity: sha512-Ld3UVgRVhJUtqvQ3dW89GxiApFAgBsWJZBCWzK+gA3w2yG68csXlGZZ4WDJURf+8ecNfgrScga6xY+8YSOpiMg==} engines: {node: '>=v14.16.0'} hasBin: true peerDependencies: @@ -5235,7 +5239,7 @@ packages: '@types/chai': 4.3.4 '@types/chai-subset': 1.3.3 '@types/node': 18.11.18 - '@vitest/ui': 0.27.1 + '@vitest/ui': 0.27.3 acorn: 8.8.1 acorn-walk: 8.2.0 cac: 6.7.14 @@ -5244,12 +5248,13 @@ packages: local-pkg: 0.4.2 picocolors: 1.0.0 source-map: 0.6.1 + std-env: 3.3.1 strip-literal: 1.0.0 tinybench: 2.3.1 tinypool: 0.3.0 tinyspy: 1.0.2 vite: 4.0.4_@[email protected] - vite-node: 0.27.1_@[email protected] + vite-node: 0.27.3_@[email protected] why-is-node-running: 2.2.2 transitivePeerDependencies: - less |
