diff --git a/packages/typo3-docs-theme/package-lock.json b/packages/typo3-docs-theme/package-lock.json index 43e0c0746..3e52fa6ed 100644 --- a/packages/typo3-docs-theme/package-lock.json +++ b/packages/typo3-docs-theme/package-lock.json @@ -28,7 +28,7 @@ "grunt-stylelint": "^0.20.1", "sass": "^1.83.0", "stylelint": "^16.12.0", - "vite": "^6.0.3" + "vite": "^6.0.4" }, "engines": { "node": ">=18.15.0 <21.0.0" @@ -4745,11 +4745,10 @@ } }, "node_modules/vite": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/vite/-/vite-6.0.3.tgz", - "integrity": "sha512-Cmuo5P0ENTN6HxLSo6IHsjCLn/81Vgrp81oaiFFMRa8gGDj5xEjIcEpf2ZymZtZR8oU0P2JX5WuUp/rlXcHkAw==", + "version": "6.0.4", + "resolved": "https://registry.npmjs.org/vite/-/vite-6.0.4.tgz", + "integrity": "sha512-zwlH6ar+6o6b4Wp+ydhtIKLrGM/LoqZzcdVmkGAFun0KHTzIzjh+h0kungEx7KJg/PYnC80I4TII9WkjciSR6Q==", "dev": true, - "license": "MIT", "dependencies": { "esbuild": "^0.24.0", "postcss": "^8.4.49", diff --git a/packages/typo3-docs-theme/package.json b/packages/typo3-docs-theme/package.json index 0a8376a08..1178b58be 100644 --- a/packages/typo3-docs-theme/package.json +++ b/packages/typo3-docs-theme/package.json @@ -23,7 +23,7 @@ "grunt-stylelint": "^0.20.1", "sass": "^1.83.0", "stylelint": "^16.12.0", - "vite": "^6.0.3" + "vite": "^6.0.4" }, "scripts": { "build": "vite build && grunt build",