diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-04-01 14:21:51 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-04-01 14:21:51 +0000 |
| commit | 184e669c0f9d20616c9b6200f814b5b184b2d6bb (patch) | |
| tree | df2433ee44abf69a2a6824a3def4ecb90b3a45f1 | |
| parent | bc7bd571d8d6c70b046a3bda23c61c527ddb1d4a (diff) | |
| download | faker-184e669c0f9d20616c9b6200f814b5b184b2d6bb.tar.xz faker-184e669c0f9d20616c9b6200f814b5b184b2d6bb.zip | |
chore(deps): update dependency vite to ~2.9.1 (#741)
Co-authored-by: Renovate Bot <[email protected]>
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | pnpm-lock.yaml | 18 |
2 files changed, 10 insertions, 10 deletions
diff --git a/package.json b/package.json index a944d549..a291a30c 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "typedoc-plugin-missing-exports": "~0.22.6", "typescript": "~4.6.3", "validator": "~13.7.0", - "vite": "~2.9.0", + "vite": "~2.9.1", "vitepress": "~0.22.3", "vitest": "~0.8.0" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0ad84b50..c62140d0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -33,7 +33,7 @@ specifiers: typedoc-plugin-missing-exports: ~0.22.6 typescript: ~4.6.3 validator: ~13.7.0 - vite: ~2.9.0 + vite: ~2.9.1 vitepress: ~0.22.3 vitest: ~0.8.0 @@ -70,7 +70,7 @@ devDependencies: typedoc-plugin-missing-exports: [email protected] typescript: 4.6.3 validator: 13.7.0 - vite: 2.9.0 + vite: 2.9.1 vitepress: 0.22.3 vitest: 0.8.0_@[email protected][email protected] @@ -560,14 +560,14 @@ packages: eslint-visitor-keys: 3.3.0 dev: true - /@vitejs/plugin-vue/[email protected][email protected]: + /@vitejs/plugin-vue/[email protected][email protected]: resolution: {integrity: sha512-ev9AOlp0ljCaDkFZF3JwC/pD2N4Hh+r5srl5JHM6BKg5+99jiiK0rE/XaRs3pVm1wzyKkjUy/StBSoXX5fFzcw==} engines: {node: '>=12.0.0'} peerDependencies: vite: ^2.5.10 vue: ^3.2.25 dependencies: - vite: 2.9.0 + vite: 2.9.1 vue: 3.2.31 dev: true @@ -4374,8 +4374,8 @@ packages: extsprintf: 1.3.0 dev: true - /vite/2.9.0: - resolution: {integrity: sha512-5NAnNqzPmZzJvrswZGeTS2JHrBGIzIWJA2hBTTMYuoBVEMh0xwE0b5yyIXFxf7F07hrK4ugX2LJ7q6t7iIbd4Q==} + /vite/2.9.1: + resolution: {integrity: sha512-vSlsSdOYGcYEJfkQ/NeLXgnRv5zZfpAsdztkIrs7AZHV8RCMZQkwjo4DS5BnrYTqoWqLoUe1Cah4aVO4oNNqCQ==} engines: {node: '>=12.2.0'} hasBin: true peerDependencies: @@ -4405,9 +4405,9 @@ packages: dependencies: '@docsearch/css': 3.0.0 '@docsearch/js': 3.0.0 - '@vitejs/plugin-vue': [email protected][email protected] + '@vitejs/plugin-vue': [email protected][email protected] prismjs: 1.27.0 - vite: 2.9.0 + vite: 2.9.1 vue: 3.2.31 transitivePeerDependencies: - '@algolia/client-search' @@ -4446,7 +4446,7 @@ packages: local-pkg: 0.4.1 tinypool: 0.1.2 tinyspy: 0.3.0 - vite: 2.9.0 + vite: 2.9.1 transitivePeerDependencies: - less - sass |
