diff --git a/package-lock.json b/package-lock.json index a0b95b2484..e30d396c4f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -65,7 +65,7 @@ "stylelint-prettier": "^5.0.2", "svgo": "^3.3.2", "typescript": "^5.7.3", - "vite": "^5.4.11", + "vite": "^5.4.12", "vitest": "^3.0.2", "vitest-github-actions-reporter": "^0.11.1" } @@ -40893,9 +40893,9 @@ } }, "node_modules/vite": { - "version": "5.4.11", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.11.tgz", - "integrity": "sha512-c7jFQRklXua0mTzneGW9QVyxFjUgwcihC4bXEtujIo2ouWCe1Ajt/amn2PCxYnhYfd5k09JX3SB7OYWFKYqj8Q==", + "version": "5.4.12", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.12.tgz", + "integrity": "sha512-KwUaKB27TvWwDJr1GjjWthLMATbGEbeWYZIbGZ5qFIsgPP3vWzLu4cVooqhm5/Z2SPDUMjyPVjTztm5tYKwQxA==", "license": "MIT", "dependencies": { "esbuild": "^0.21.3", @@ -42844,7 +42844,7 @@ "temporal-polyfill": "^0.2.5", "typescript": "^5.7.3", "typescript-plugin-css-modules": "^5.1.0", - "vite": "^5.4.11" + "vite": "^5.4.12" }, "engines": { "node": ">=20" diff --git a/package.json b/package.json index 24585395d4..ad4678941b 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "stylelint-prettier": "^5.0.2", "svgo": "^3.3.2", "typescript": "^5.7.3", - "vite": "^5.4.11", + "vite": "^5.4.12", "vitest": "^3.0.2", "vitest-github-actions-reporter": "^0.11.1" }, diff --git a/packages/circuit-ui/package.json b/packages/circuit-ui/package.json index 25f4a6e63b..92664a3958 100644 --- a/packages/circuit-ui/package.json +++ b/packages/circuit-ui/package.json @@ -83,7 +83,7 @@ "temporal-polyfill": "^0.2.5", "typescript": "^5.7.3", "typescript-plugin-css-modules": "^5.1.0", - "vite": "^5.4.11" + "vite": "^5.4.12" }, "peerDependencies": { "@emotion/is-prop-valid": "^1.2.1",