Bump vite from 3.0.3 to 3.0.4

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 3.0.3 to 3.0.4.
- [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.4/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>
This commit is contained in:
dependabot[bot] 2022-07-29 11:12:11 +00:00 committed by Jon Koops
parent 48676e64e3
commit f1f3d0931c
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -83,7 +83,7 @@
"tar-fs": "^2.1.1",
"ts-node": "^10.9.1",
"typescript": "^4.7.4",
"vite": "^3.0.3",
"vite": "^3.0.4",
"vitest": "^0.19.0",
"webpack": "^5.74.0"
},
@ -18866,9 +18866,9 @@
"license": "MIT"
},
"node_modules/vite": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/vite/-/vite-3.0.3.tgz",
"integrity": "sha512-sDIpIcl3mv1NUaSzZwiXGEy1ZoWwwC2vkxUHY6yiDacR6zf//ZFuBJrozO62gedpE43pmxnLATNR5IYUdAEkMQ==",
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/vite/-/vite-3.0.4.tgz",
"integrity": "sha512-NU304nqnBeOx2MkQnskBQxVsa0pRAH5FphokTGmyy8M3oxbvw7qAXts2GORxs+h/2vKsD+osMhZ7An6yK6F1dA==",
"dev": true,
"dependencies": {
"esbuild": "^0.14.47",
@ -32114,9 +32114,9 @@
}
},
"vite": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/vite/-/vite-3.0.3.tgz",
"integrity": "sha512-sDIpIcl3mv1NUaSzZwiXGEy1ZoWwwC2vkxUHY6yiDacR6zf//ZFuBJrozO62gedpE43pmxnLATNR5IYUdAEkMQ==",
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/vite/-/vite-3.0.4.tgz",
"integrity": "sha512-NU304nqnBeOx2MkQnskBQxVsa0pRAH5FphokTGmyy8M3oxbvw7qAXts2GORxs+h/2vKsD+osMhZ7An6yK6F1dA==",
"dev": true,
"requires": {
"esbuild": "^0.14.47",

View file

@ -102,7 +102,7 @@
"tar-fs": "^2.1.1",
"ts-node": "^10.9.1",
"typescript": "^4.7.4",
"vite": "^3.0.3",
"vite": "^3.0.4",
"vitest": "^0.19.0",
"webpack": "^5.74.0"
},