diff --git a/ui/package-lock.json b/ui/package-lock.json index 6ecc68d..720c4a8 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -15,7 +15,7 @@ "devDependencies": { "@testing-library/dom": "^10.4.1", "@testing-library/react": "^16.3.2", - "@types/react": "^19.2.17", + "@types/react": "^19.2.18", "@types/react-dom": "^19.2.4", "@typescript-eslint/parser": "^8.66.0", "@vitejs/plugin-react": "^6.0.5", @@ -1131,9 +1131,9 @@ "license": "MIT" }, "node_modules/@types/react": { - "version": "19.2.17", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.17.tgz", - "integrity": "sha512-MXfmqaVPEVgkBT/aY0aGCkRWWtByiYQXo3xdQ8r5RzuFrPiRn8Gar2tQdXSUQ2GKV3bkXckek89V8wQBY2Q/Aw==", + "version": "19.2.18", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.18.tgz", + "integrity": "sha512-AnzbBERsrLKtk2XSfTbYRLjQPdy116Sty4q+T+Bp3IC4l6jNBvreVPAHmpq9qhXQM7CXZPjLVmGMw9sy+hxQ3w==", "dev": true, "license": "MIT", "dependencies": { diff --git a/ui/package.json b/ui/package.json index d51a867..891ba02 100644 --- a/ui/package.json +++ b/ui/package.json @@ -18,7 +18,7 @@ "devDependencies": { "@testing-library/dom": "^10.4.1", "@testing-library/react": "^16.3.2", - "@types/react": "^19.2.17", + "@types/react": "^19.2.18", "@types/react-dom": "^19.2.4", "@typescript-eslint/parser": "^8.66.0", "@vitejs/plugin-react": "^6.0.5",