diff --git a/package-lock.json b/package-lock.json index 2a589554..5bd3d7e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@hookform/error-message": "^2.0.1", "@martinstark/storage-ts": "^1.1.0", "bowser": "^2.13.1", - "react": "^19.2.4", + "react": "^19.2.7", "react-dom": "^19.2.3", "react-hook-form": "^7.68.0", "react-hotkeys-hook": "^4.5.0", @@ -30,7 +30,7 @@ "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.2", "@testing-library/user-event": "^14.6.1", - "@types/react": "^19.2.14", + "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", "@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/parser": "^7.12.0", @@ -2418,10 +2418,11 @@ "license": "MIT" }, "node_modules/@types/react": { - "version": "19.2.14", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.14.tgz", - "integrity": "sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==", + "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": { "csstype": "^3.2.2" } @@ -6859,9 +6860,10 @@ "license": "MIT" }, "node_modules/react": { - "version": "19.2.4", - "resolved": "https://registry.npmjs.org/react/-/react-19.2.4.tgz", - "integrity": "sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==", + "version": "19.2.7", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.7.tgz", + "integrity": "sha512-HNe9WslTbXmFK8o8cmwgAeJFSBvt1bPdHCVKtaaV+WlAN36mpT4hcRpwbf3fY56ar2oIXzsBpOAiIRHAdY0OlQ==", + "license": "MIT", "engines": { "node": ">=0.10.0" } diff --git a/package.json b/package.json index 72ea6fd6..0252d0d2 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@hookform/error-message": "^2.0.1", "@martinstark/storage-ts": "^1.1.0", "bowser": "^2.13.1", - "react": "^19.2.4", + "react": "^19.2.7", "react-dom": "^19.2.3", "react-hook-form": "^7.68.0", "react-hotkeys-hook": "^4.5.0", @@ -47,7 +47,7 @@ "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.2", "@testing-library/user-event": "^14.6.1", - "@types/react": "^19.2.14", + "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", "@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/parser": "^7.12.0",