diff --git a/ui/package-lock.json b/ui/package-lock.json index ce4f08b0..c1aa33c1 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -14,7 +14,7 @@ "@testing-library/jest-dom": "^6.0.0", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", - "@types/react": "^18.3.21", + "@types/react": "^18.3.23", "@types/react-dom": "^18.2.13", "@types/react-redux": "^7.1.33", "axios": "^1.8.3", @@ -5092,9 +5092,9 @@ "integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==" }, "node_modules/@types/react": { - "version": "18.3.21", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.21.tgz", - "integrity": "sha512-gXLBtmlcRJeT09/sI4PxVwyrku6SaNUj/6cMubjE6T6XdY1fDmBL7r0nX0jbSZPU/Xr0KuwLLZh6aOYY5d91Xw==", + "version": "18.3.23", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.23.tgz", + "integrity": "sha512-/LDXMQh55EzZQ0uVAZmKKhfENivEvWz6E+EYzh+/MCjMhNsotd+ZHhBGIjFDTi6+fz0OhQQQLbTgdQIxxCsC0w==", "license": "MIT", "dependencies": { "@types/prop-types": "*", diff --git a/ui/package.json b/ui/package.json index f32b1bf1..42a0df70 100644 --- a/ui/package.json +++ b/ui/package.json @@ -9,7 +9,7 @@ "@testing-library/jest-dom": "^6.0.0", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", - "@types/react": "^18.3.21", + "@types/react": "^18.3.23", "@types/react-dom": "^18.2.13", "@types/react-redux": "^7.1.33", "axios": "^1.8.3",