diff --git a/package-lock.json b/package-lock.json index 1e63a40..01a634f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "clipper-lib": "^6.4.2", "dxf-parser": "^1.1.2", "file-saver": "^2.0.5", - "react": "^19.2.4", + "react": "^19.2.8", "react-dom": "^19.2.4", "three": "^0.183.2", "uuid": "^13.0.0", @@ -22,7 +22,7 @@ "@eslint/js": "^9.39.4", "@types/file-saver": "^2.0.7", "@types/node": "^24.12.0", - "@types/react": "^19.2.14", + "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", "@types/three": "^0.183.1", "@types/uuid": "^10.0.0", @@ -1192,9 +1192,9 @@ } }, "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==", "devOptional": true, "license": "MIT", "dependencies": { @@ -3335,9 +3335,9 @@ } }, "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.8", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.8.tgz", + "integrity": "sha512-PWaYA1L/q9u2u7xYQi+Y3L3Yfnie7XyLeaJICV1MGD6LprsBxcAqGjYyr0eY3p+QdsA+x/Irkt4Qif8D63+Sbw==", "license": "MIT", "engines": { "node": ">=0.10.0" diff --git a/package.json b/package.json index 9283c16..81ae642 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "clipper-lib": "^6.4.2", "dxf-parser": "^1.1.2", "file-saver": "^2.0.5", - "react": "^19.2.4", + "react": "^19.2.8", "react-dom": "^19.2.4", "three": "^0.183.2", "uuid": "^13.0.0", @@ -28,7 +28,7 @@ "@eslint/js": "^9.39.4", "@types/file-saver": "^2.0.7", "@types/node": "^24.12.0", - "@types/react": "^19.2.14", + "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", "@types/three": "^0.183.1", "@types/uuid": "^10.0.0",