diff --git a/packages/typo3-docs-theme/package-lock.json b/packages/typo3-docs-theme/package-lock.json index 29282c1cc..d6530af60 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.82.0", "stylelint": "^16.11.0", - "vite": "^6.0.2" + "vite": "^6.0.3" }, "engines": { "node": ">=18.15.0 <21.0.0" @@ -4845,9 +4845,9 @@ } }, "node_modules/vite": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/vite/-/vite-6.0.2.tgz", - "integrity": "sha512-XdQ+VsY2tJpBsKGs0wf3U/+azx8BBpYRHFAyKm5VeEZNOJZRB63q7Sc8Iup3k0TrN3KO6QgyzFf+opSbfY1y0g==", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/vite/-/vite-6.0.3.tgz", + "integrity": "sha512-Cmuo5P0ENTN6HxLSo6IHsjCLn/81Vgrp81oaiFFMRa8gGDj5xEjIcEpf2ZymZtZR8oU0P2JX5WuUp/rlXcHkAw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/packages/typo3-docs-theme/package.json b/packages/typo3-docs-theme/package.json index c9f717dda..a2b7f0be7 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.82.0", "stylelint": "^16.11.0", - "vite": "^6.0.2" + "vite": "^6.0.3" }, "scripts": { "build": "vite build && grunt build",