no log: Bump vite from 4.3.2 to 4.3.9 in /frontend (#2182)

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.3.2 to 4.3.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/v4.3.9/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] 2023-08-07 02:55:00 +08:00 committed by GitHub
parent 1834fbacd9
commit 643c120c91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -56,7 +56,7 @@
"recharts": "~2.5.0",
"sass": "^1.62.0",
"typescript": "^5",
"vite": "^4.3.0",
"vite": "^4.3.9",
"vite-plugin-checker": "^0.5.5",
"vitest": "^0.30.1"
}
@ -9884,13 +9884,13 @@
}
},
"node_modules/vite": {
"version": "4.3.2",
"resolved": "https://registry.npmjs.org/vite/-/vite-4.3.2.tgz",
"integrity": "sha512-9R53Mf+TBoXCYejcL+qFbZde+eZveQLDYd9XgULILLC1a5ZwPaqgmdVpL8/uvw2BM/1TzetWjglwm+3RO+xTyw==",
"version": "4.3.9",
"resolved": "https://registry.npmjs.org/vite/-/vite-4.3.9.tgz",
"integrity": "sha512-qsTNZjO9NoJNW7KnOrgYwczm0WctJ8m/yqYAMAK9Lxt4SoySUfS5S8ia9K7JHpa3KEeMfyF8LoJ3c5NeBJy6pg==",
"dev": true,
"dependencies": {
"esbuild": "^0.17.5",
"postcss": "^8.4.21",
"postcss": "^8.4.23",
"rollup": "^3.21.0"
},
"bin": {

View File

@ -61,7 +61,7 @@
"recharts": "~2.5.0",
"sass": "^1.62.0",
"typescript": "^5",
"vite": "^4.3.0",
"vite": "^4.3.9",
"vite-plugin-checker": "^0.5.5"
},
"scripts": {