diff --git a/src/Garage.Web/package-lock.json b/src/Garage.Web/package-lock.json index 5c8b30e..c6e150a 100644 --- a/src/Garage.Web/package-lock.json +++ b/src/Garage.Web/package-lock.json @@ -42,7 +42,7 @@ "globals": "17.7.0", "typescript": "6.0.3", "typescript-eslint": "8.63.0", - "vite": "8.1.3" + "vite": "8.1.4" } }, "node_modules/@babel/code-frame": { @@ -2547,7 +2547,9 @@ "license": "ISC" }, "node_modules/picomatch": { - "version": "4.0.4", + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.5.tgz", + "integrity": "sha512-RvwwcruNjI1ncT5xRakeyS9Lf8lcItv34KD+aif+VH9kduAyfYBipGh12274xtenIPZ119/R9BdTBa8gAwSh0A==", "dev": true, "license": "MIT", "engines": { @@ -2838,16 +2840,16 @@ } }, "node_modules/vite": { - "version": "8.1.3", - "resolved": "https://registry.npmjs.org/vite/-/vite-8.1.3.tgz", - "integrity": "sha512-Ds+gBRbj0lwRO2Y5hwnUBdxSwlAve9LeRyU4sNnAr0ewW0gWF0n5bgXgUzbgZ49MV9BVUAQUFYVcDUcilUExMA==", + "version": "8.1.4", + "resolved": "https://registry.npmjs.org/vite/-/vite-8.1.4.tgz", + "integrity": "sha512-bTT9PsdWO+MQMNG9ZXIP/qM9wGh37DFxTV/sPq9cFpHr3w4jkgef032PkAL9jAqhk3Nz8NQw3O8n6/xFkqO4QQ==", "dev": true, "license": "MIT", "dependencies": { "lightningcss": "^1.32.0", - "picomatch": "^4.0.4", + "picomatch": "^4.0.5", "postcss": "^8.5.16", - "rolldown": "~1.1.3", + "rolldown": "~1.1.4", "tinyglobby": "^0.2.17" }, "bin": { diff --git a/src/Garage.Web/package.json b/src/Garage.Web/package.json index 281c96d..2f0d186 100644 --- a/src/Garage.Web/package.json +++ b/src/Garage.Web/package.json @@ -45,7 +45,7 @@ "globals": "17.7.0", "typescript": "6.0.3", "typescript-eslint": "8.63.0", - "vite": "8.1.3" + "vite": "8.1.4" }, "allowScripts": { "fsevents@2.3.3": true