diff --git a/package-lock.json b/package-lock.json index 661d82d..64b48a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "next": "^16.3.3", "next-themes": "^0.4.6", "prettier": "^3.8.4", - "react": "^19.1.2", + "react": "^19.2.8", "react-dom": "^19.1.2", "rehype-autolink-headings": "^7.1.0", "rehype-highlight": "^7.0.2", @@ -36,7 +36,7 @@ "devDependencies": { "@types/jszip": "^3.4.0", "@types/node": "24.6.1", - "@types/react": "18.3.12", + "@types/react": "19.2.18", "@types/react-dom": "18.2.6", "@types/uuid": "^9.0.8", "eslint": "9.30.0", @@ -4742,22 +4742,14 @@ "undici-types": "~7.13.0" } }, - "node_modules/@types/prop-types": { - "version": "15.7.12", - "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.12.tgz", - "integrity": "sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==", - "dev": true, - "license": "MIT" - }, "node_modules/@types/react": { - "version": "18.3.12", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.12.tgz", - "integrity": "sha512-D2wOSq/d6Agt28q7rSI3jhU7G6aiuzljDGZ2hTZHIkrTLUI+AF3WMeKkEZ9nN2fkBAlcktT6vcZjDFiIhMYEQw==", + "version": "19.2.18", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.18.tgz", + "integrity": "sha512-AnzbBERsrLKtk2XSfTbYRLjQPdy116Sty4q+T+Bp3IC4l6jNBvreVPAHmpq9qhXQM7CXZPjLVmGMw9sy+hxQ3w==", "dev": true, "license": "MIT", "dependencies": { - "@types/prop-types": "*", - "csstype": "^3.0.2" + "csstype": "^3.2.2" } }, "node_modules/@types/react-dom": { @@ -6074,9 +6066,9 @@ } }, "node_modules/csstype": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz", - "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==", + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz", + "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==", "dev": true, "license": "MIT" }, @@ -10178,9 +10170,9 @@ "license": "MIT" }, "node_modules/react": { - "version": "19.1.2", - "resolved": "https://registry.npmjs.org/react/-/react-19.1.2.tgz", - "integrity": "sha512-MdWVitvLbQULD+4DP8GYjZUrepGW7d+GQkNVqJEzNxE+e9WIa4egVFE/RDfVb1u9u/Jw7dNMmPB4IqxzbFYJ0w==", + "version": "19.2.8", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.8.tgz", + "integrity": "sha512-PWaYA1L/q9u2u7xYQi+Y3L3Yfnie7XyLeaJICV1MGD6LprsBxcAqGjYyr0eY3p+QdsA+x/Irkt4Qif8D63+Sbw==", "license": "MIT", "engines": { "node": ">=0.10.0" diff --git a/package.json b/package.json index 4620ae8..5ef514f 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "next": "^16.3.3", "next-themes": "^0.4.6", "prettier": "^3.8.4", - "react": "^19.1.2", + "react": "^19.2.8", "react-dom": "^19.1.2", "rehype-autolink-headings": "^7.1.0", "rehype-highlight": "^7.0.2", @@ -38,7 +38,7 @@ "devDependencies": { "@types/jszip": "^3.4.0", "@types/node": "24.6.1", - "@types/react": "18.3.12", + "@types/react": "19.2.18", "@types/react-dom": "18.2.6", "@types/uuid": "^9.0.8", "eslint": "9.30.0",