diff --git a/src/static/app/package-lock.json b/src/static/app/package-lock.json index e2cff06a..1aef938d 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.1.7" + "vite": "^7.1.9" } }, "node_modules/@babel/helper-string-parser": { @@ -8452,9 +8452,9 @@ } }, "node_modules/vite": { - "version": "7.1.7", - "resolved": "https://registry.npmjs.org/vite/-/vite-7.1.7.tgz", - "integrity": "sha512-VbA8ScMvAISJNJVbRDTJdCwqQoAareR/wutevKanhR2/1EkoXVZVkkORaYm/tNVCjP/UDTKtcw3bAkwOUdedmA==", + "version": "7.1.9", + "resolved": "https://registry.npmjs.org/vite/-/vite-7.1.9.tgz", + "integrity": "sha512-4nVGliEpxmhCL8DslSAUdxlB6+SMrhB0a1v5ijlh1xB1nEPuy1mxaHxysVucLHuWryAxLWg6a5ei+U4TLn/rFg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/src/static/app/package.json b/src/static/app/package.json index a393d986..7589ed4f 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.1.7" + "vite": "^7.1.9" } }