diff --git a/packages/typo3-docs-theme/package-lock.json b/packages/typo3-docs-theme/package-lock.json index dd0aaffe3..e0f0795c9 100644 --- a/packages/typo3-docs-theme/package-lock.json +++ b/packages/typo3-docs-theme/package-lock.json @@ -12,7 +12,7 @@ "@popperjs/core": "^2.11.8", "bootstrap": "^5.3.8", "lodash.debounce": "^4.0.8", - "react": "^19.2.5", + "react": "^19.2.6", "react-dom": "^19.2.5" }, "devDependencies": { @@ -3531,9 +3531,9 @@ } }, "node_modules/react": { - "version": "19.2.5", - "resolved": "https://registry.npmjs.org/react/-/react-19.2.5.tgz", - "integrity": "sha512-llUJLzz1zTUBrskt2pwZgLq59AemifIftw4aB7JxOqf1HY2FDaGDxgwpAPVzHU1kdWabH7FauP4i1oEeer2WCA==", + "version": "19.2.6", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.6.tgz", + "integrity": "sha512-sfWGGfavi0xr8Pg0sVsyHMAOziVYKgPLNrS7ig+ivMNb3wbCBw3KxtflsGBAwD3gYQlE/AEZsTLgToRrSCjb0Q==", "license": "MIT", "engines": { "node": ">=0.10.0" diff --git a/packages/typo3-docs-theme/package.json b/packages/typo3-docs-theme/package.json index 89cf01e23..97ef67d00 100644 --- a/packages/typo3-docs-theme/package.json +++ b/packages/typo3-docs-theme/package.json @@ -7,7 +7,7 @@ "@popperjs/core": "^2.11.8", "bootstrap": "^5.3.8", "lodash.debounce": "^4.0.8", - "react": "^19.2.5", + "react": "^19.2.6", "react-dom": "^19.2.5" }, "devDependencies": {