diff --git a/package-lock.json b/package-lock.json index dd947606..ab4cc8a8 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.21", - "@types/react": "19.1.4", + "@types/react": "19.1.5", "@types/react-dom": "19.1.5", "@typescript-eslint/eslint-plugin": "8.32.1", "@typescript-eslint/parser": "8.32.1", @@ -2579,9 +2579,9 @@ } }, "node_modules/@types/react": { - "version": "19.1.4", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.4.tgz", - "integrity": "sha512-EB1yiiYdvySuIITtD5lhW4yPyJ31RkJkkDw794LaQYrxCSaQV/47y5o1FMC4zF9ZyjUjzJMZwbovEnT5yHTW6g==", + "version": "19.1.5", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.5.tgz", + "integrity": "sha512-piErsCVVbpMMT2r7wbawdZsq4xMvIAhQuac2gedQHysu1TZYEigE6pnFfgZT+/jQnrRuF5r+SHzuehFjfRjr4g==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index dc70d091..8d9a0857 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.21", - "@types/react": "19.1.4", + "@types/react": "19.1.5", "@types/react-dom": "19.1.5", "@typescript-eslint/eslint-plugin": "8.32.1", "@typescript-eslint/parser": "8.32.1",