diff --git a/package-lock.json b/package-lock.json index c7d102b2..fea34a12 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@types/benchmark": "2.1.5", "@types/jest": "30.0.0", "@types/node": "25.0.3", - "@types/react": "19.2.7", + "@types/react": "19.2.8", "@types/react-dom": "19.2.3", "benchmark": "2.1.4", "eslint": "9.39.2", @@ -3027,9 +3027,9 @@ } }, "node_modules/@types/react": { - "version": "19.2.7", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.7.tgz", - "integrity": "sha512-MWtvHrGZLFttgeEj28VXHxpmwYbor/ATPYbBfSFZEIRK0ecCFLl2Qo55z52Hss+UV9CRN7trSeq1zbgx7YDWWg==", + "version": "19.2.8", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.8.tgz", + "integrity": "sha512-3MbSL37jEchWZz2p2mjntRZtPt837ij10ApxKfgmXCTuHWagYg7iA5bqPw6C8BMPfwidlvfPI/fxOc42HLhcyg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 188b6467..c25842f4 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "@types/benchmark": "2.1.5", "@types/jest": "30.0.0", "@types/node": "25.0.3", - "@types/react": "19.2.7", + "@types/react": "19.2.8", "@types/react-dom": "19.2.3", "benchmark": "2.1.4", "eslint": "9.39.2",