diff --git a/package-lock.json b/package-lock.json index 70ac75c..deeeee5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@testing-library/dom": "^10.4.1", "@testing-library/react": "^16.3.2", "@types/node": "^25.9.3", - "@types/react": "^19.2.16", + "@types/react": "^19.2.17", "@types/react-dom": "^19", "eslint": "^10.4.1", "happy-dom": "^20.10.2", @@ -1304,9 +1304,9 @@ } }, "node_modules/@types/react": { - "version": "19.2.16", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.16.tgz", - "integrity": "sha512-esJiCAnl0kfpNdE69f3So4WJUXy95dLZydX0KwK46riIHDzHM7O9Vtf9xCHW0PXIqvgqNrswl522kA/5yx+F4w==", + "version": "19.2.17", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.17.tgz", + "integrity": "sha512-MXfmqaVPEVgkBT/aY0aGCkRWWtByiYQXo3xdQ8r5RzuFrPiRn8Gar2tQdXSUQ2GKV3bkXckek89V8wQBY2Q/Aw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index ffe144f..65ffcb0 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "@testing-library/dom": "^10.4.1", "@testing-library/react": "^16.3.2", "@types/node": "^25.9.3", - "@types/react": "^19.2.16", + "@types/react": "^19.2.17", "@types/react-dom": "^19", "eslint": "^10.4.1", "happy-dom": "^20.10.2",