diff --git a/ui/package-lock.json b/ui/package-lock.json index 5abdda769..881622413 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -22,7 +22,7 @@ "@tanstack/react-virtual": "^3.5.0", "@types/lodash.groupby": "^4.6.9", "@types/node": "20.12.11", - "@types/react": "18.3.1", + "@types/react": "18.3.2", "@types/react-dom": "18.3.0", "@types/react-highlight-words": "^0.16.7", "classnames": "^2.5.1", @@ -8737,9 +8737,9 @@ "dev": true }, "node_modules/@types/react": { - "version": "18.3.1", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.1.tgz", - "integrity": "sha512-V0kuGBX3+prX+DQ/7r2qsv1NsdfnCLnTgnRJ1pYnxykBhGMz+qj+box5lq7XsO5mtZsBqpjwwTu/7wszPfMBcw==", + "version": "18.3.2", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.2.tgz", + "integrity": "sha512-Btgg89dAnqD4vV7R3hlwOxgqobUQKgx3MmrQRi0yYbs/P0ym8XozIAlkqVilPqHQwXs4e9Tf63rrCgl58BcO4w==", "dependencies": { "@types/prop-types": "*", "csstype": "^3.0.2" diff --git a/ui/package.json b/ui/package.json index 8c9cb9daf..876a5b6a6 100644 --- a/ui/package.json +++ b/ui/package.json @@ -27,7 +27,7 @@ "@tanstack/react-virtual": "^3.5.0", "@types/lodash.groupby": "^4.6.9", "@types/node": "20.12.11", - "@types/react": "18.3.1", + "@types/react": "18.3.2", "@types/react-dom": "18.3.0", "@types/react-highlight-words": "^0.16.7", "classnames": "^2.5.1",