diff --git a/package-lock.json b/package-lock.json index 5b2de66..bc59b5d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -82,7 +82,7 @@ "npm-run-all": "^4.1.5", "prettier": "^2.8.8", "typescript": "^5.9.2", - "vite": "^7.3.0", + "vite": "^7.3.2", "vite-plugin-node-polyfills": "^0.24.0", "vite-plugin-pwa": "^1.2.0", "vue": "^3.4.19", @@ -17102,9 +17102,9 @@ "license": "MIT" }, "node_modules/vite": { - "version": "7.3.0", - "resolved": "https://registry.npmjs.org/vite/-/vite-7.3.0.tgz", - "integrity": "sha512-dZwN5L1VlUBewiP6H9s2+B3e3Jg96D0vzN+Ry73sOefebhYr9f94wwkMNN/9ouoU8pV1BqA1d1zGk8928cx0rg==", + "version": "7.3.2", + "resolved": "https://registry.npmjs.org/vite/-/vite-7.3.2.tgz", + "integrity": "sha512-Bby3NOsna2jsjfLVOHKes8sGwgl4TT0E6vvpYgnAYDIF/tie7MRaFthmKuHx1NSXjiTueXH3do80FMQgvEktRg==", "license": "MIT", "dependencies": { "esbuild": "^0.27.0", diff --git a/package.json b/package.json index dcc9950..3bcf087 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "npm-run-all": "^4.1.5", "prettier": "^2.8.8", "typescript": "^5.9.2", - "vite": "^7.3.0", + "vite": "^7.3.2", "vite-plugin-node-polyfills": "^0.24.0", "vite-plugin-pwa": "^1.2.0", "vue": "^3.4.19",