diff --git a/src/static/app/package-lock.json b/src/static/app/package-lock.json index bff3aba4..e6bdde60 100644 --- a/src/static/app/package-lock.json +++ b/src/static/app/package-lock.json @@ -37,7 +37,7 @@ }, "devDependencies": { "@vitejs/plugin-vue": "^6.0.0", - "vite": "^7.0.5" + "vite": "^7.1.6" } }, "node_modules/@babel/helper-string-parser": { @@ -8530,9 +8530,9 @@ } }, "node_modules/vite": { - "version": "7.1.5", - "resolved": "https://registry.npmmirror.com/vite/-/vite-7.1.5.tgz", - "integrity": "sha512-4cKBO9wR75r0BeIWWWId9XK9Lj6La5X846Zw9dFfzMRw38IlTk2iCcUt6hsyiDRcPidc55ZParFYDXi0nXOeLQ==", + "version": "7.1.6", + "resolved": "https://registry.npmjs.org/vite/-/vite-7.1.6.tgz", + "integrity": "sha512-SRYIB8t/isTwNn8vMB3MR6E+EQZM/WG1aKmmIUCfDXfVvKfc20ZpamngWHKzAmmu9ppsgxsg4b2I7c90JZudIQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/src/static/app/package.json b/src/static/app/package.json index 6c2f1661..a01ae348 100644 --- a/src/static/app/package.json +++ b/src/static/app/package.json @@ -41,6 +41,6 @@ }, "devDependencies": { "@vitejs/plugin-vue": "^6.0.0", - "vite": "^7.0.5" + "vite": "^7.1.6" } }