Bump vite from 3.1.1 to 3.1.2 (#3358)

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v3.1.2/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-09-19 11:08:23 +02:00 committed by GitHub
parent 3b16ec9fe6
commit 974e9de89c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

View file

@ -102,7 +102,7 @@
"progress-promise": "^0.0.6",
"tar-fs": "^2.1.1",
"ts-node": "^10.9.1",
"vite": "^3.1.1",
"vite": "^3.1.2",
"vite-plugin-checker": "^0.5.1",
"vitest": "^0.23.4",
"webpack": "^5.74.0"

16
package-lock.json generated
View file

@ -86,7 +86,7 @@
"progress-promise": "^0.0.6",
"tar-fs": "^2.1.1",
"ts-node": "^10.9.1",
"vite": "^3.1.1",
"vite": "^3.1.2",
"vite-plugin-checker": "^0.5.1",
"vitest": "^0.23.4",
"webpack": "^5.74.0"
@ -15088,9 +15088,9 @@
"dev": true
},
"node_modules/vite": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/vite/-/vite-3.1.1.tgz",
"integrity": "sha512-hgxQWev/AL7nWYrqByYo8nfcH9n97v6oFsta9+JX8h6cEkni7nHKP2kJleNYV2kcGhE8jsbaY1aStwPZXzPbgA==",
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/vite/-/vite-3.1.2.tgz",
"integrity": "sha512-wTDKPkiVbeT+drTPdkuvjVIC/2vKKUc1w3qNOuwgpyvPCZF6fvdxB5v5WEcCsqaYea0zrwA4+XialJKCHM3oVQ==",
"dev": true,
"dependencies": {
"esbuild": "^0.15.6",
@ -19535,7 +19535,7 @@
"tar-fs": "^2.1.1",
"ts-node": "^10.9.1",
"use-react-router-breadcrumbs": "^2.0.2",
"vite": "^3.1.1",
"vite": "^3.1.2",
"vite-plugin-checker": "^0.5.1",
"vitest": "^0.23.4",
"webpack": "^5.74.0"
@ -27534,9 +27534,9 @@
}
},
"vite": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/vite/-/vite-3.1.1.tgz",
"integrity": "sha512-hgxQWev/AL7nWYrqByYo8nfcH9n97v6oFsta9+JX8h6cEkni7nHKP2kJleNYV2kcGhE8jsbaY1aStwPZXzPbgA==",
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/vite/-/vite-3.1.2.tgz",
"integrity": "sha512-wTDKPkiVbeT+drTPdkuvjVIC/2vKKUc1w3qNOuwgpyvPCZF6fvdxB5v5WEcCsqaYea0zrwA4+XialJKCHM3oVQ==",
"dev": true,
"requires": {
"esbuild": "^0.15.6",