diff --git a/ui/package-lock.json b/ui/package-lock.json index 09c53e7..768dcbc 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -32,7 +32,7 @@ "@testing-library/user-event": "^14.5.1", "@types/jest": "^29.5.5", "@types/node": "18.14.2", - "@types/react": "18.2.24", + "@types/react": "18.2.37", "@types/react-dom": "18.2.9", "@typescript-eslint/eslint-plugin": "^5.60.1", "@typescript-eslint/parser": "^5.60.1", @@ -6772,9 +6772,9 @@ "integrity": "sha512-RK/kBbYOQQHLYj9Z95eh7S6t7gq4Ojt/NT8HTk8bWVhA5DaF+5SMnxHKkP4gPNN3wAZkKP+VjAf0ebtYzf+fxg==" }, "node_modules/@types/react": { - "version": "18.2.24", - "resolved": "https://registry.npmmirror.com/@types/react/-/react-18.2.24.tgz", - "integrity": "sha512-Ee0Jt4sbJxMu1iDcetZEIKQr99J1Zfb6D4F3qfUWoR1JpInkY1Wdg4WwCyBjL257D0+jGqSl1twBjV8iCaC0Aw==", + "version": "18.2.37", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.37.tgz", + "integrity": "sha512-RGAYMi2bhRgEXT3f4B92WTohopH6bIXw05FuGlmJEnv/omEn190+QYEIYxIAuIBdKgboYYdVved2p1AxZVQnaw==", "dependencies": { "@types/prop-types": "*", "@types/scheduler": "*", diff --git a/ui/package.json b/ui/package.json index c5cf5c7..60beb0e 100644 --- a/ui/package.json +++ b/ui/package.json @@ -52,7 +52,7 @@ "@testing-library/user-event": "^14.5.1", "@types/jest": "^29.5.5", "@types/node": "18.14.2", - "@types/react": "18.2.24", + "@types/react": "18.2.37", "@types/react-dom": "18.2.9", "@typescript-eslint/eslint-plugin": "^5.60.1", "@typescript-eslint/parser": "^5.60.1",