diff --git a/package-lock.json b/package-lock.json index df44a457f..5a85ea9fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "eslint-plugin-cypress": "^3.0.2", "happy-dom": "^14.7.1", "typescript": "^5.4.4", - "vite": "^5.2.3", + "vite": "^5.2.11", "vitest": "^1.3.1", "vue-template-compiler": "^2.7.16", "wait-on": "^7.2.0" @@ -17836,9 +17836,9 @@ } }, "node_modules/vite": { - "version": "5.2.8", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.2.8.tgz", - "integrity": "sha512-OyZR+c1CE8yeHw5V5t59aXsUPPVTHMDjEZz8MgguLL/Q7NblxhZUlTu9xSPqlsUO/y+X7dlU05jdhvyycD55DA==", + "version": "5.2.11", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.2.11.tgz", + "integrity": "sha512-HndV31LWW05i1BLPMUCE1B9E9GFbOu1MbenhS58FuK6owSO5qHm7GiCotrNY1YE5rMeQSFBGmT5ZaLEjFizgiQ==", "dev": true, "dependencies": { "esbuild": "^0.20.1", @@ -32408,9 +32408,9 @@ } }, "vite": { - "version": "5.2.8", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.2.8.tgz", - "integrity": "sha512-OyZR+c1CE8yeHw5V5t59aXsUPPVTHMDjEZz8MgguLL/Q7NblxhZUlTu9xSPqlsUO/y+X7dlU05jdhvyycD55DA==", + "version": "5.2.11", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.2.11.tgz", + "integrity": "sha512-HndV31LWW05i1BLPMUCE1B9E9GFbOu1MbenhS58FuK6owSO5qHm7GiCotrNY1YE5rMeQSFBGmT5ZaLEjFizgiQ==", "dev": true, "requires": { "esbuild": "^0.20.1", diff --git a/package.json b/package.json index b83b29731..8389f069f 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "eslint-plugin-cypress": "^3.0.2", "happy-dom": "^14.7.1", "typescript": "^5.4.4", - "vite": "^5.2.3", + "vite": "^5.2.11", "vitest": "^1.3.1", "vue-template-compiler": "^2.7.16", "wait-on": "^7.2.0"