diff --git a/nix/upstream-sources.json b/nix/upstream-sources.json index 68dd12c2..220f9d3a 100644 --- a/nix/upstream-sources.json +++ b/nix/upstream-sources.json @@ -1,3 +1,3 @@ { - "npmDepsHash": "sha256-U7f8TTMhfmsaYTTTM8IxbOhP01VcfN168KDwvpEiX6M=" + "npmDepsHash": "sha256-yKSDBKa3ig5H2JZAG08cWE2yYbbq7zF7t0Jz9sLGMQ0=" } diff --git a/package-lock.json b/package-lock.json index 153e0759..458ff230 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "md5": "^2.3.0", "papaparse": "^5.5.3", "react": "^19.2.5", - "react-dom": "^19.2.5", + "react-dom": "^19.2.6", "react-i18next": "^17.0.6", "react-router-dom": "^7.15.0", "zustand": "^5.0.13" @@ -3225,24 +3225,24 @@ } }, "node_modules/react": { - "version": "19.2.5", - "resolved": "https://registry.npmjs.org/react/-/react-19.2.5.tgz", - "integrity": "sha512-llUJLzz1zTUBrskt2pwZgLq59AemifIftw4aB7JxOqf1HY2FDaGDxgwpAPVzHU1kdWabH7FauP4i1oEeer2WCA==", + "version": "19.2.6", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.6.tgz", + "integrity": "sha512-sfWGGfavi0xr8Pg0sVsyHMAOziVYKgPLNrS7ig+ivMNb3wbCBw3KxtflsGBAwD3gYQlE/AEZsTLgToRrSCjb0Q==", "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/react-dom": { - "version": "19.2.5", - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.5.tgz", - "integrity": "sha512-J5bAZz+DXMMwW/wV3xzKke59Af6CHY7G4uYLN1OvBcKEsWOs4pQExj86BBKamxl/Ik5bx9whOrvBlSDfWzgSag==", + "version": "19.2.6", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.6.tgz", + "integrity": "sha512-0prMI+hvBbPjsWnxDLxlCGyM8PN6UuWjEUCYmZhO67xIV9Xasa/r/vDnq+Xyq4Lo27g8QSbO5YzARu0D1Sps3g==", "license": "MIT", "dependencies": { "scheduler": "^0.27.0" }, "peerDependencies": { - "react": "^19.2.5" + "react": "^19.2.6" } }, "node_modules/react-i18next": { diff --git a/package.json b/package.json index 55ba7c19..06991c84 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "md5": "^2.3.0", "papaparse": "^5.5.3", "react": "^19.2.5", - "react-dom": "^19.2.5", + "react-dom": "^19.2.6", "react-i18next": "^17.0.6", "react-router-dom": "^7.15.0", "zustand": "^5.0.13"