diff --git a/package-lock.json b/package-lock.json index d7a5c80..e7cb1b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@next/eslint-plugin-next": "16.3.3", "@types/node": "22.20.1", "@types/react": "19.2.18", - "@types/react-dom": "19.2.3", + "@types/react-dom": "19.2.5", "eslint": "10.9.1", "eslint-plugin-jsx-a11y-x": "0.2.0", "eslint-plugin-react-hooks": "7.1.1", @@ -1794,9 +1794,9 @@ } }, "node_modules/@types/react-dom": { - "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==", + "version": "19.2.5", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.5.tgz", + "integrity": "sha512-fMPwH9v7r/pp43yUd2/Mbiex5KouJwwR3dzHkhLREUC6764VyDsqxhAxv6OFEYR1RhjOyD1naqba8ECDBe7ZQg==", "dev": true, "license": "MIT", "peerDependencies": { diff --git a/package.json b/package.json index 81e3c2c..1578339 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@next/eslint-plugin-next": "16.3.3", "@types/node": "22.20.1", "@types/react": "19.2.18", - "@types/react-dom": "19.2.3", + "@types/react-dom": "19.2.5", "eslint": "10.9.1", "eslint-plugin-jsx-a11y-x": "0.2.0", "eslint-plugin-react-hooks": "7.1.1",