chore(deps-dev): bump vite from 5.0.12 to 5.0.13 (#250)

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.12 to 5.0.13.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.0.13/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.0.13/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

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] 2024-04-03 18:07:23 -05:00 committed by GitHub
parent 05b4615af9
commit 533bff5f9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -88,7 +88,7 @@
"tailwindcss": "^3.1.8", "tailwindcss": "^3.1.8",
"url": "^0.11.0", "url": "^0.11.0",
"util": "^0.12.5", "util": "^0.12.5",
"vite": "^5.0.12", "vite": "^5.0.13",
"vite-plugin-node-polyfills": "^0.19.0", "vite-plugin-node-polyfills": "^0.19.0",
"vite-plugin-pwa": "^0.19.2", "vite-plugin-pwa": "^0.19.2",
"vite-plugin-svgr": "^4.2.0", "vite-plugin-svgr": "^4.2.0",
@ -29437,9 +29437,9 @@
} }
}, },
"node_modules/vite": { "node_modules/vite": {
"version": "5.0.12", "version": "5.0.13",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.0.12.tgz", "resolved": "https://registry.npmjs.org/vite/-/vite-5.0.13.tgz",
"integrity": "sha512-4hsnEkG3q0N4Tzf1+t6NdN9dg/L3BM+q8SWgbSPnJvrgH2kgdyzfVJwbR1ic69/4uMJJ/3dqDZZE5/WwqW8U1w==", "integrity": "sha512-/9ovhv2M2dGTuA+dY93B9trfyWMDRQw2jdVBhHNP6wr0oF34wG2i/N55801iZIpgUpnHDm4F/FabGQLyc+eOgg==",
"dependencies": { "dependencies": {
"esbuild": "^0.19.3", "esbuild": "^0.19.3",
"postcss": "^8.4.32", "postcss": "^8.4.32",
@ -52997,9 +52997,9 @@
} }
}, },
"vite": { "vite": {
"version": "5.0.12", "version": "5.0.13",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.0.12.tgz", "resolved": "https://registry.npmjs.org/vite/-/vite-5.0.13.tgz",
"integrity": "sha512-4hsnEkG3q0N4Tzf1+t6NdN9dg/L3BM+q8SWgbSPnJvrgH2kgdyzfVJwbR1ic69/4uMJJ/3dqDZZE5/WwqW8U1w==", "integrity": "sha512-/9ovhv2M2dGTuA+dY93B9trfyWMDRQw2jdVBhHNP6wr0oF34wG2i/N55801iZIpgUpnHDm4F/FabGQLyc+eOgg==",
"requires": { "requires": {
"esbuild": "^0.19.3", "esbuild": "^0.19.3",
"fsevents": "~2.3.3", "fsevents": "~2.3.3",

View File

@ -120,7 +120,7 @@
"tailwindcss": "^3.1.8", "tailwindcss": "^3.1.8",
"url": "^0.11.0", "url": "^0.11.0",
"util": "^0.12.5", "util": "^0.12.5",
"vite": "^5.0.12", "vite": "^5.0.13",
"vite-plugin-node-polyfills": "^0.19.0", "vite-plugin-node-polyfills": "^0.19.0",
"vite-plugin-pwa": "^0.19.2", "vite-plugin-pwa": "^0.19.2",
"vite-plugin-svgr": "^4.2.0", "vite-plugin-svgr": "^4.2.0",