diff --git a/package-lock.json b/package-lock.json index 420e7ed..2f3089e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,8 +29,8 @@ "@tailwindcss/postcss": "4.1.16", "@types/lodash.debounce": "4.0.9", "@types/node": "24.10.0", - "@types/react": "19.2.2", - "@types/react-dom": "19.2.2", + "@types/react": "19.2.5", + "@types/react-dom": "19.2.3", "eslint": "9.39.1", "eslint-config-next": "16.0.1", "eslint-config-prettier": "10.1.8", @@ -2263,9 +2263,9 @@ } }, "node_modules/@types/react": { - "version": "19.2.2", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.2.tgz", - "integrity": "sha512-6mDvHUFSjyT2B2yeNx2nUgMxh9LtOWvkhIU3uePn2I2oyNymUAX1NIsdgviM4CH+JSrp2D2hsMvJOkxY+0wNRA==", + "version": "19.2.5", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.5.tgz", + "integrity": "sha512-keKxkZMqnDicuvFoJbzrhbtdLSPhj/rZThDlKWCDbgXmUg0rEUFtRssDXKYmtXluZlIqiC5VqkCgRwzuyLHKHw==", "devOptional": true, "license": "MIT", "dependencies": { @@ -2273,9 +2273,9 @@ } }, "node_modules/@types/react-dom": { - "version": "19.2.2", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.2.tgz", - "integrity": "sha512-9KQPoO6mZCi7jcIStSnlOWn2nEF3mNmyr3rIAsGnAbQKYbRLyqmeSc39EVgtxXVia+LMT8j3knZLAZAh+xLmrw==", + "version": "19.2.3", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.3.tgz", + "integrity": "sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==", "devOptional": true, "license": "MIT", "peerDependencies": { diff --git a/package.json b/package.json index d252b9d..4cf2eb0 100644 --- a/package.json +++ b/package.json @@ -36,8 +36,8 @@ "@tailwindcss/postcss": "4.1.16", "@types/lodash.debounce": "4.0.9", "@types/node": "24.10.0", - "@types/react": "19.2.2", - "@types/react-dom": "19.2.2", + "@types/react": "19.2.5", + "@types/react-dom": "19.2.3", "eslint": "9.39.1", "eslint-config-next": "16.0.1", "eslint-config-prettier": "10.1.8",