diff --git a/package-lock.json b/package-lock.json index 54c2968e..05b12e25 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@types/benchmark": "2.1.5", "@types/jest": "29.5.14", "@types/node": "22.15.17", - "@types/react": "19.1.3", + "@types/react": "19.1.4", "@types/react-dom": "19.1.3", "@typescript-eslint/eslint-plugin": "8.32.0", "@typescript-eslint/parser": "8.32.0", @@ -2618,9 +2618,9 @@ } }, "node_modules/@types/react": { - "version": "19.1.3", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.3.tgz", - "integrity": "sha512-dLWQ+Z0CkIvK1J8+wrDPwGxEYFA4RAyHoZPxHVGspYmFVnwGSNT24cGIhFJrtfRnWVuW8X7NO52gCXmhkVUWGQ==", + "version": "19.1.4", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.4.tgz", + "integrity": "sha512-EB1yiiYdvySuIITtD5lhW4yPyJ31RkJkkDw794LaQYrxCSaQV/47y5o1FMC4zF9ZyjUjzJMZwbovEnT5yHTW6g==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index ab6c6f75..197ba2bf 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "@types/benchmark": "2.1.5", "@types/jest": "29.5.14", "@types/node": "22.15.17", - "@types/react": "19.1.3", + "@types/react": "19.1.4", "@types/react-dom": "19.1.3", "@typescript-eslint/eslint-plugin": "8.32.0", "@typescript-eslint/parser": "8.32.0",