diff --git a/package-lock.json b/package-lock.json index f22e71e..ec9f182 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@types/node": "^22.13.4", - "@types/react": "^19.0.8", + "@types/react": "^19.0.10", "@types/react-dom": "^19.0.3", "bootstrap": "^5.3.3", "next": "^15.1.7", @@ -1077,9 +1077,9 @@ "integrity": "sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==" }, "node_modules/@types/react": { - "version": "19.0.8", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.0.8.tgz", - "integrity": "sha512-9P/o1IGdfmQxrujGbIMDyYaaCykhLKc0NGCtYcECNUr9UAaDe4gwvV9bR6tvd5Br1SG0j+PBpbKr2UYY8CwqSw==", + "version": "19.0.10", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.0.10.tgz", + "integrity": "sha512-JuRQ9KXLEjaUNjTWpzuR231Z2WpIwczOkBEIvbHNCzQefFIT0L8IqE6NV6ULLyC1SI/i234JnDoMkfg+RjQj2g==", "license": "MIT", "dependencies": { "csstype": "^3.0.2" diff --git a/package.json b/package.json index c19fb82..40773d1 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "@types/node": "^22.13.4", - "@types/react": "^19.0.8", + "@types/react": "^19.0.10", "@types/react-dom": "^19.0.3", "bootstrap": "^5.3.3", "next": "^15.1.7",