diff --git a/package-lock.json b/package-lock.json index baff0a27e8..1f3350fd7e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -62,7 +62,7 @@ "stylelint-prettier": "^5.0.2", "svgo": "^3.3.2", "typescript": "^5.5.4", - "vite": "^5.4.7", + "vite": "^5.4.8", "vitest": "^2.0.3", "vitest-github-actions-reporter": "^0.11.1" } @@ -40723,9 +40723,9 @@ } }, "node_modules/vite": { - "version": "5.4.7", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.7.tgz", - "integrity": "sha512-5l2zxqMEPVENgvzTuBpHer2awaetimj2BGkhBPdnwKbPNOlHsODU+oiazEZzLK7KhAnOrO+XGYJYn4ZlUhDtDQ==", + "version": "5.4.8", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.8.tgz", + "integrity": "sha512-FqrItQ4DT1NC4zCUqMB4c4AZORMKIa0m8/URVCZ77OZ/QSNeJ54bU1vrFADbDsuwfIPcgknRkmqakQcgnL4GiQ==", "dependencies": { "esbuild": "^0.21.3", "postcss": "^8.4.43", @@ -42353,7 +42353,7 @@ "rollup-plugin-preserve-directives": "^0.4.0", "typescript": "^5.5.4", "typescript-plugin-css-modules": "^5.1.0", - "vite": "^5.4.7" + "vite": "^5.4.8" }, "engines": { "node": ">=18" @@ -49335,7 +49335,7 @@ "temporal-polyfill": "^0.2.5", "typescript": "^5.5.4", "typescript-plugin-css-modules": "^5.1.0", - "vite": "^5.4.7" + "vite": "^5.4.8" } }, "@sumup/cna-template": { @@ -70513,9 +70513,9 @@ } }, "vite": { - "version": "5.4.7", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.7.tgz", - "integrity": "sha512-5l2zxqMEPVENgvzTuBpHer2awaetimj2BGkhBPdnwKbPNOlHsODU+oiazEZzLK7KhAnOrO+XGYJYn4ZlUhDtDQ==", + "version": "5.4.8", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.8.tgz", + "integrity": "sha512-FqrItQ4DT1NC4zCUqMB4c4AZORMKIa0m8/URVCZ77OZ/QSNeJ54bU1vrFADbDsuwfIPcgknRkmqakQcgnL4GiQ==", "requires": { "esbuild": "^0.21.3", "fsevents": "~2.3.3", diff --git a/package.json b/package.json index a96e923640..fb6b6b9c4a 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "stylelint-prettier": "^5.0.2", "svgo": "^3.3.2", "typescript": "^5.5.4", - "vite": "^5.4.7", + "vite": "^5.4.8", "vitest": "^2.0.3", "vitest-github-actions-reporter": "^0.11.1" } diff --git a/packages/circuit-ui/package.json b/packages/circuit-ui/package.json index 9406eec778..91348fdaac 100644 --- a/packages/circuit-ui/package.json +++ b/packages/circuit-ui/package.json @@ -85,7 +85,7 @@ "rollup-plugin-preserve-directives": "^0.4.0", "typescript": "^5.5.4", "typescript-plugin-css-modules": "^5.1.0", - "vite": "^5.4.7" + "vite": "^5.4.8" }, "peerDependencies": { "@emotion/is-prop-valid": "^1.2.1",