Bump vite from 3.0.8 to 3.0.9 (#3149)

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 3.0.8 to 3.0.9.
- [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.0.9/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-08-22 16:29:56 +02:00 committed by GitHub
parent ce140245e7
commit 0f916299ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -74,7 +74,7 @@
"tar-fs": "^2.1.1",
"ts-node": "^10.9.1",
"typescript": "^4.7.4",
"vite": "^3.0.8",
"vite": "^3.0.9",
"vite-plugin-checker": "^0.4.8",
"vitest": "^0.22.1",
"webpack": "^5.74.0"
@ -13520,9 +13520,9 @@
"license": "MIT"
},
"node_modules/vite": {
"version": "3.0.8",
"resolved": "https://registry.npmjs.org/vite/-/vite-3.0.8.tgz",
"integrity": "sha512-AOZ4eN7mrkJiOLuw8IA7piS4IdOQyQCA81GxGsAQvAZzMRi9ZwGB3TOaYsj4uLAWK46T5L4AfQ6InNGlxX30IQ==",
"version": "3.0.9",
"resolved": "https://registry.npmjs.org/vite/-/vite-3.0.9.tgz",
"integrity": "sha512-waYABTM+G6DBTCpYAxvevpG50UOlZuynR0ckTK5PawNVt7ebX6X7wNXHaGIO6wYYFXSM7/WcuFuO2QzhBB6aMw==",
"dev": true,
"dependencies": {
"esbuild": "^0.14.47",
@ -23309,9 +23309,9 @@
}
},
"vite": {
"version": "3.0.8",
"resolved": "https://registry.npmjs.org/vite/-/vite-3.0.8.tgz",
"integrity": "sha512-AOZ4eN7mrkJiOLuw8IA7piS4IdOQyQCA81GxGsAQvAZzMRi9ZwGB3TOaYsj4uLAWK46T5L4AfQ6InNGlxX30IQ==",
"version": "3.0.9",
"resolved": "https://registry.npmjs.org/vite/-/vite-3.0.9.tgz",
"integrity": "sha512-waYABTM+G6DBTCpYAxvevpG50UOlZuynR0ckTK5PawNVt7ebX6X7wNXHaGIO6wYYFXSM7/WcuFuO2QzhBB6aMw==",
"dev": true,
"requires": {
"esbuild": "^0.14.47",

View file

@ -92,7 +92,7 @@
"tar-fs": "^2.1.1",
"ts-node": "^10.9.1",
"typescript": "^4.7.4",
"vite": "^3.0.8",
"vite": "^3.0.9",
"vite-plugin-checker": "^0.4.8",
"vitest": "^0.22.1",
"webpack": "^5.74.0"