diff --git a/package-lock.json b/package-lock.json index 0212111..13f7c42 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@types/node": "^22.13.14", - "@types/react": "^19.0.12", + "@types/react": "^19.1.0", "@types/react-dom": "^19.0.4", "bootstrap": "^5.3.3", "next": "^15.2.4", @@ -1094,9 +1094,9 @@ "integrity": "sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==" }, "node_modules/@types/react": { - "version": "19.0.12", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.0.12.tgz", - "integrity": "sha512-V6Ar115dBDrjbtXSrS+/Oruobc+qVbbUxDFC1RSbRqLt5SYvxxyIDrSC85RWml54g+jfNeEMZhEj7wW07ONQhA==", + "version": "19.1.0", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.0.tgz", + "integrity": "sha512-UaicktuQI+9UKyA4njtDOGBD/67t8YEBt2xdfqu8+gP9hqPUPsiXlNPcpS2gVdjmis5GKPG3fCxbQLVgxsQZ8w==", "license": "MIT", "dependencies": { "csstype": "^3.0.2" diff --git a/package.json b/package.json index 0609bad..a379615 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "@types/node": "^22.13.14", - "@types/react": "^19.0.12", + "@types/react": "^19.1.0", "@types/react-dom": "^19.0.4", "bootstrap": "^5.3.3", "next": "^15.2.4",