Skip to content

Commit

Permalink
chore(deps): update dependency vite to v4.5.3 [security]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 22, 2024
1 parent 4e7e3a2 commit 531954d
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion npm/react/package.json
Expand Up @@ -28,7 +28,7 @@
"react-router-dom": "6.0.0-alpha.1",
"semver": "^7.5.3",
"typescript": "^4.7.4",
"vite": "4.5.2",
"vite": "4.5.3",
"vite-plugin-require-transform": "1.0.12"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion npm/vite-dev-server/package.json
Expand Up @@ -26,7 +26,7 @@
"mocha": "^9.2.2",
"sinon": "^13.0.1",
"ts-node": "^10.9.2",
"vite": "4.5.2",
"vite": "4.5.3",
"vite-plugin-inspect": "0.7.24"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion npm/vite-plugin-cypress-esm/package.json
Expand Up @@ -24,7 +24,7 @@
"react-query": "3.39.3",
"react-router": "6.10.0",
"react-router-dom": "6.10.0",
"vite": "4.5.2"
"vite": "4.5.3"
},
"files": [
"dist",
Expand Down
2 changes: 1 addition & 1 deletion npm/vue/package.json
Expand Up @@ -25,7 +25,7 @@
"globby": "^11.0.1",
"tailwindcss": "1.1.4",
"typescript": "^4.7.4",
"vite": "4.5.2",
"vite": "4.5.3",
"vue": "3.2.47",
"vue-i18n": "9.0.0-rc.6",
"vue-router": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Expand Up @@ -66,7 +66,7 @@
"rollup-plugin-polyfill-node": "^0.7.0",
"unplugin-icons": "0.13.2",
"unplugin-vue-components": "^0.24.1",
"vite": "4.5.2",
"vite": "4.5.3",
"vite-plugin-pages": "0.29.0",
"vite-plugin-vue-layouts": "0.8.0",
"vite-svg-loader": "4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/driver/package.json
Expand Up @@ -83,7 +83,7 @@
"unfetch": "4.1.0",
"url-parse": "1.5.9",
"vanilla-text-mask": "5.1.1",
"vite": "4.5.2",
"vite": "4.5.3",
"webpack": "^5.88.2",
"zone.js": "0.9.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend-shared/package.json
Expand Up @@ -71,7 +71,7 @@
"tailwindcss": "^3.3.1",
"unplugin-icons": "0.13.2",
"unplugin-vue-components": "^0.24.1",
"vite": "4.5.2",
"vite": "4.5.3",
"vite-plugin-components": "0.11.3",
"vite-svg-loader": "4.0.0",
"vue": "3.2.47",
Expand Down
2 changes: 1 addition & 1 deletion packages/launchpad/package.json
Expand Up @@ -60,7 +60,7 @@
"rollup-plugin-polyfill-node": "^0.7.0",
"type-fest": "^2.3.4",
"unplugin-vue-components": "0.24.1",
"vite": "4.5.2",
"vite": "4.5.3",
"vite-plugin-optimize-persist": "0.1.2",
"vite-plugin-package-config": "0.1.1",
"vite-svg-loader": "4.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -31008,10 +31008,10 @@ vite-svg-loader@4.0.0:
"@vue/compiler-sfc" "^3.2.20"
svgo "^3.0.2"

vite@4.5.2:
version "4.5.2"
resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.2.tgz#d6ea8610e099851dad8c7371599969e0f8b97e82"
integrity sha512-tBCZBNSBbHQkaGyhGCDUGqeo2ph8Fstyp6FMSvTtsXeZSPpSMGlviAOav2hxVTqFcx8Hj/twtWKsMJXNY0xI8w==
vite@4.5.3:
version "4.5.3"
resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.3.tgz#d88a4529ea58bae97294c7e2e6f0eab39a50fb1a"
integrity sha512-kQL23kMeX92v3ph7IauVkXkikdDRsYMGTVl5KY2E9OY4ONLvkHf04MDTbnfo6NKxZiDLWzVpP5oTa8hQD8U3dg==
dependencies:
esbuild "^0.18.10"
postcss "^8.4.27"
Expand Down

0 comments on commit 531954d

Please sign in to comment.