diff --git a/output/vue/package.json b/output/vue/package.json
index 8079fb631ffe..c14247a14818 100644
--- a/output/vue/package.json
+++ b/output/vue/package.json
@@ -42,7 +42,7 @@
     "replace-in-file": "^8.3.0",
     "tsx": "^4.19.3",
     "typescript": "^5.4.5",
-    "vite": "^6.3.2",
+    "vite": "^6.3.3",
     "vue": "^3.5.13",
     "vue-tsc": "^2.2.10"
   },
diff --git a/package-lock.json b/package-lock.json
index 693623452d59..6edb54e8430f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -74,7 +74,7 @@
         "tsx": "^4.19.3",
         "typescript": "^5.4.5",
         "validate-branch-name": "^1.3.2",
-        "vite": "^6.3.2",
+        "vite": "^6.3.3",
         "vitest": "^3.1.2",
         "xo": "^0.60.0",
         "zone.js": "~0.15.0"
@@ -37042,17 +37042,17 @@
       }
     },
     "node_modules/vite": {
-      "version": "6.3.2",
-      "resolved": "https://registry.npmjs.org/vite/-/vite-6.3.2.tgz",
-      "integrity": "sha512-ZSvGOXKGceizRQIZSz7TGJ0pS3QLlVY/9hwxVh17W3re67je1RKYzFHivZ/t0tubU78Vkyb9WnHPENSBCzbckg==",
+      "version": "6.3.3",
+      "resolved": "https://registry.npmjs.org/vite/-/vite-6.3.3.tgz",
+      "integrity": "sha512-5nXH+QsELbFKhsEfWLkHrvgRpTdGJzqOZ+utSdmPTvwHmvU6ITTm3xx+mRusihkcI8GeC7lCDyn3kDtiki9scw==",
       "license": "MIT",
       "dependencies": {
         "esbuild": "^0.25.0",
-        "fdir": "^6.4.3",
+        "fdir": "^6.4.4",
         "picomatch": "^4.0.2",
         "postcss": "^8.5.3",
         "rollup": "^4.34.9",
-        "tinyglobby": "^0.2.12"
+        "tinyglobby": "^0.2.13"
       },
       "bin": {
         "vite": "bin/vite.js"
@@ -37522,6 +37522,22 @@
         "fsevents": "~2.3.2"
       }
     },
+    "node_modules/vite/node_modules/tinyglobby": {
+      "version": "0.2.13",
+      "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.13.tgz",
+      "integrity": "sha512-mEwzpUgrLySlveBwEVDMKk5B57bhLPYovRfPAXD5gA/98Opn0rCDj3GtLwFvCvH5RK9uPCExUROW5NjDwvqkxw==",
+      "license": "MIT",
+      "dependencies": {
+        "fdir": "^6.4.4",
+        "picomatch": "^4.0.2"
+      },
+      "engines": {
+        "node": ">=12.0.0"
+      },
+      "funding": {
+        "url": "https://github.com/sponsors/SuperchupuDev"
+      }
+    },
     "node_modules/vitest": {
       "version": "3.1.2",
       "resolved": "https://registry.npmjs.org/vitest/-/vitest-3.1.2.tgz",
@@ -40216,7 +40232,7 @@
         "replace-in-file": "^8.3.0",
         "tsx": "^4.19.3",
         "typescript": "^5.4.5",
-        "vite": "^6.3.2",
+        "vite": "^6.3.3",
         "vue": "^3.5.13",
         "vue-tsc": "^2.2.10"
       }
@@ -40681,7 +40697,7 @@
         "sass": "1.85.0",
         "tsx": "^4.19.3",
         "typescript": "^5.4.5",
-        "vite": "^6.3.2"
+        "vite": "^6.3.3"
       }
     },
     "packages/migration": {
@@ -40884,7 +40900,7 @@
         "@vitejs/plugin-react": "^4.4.1",
         "cross-env": "^7.0.3",
         "typescript": "^5.4.5",
-        "vite": "^6.3.2"
+        "vite": "^6.3.3"
       }
     },
     "showcases/stencil-showcase": {
@@ -40908,7 +40924,7 @@
         "@vitejs/plugin-vue": "^5.2.3",
         "cross-env": "^7.0.3",
         "typescript": "^5.4.5",
-        "vite": "^6.3.2",
+        "vite": "^6.3.3",
         "vue-tsc": "^2.2.10"
       }
     }
diff --git a/package.json b/package.json
index e8e1592b3fbb..cf76c350b4af 100644
--- a/package.json
+++ b/package.json
@@ -104,7 +104,7 @@
     "tsx": "^4.19.3",
     "typescript": "^5.4.5",
     "validate-branch-name": "^1.3.2",
-    "vite": "^6.3.2",
+    "vite": "^6.3.3",
     "vitest": "^3.1.2",
     "xo": "^0.60.0",
     "zone.js": "~0.15.0"
diff --git a/packages/foundations/package.json b/packages/foundations/package.json
index 9171ae87970d..883938354e44 100644
--- a/packages/foundations/package.json
+++ b/packages/foundations/package.json
@@ -55,7 +55,7 @@
     "sass": "1.85.0",
     "tsx": "^4.19.3",
     "typescript": "^5.4.5",
-    "vite": "^6.3.2"
+    "vite": "^6.3.3"
   },
   "publishConfig": {
     "registry": "https://registry.npmjs.org/",
diff --git a/showcases/react-showcase/package.json b/showcases/react-showcase/package.json
index f58017890fa5..bf2d2eaadf05 100644
--- a/showcases/react-showcase/package.json
+++ b/showcases/react-showcase/package.json
@@ -28,6 +28,6 @@
     "@vitejs/plugin-react": "^4.4.1",
     "cross-env": "^7.0.3",
     "typescript": "^5.4.5",
-    "vite": "^6.3.2"
+    "vite": "^6.3.3"
   }
 }
diff --git a/showcases/vue-showcase/package.json b/showcases/vue-showcase/package.json
index 643cc107cb55..968a76e92a22 100644
--- a/showcases/vue-showcase/package.json
+++ b/showcases/vue-showcase/package.json
@@ -20,7 +20,7 @@
     "@vitejs/plugin-vue": "^5.2.3",
     "cross-env": "^7.0.3",
     "typescript": "^5.4.5",
-    "vite": "^6.3.2",
+    "vite": "^6.3.3",
     "vue-tsc": "^2.2.10"
   }
 }