diff --git a/document-conversion/package-lock.json b/document-conversion/package-lock.json index 6d7a1a8..559da88 100644 --- a/document-conversion/package-lock.json +++ b/document-conversion/package-lock.json @@ -19,7 +19,7 @@ "next": "^14.2.30", "postcss": "8.5.6", "pptxgenjs": "^3.12.0", - "react": "^19.0.0", + "react": "^19.1.1", "react-dom": "^19.0.0", "react-markdown": "^9.0.3", "react-syntax-highlighter": "^15.6.1", @@ -30,7 +30,7 @@ "devDependencies": { "@types/markdown-it": "^14.1.2", "@types/node": "^24.1.0", - "@types/react": "^19.0.10", + "@types/react": "^19.1.12", "@types/react-syntax-highlighter": "^15.5.13", "eslint": "^9.33.0", "markdown-it": "^14.1.0", @@ -812,9 +812,9 @@ } }, "node_modules/@types/react": { - "version": "19.0.10", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.0.10.tgz", - "integrity": "sha512-JuRQ9KXLEjaUNjTWpzuR231Z2WpIwczOkBEIvbHNCzQefFIT0L8IqE6NV6ULLyC1SI/i234JnDoMkfg+RjQj2g==", + "version": "19.1.12", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.12.tgz", + "integrity": "sha512-cMoR+FoAf/Jyq6+Df2/Z41jISvGZZ2eTlnsaJRptmZ76Caldwy1odD4xTr/gNV9VLj0AWgg/nmkevIyUfIIq5w==", "license": "MIT", "dependencies": { "csstype": "^3.0.2" @@ -6564,9 +6564,9 @@ } }, "node_modules/react": { - "version": "19.0.0", - "resolved": "https://registry.npmjs.org/react/-/react-19.0.0.tgz", - "integrity": "sha512-V8AVnmPIICiWpGfm6GLzCR/W5FXLchHop40W4nXBmdlEceh16rCN8O8LNWm5bh5XUX91fh7KpA+W0TgMKmgTpQ==", + "version": "19.1.1", + "resolved": "https://registry.npmjs.org/react/-/react-19.1.1.tgz", + "integrity": "sha512-w8nqGImo45dmMIfljjMwOGtbmC/mk4CMYhWIicdSflH91J9TyCyczcPFXJzrZ/ZXcgGRFeP6BU0BEJTw6tZdfQ==", "license": "MIT", "engines": { "node": ">=0.10.0" diff --git a/document-conversion/package.json b/document-conversion/package.json index b9ceb39..a43c49c 100644 --- a/document-conversion/package.json +++ b/document-conversion/package.json @@ -20,7 +20,7 @@ "next": "^14.2.30", "postcss": "8.5.6", "pptxgenjs": "^3.12.0", - "react": "^19.0.0", + "react": "^19.1.1", "react-dom": "^19.0.0", "react-markdown": "^9.0.3", "react-syntax-highlighter": "^15.6.1", @@ -31,7 +31,7 @@ "devDependencies": { "@types/markdown-it": "^14.1.2", "@types/node": "^24.1.0", - "@types/react": "^19.0.10", + "@types/react": "^19.1.12", "@types/react-syntax-highlighter": "^15.5.13", "eslint": "^9.33.0", "markdown-it": "^14.1.0",