diff --git a/package-lock.json b/package-lock.json index 810db9c..5e90e07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@types/node": "^22.15.3", - "@types/react": "^19.1.2", + "@types/react": "^19.1.3", "@types/react-dom": "^19.1.3", "bootstrap": "^5.3.5", "next": "^15.3.1", @@ -1152,9 +1152,9 @@ "integrity": "sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==" }, "node_modules/@types/react": { - "version": "19.1.2", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.2.tgz", - "integrity": "sha512-oxLPMytKchWGbnQM9O7D67uPa9paTNxO7jVoNMXgkkErULBPhPARCfkKL9ytcIJJRGjbsVwW4ugJzyFFvm/Tiw==", + "version": "19.1.3", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.3.tgz", + "integrity": "sha512-dLWQ+Z0CkIvK1J8+wrDPwGxEYFA4RAyHoZPxHVGspYmFVnwGSNT24cGIhFJrtfRnWVuW8X7NO52gCXmhkVUWGQ==", "license": "MIT", "dependencies": { "csstype": "^3.0.2" diff --git a/package.json b/package.json index a948596..aa6d5b3 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "@types/node": "^22.15.3", - "@types/react": "^19.1.2", + "@types/react": "^19.1.3", "@types/react-dom": "^19.1.3", "bootstrap": "^5.3.5", "next": "^15.3.1",