diff --git a/fe/package-lock.json b/fe/package-lock.json index a90f0a4a..879ee2d6 100644 --- a/fe/package-lock.json +++ b/fe/package-lock.json @@ -44,7 +44,7 @@ "rollup-plugin-visualizer": "^6.0.11", "start-server-and-test": "^2.1.5", "typescript": "~6.0.0", - "vite": "^8.0.3", + "vite": "^8.0.5", "vite-plugin-vue-devtools": "^8.1.1", "vitest": "^4.1.2", "vue-tsc": "^3.2.6" @@ -1487,9 +1487,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1507,9 +1504,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1527,9 +1521,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1547,9 +1538,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1567,9 +1555,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1587,9 +1572,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -5917,9 +5899,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -5941,9 +5920,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -5965,9 +5941,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -5989,9 +5962,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -8515,9 +8485,9 @@ } }, "node_modules/vite": { - "version": "8.0.3", - "resolved": "https://registry.npmjs.org/vite/-/vite-8.0.3.tgz", - "integrity": "sha512-B9ifbFudT1TFhfltfaIPgjo9Z3mDynBTJSUYxTjOQruf/zHH+ezCQKcoqO+h7a9Pw9Nm/OtlXAiGT1axBgwqrQ==", + "version": "8.0.5", + "resolved": "https://registry.npmjs.org/vite/-/vite-8.0.5.tgz", + "integrity": "sha512-nmu43Qvq9UopTRfMx2jOYW5l16pb3iDC1JH6yMuPkpVbzK0k+L7dfsEDH4jRgYFmsg0sTAqkojoZgzLMlwHsCQ==", "dev": true, "license": "MIT", "dependencies": { @@ -8542,7 +8512,7 @@ "peerDependencies": { "@types/node": "^20.19.0 || >=22.12.0", "@vitejs/devtools": "^0.1.0", - "esbuild": "^0.27.0", + "esbuild": "^0.27.0 || ^0.28.0", "jiti": ">=1.21.0", "less": "^4.0.0", "sass": "^1.70.0", diff --git a/fe/package.json b/fe/package.json index 18446bef..0749aa38 100644 --- a/fe/package.json +++ b/fe/package.json @@ -63,7 +63,7 @@ "rollup-plugin-visualizer": "^6.0.11", "start-server-and-test": "^2.1.5", "typescript": "~6.0.0", - "vite": "^8.0.3", + "vite": "^8.0.5", "vite-plugin-vue-devtools": "^8.1.1", "vitest": "^4.1.2", "vue-tsc": "^3.2.6"