diff --git a/packages/typo3-docs-theme/package-lock.json b/packages/typo3-docs-theme/package-lock.json index 78c914e9c..dc3ea1e5f 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.85.1", "stylelint": "^16.15.0", - "vite": "^6.2.0" + "vite": "^6.2.1" }, "engines": { "node": ">=18.15.0 <21.0.0" @@ -4874,9 +4874,9 @@ } }, "node_modules/vite": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/vite/-/vite-6.2.0.tgz", - "integrity": "sha512-7dPxoo+WsT/64rDcwoOjk76XHj+TqNTIvHKcuMQ1k4/SeHDaQt5GFAeLYzrimZrMpn/O6DtdI03WUjdxuPM0oQ==", + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/vite/-/vite-6.2.1.tgz", + "integrity": "sha512-n2GnqDb6XPhlt9B8olZPrgMD/es/Nd1RdChF6CBD/fHW6pUyUTt2sQW2fPRX5GiD9XEa6+8A6A4f2vT6pSsE7Q==", "dev": true, "license": "MIT", "dependencies": { diff --git a/packages/typo3-docs-theme/package.json b/packages/typo3-docs-theme/package.json index cc6703ac9..04a917dad 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.85.1", "stylelint": "^16.15.0", - "vite": "^6.2.0" + "vite": "^6.2.1" }, "scripts": { "build": "vite build && grunt build",