diff --git a/package-lock.json b/package-lock.json index 22c9c353..af948358 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "@types/jest": "29.5.14", "@types/node": "22.15.17", "@types/react": "19.1.4", - "@types/react-dom": "19.1.4", + "@types/react-dom": "19.1.5", "@typescript-eslint/eslint-plugin": "8.32.1", "@typescript-eslint/parser": "8.32.1", "benchmark": "2.1.4", @@ -2628,9 +2628,9 @@ } }, "node_modules/@types/react-dom": { - "version": "19.1.4", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.1.4.tgz", - "integrity": "sha512-WxYAszDYgsMV31OVyoG4jbAgJI1Gw0Xq9V19zwhy6+hUUJlJIdZ3r/cbdmTqFv++SktQkZ/X+46yGFxp5XJBEg==", + "version": "19.1.5", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.1.5.tgz", + "integrity": "sha512-CMCjrWucUBZvohgZxkjd6S9h0nZxXjzus6yDfUb+xLxYM7VvjKNH1tQrE9GWLql1XoOP4/Ds3bwFqShHUYraGg==", "dev": true, "license": "MIT", "peerDependencies": { diff --git a/package.json b/package.json index 83522078..5fc13e11 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "@types/jest": "29.5.14", "@types/node": "22.15.17", "@types/react": "19.1.4", - "@types/react-dom": "19.1.4", + "@types/react-dom": "19.1.5", "@typescript-eslint/eslint-plugin": "8.32.1", "@typescript-eslint/parser": "8.32.1", "benchmark": "2.1.4",