Bump vite from 4.4.2 to 4.4.3

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.4.2 to 4.4.3.
- [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.4.3/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]
2023-07-12 01:27:06 +00:00
committed by GitHub
parent 2c9c997d5a
commit 2b06a52705
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@@ -41,7 +41,7 @@
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"unocss": "^0.53.3",
"vite": "^4.0.0",
"vite": "^4.4.3",
"vite-plugin-compression2": "^0.10.2",
"vitest": "^0.33.0"
}
@@ -6436,12 +6436,12 @@
"dev": true
},
"node_modules/vite": {
"version": "4.4.2",
"resolved": "https://registry.npmjs.org/vite/-/vite-4.4.2.tgz",
"integrity": "sha512-zUcsJN+UvdSyHhYa277UHhiJ3iq4hUBwHavOpsNUGsTgjBeoBlK8eDt+iT09pBq0h9/knhG/SPrZiM7cGmg7NA==",
"version": "4.4.3",
"resolved": "https://registry.npmjs.org/vite/-/vite-4.4.3.tgz",
"integrity": "sha512-IMnXQXXWgLi5brBQx/4WzDxdzW0X3pjO4nqFJAuNvwKtxzAmPzFE1wszW3VDpAGQJm3RZkm/brzRdyGsnwgJIA==",
"dependencies": {
"esbuild": "^0.18.10",
"postcss": "^8.4.24",
"postcss": "^8.4.25",
"rollup": "^3.25.2"
},
"bin": {

View File

@@ -26,7 +26,7 @@
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"unocss": "^0.53.3",
"vite": "^4.0.0",
"vite": "^4.4.3",
"vite-plugin-compression2": "^0.10.2",
"vitest": "^0.33.0"
},