diff --git a/ui/package-lock.json b/ui/package-lock.json index d827ac9..8c9ae53 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -27,7 +27,7 @@ "@testing-library/user-event": "^14.0.0", "@types/jest": "^29.2.5", "@types/node": "^18.0.0", - "@types/react": "^18.0.24", + "@types/react": "^18.2.37", "@types/react-dom": "^18.0.8", "graphql-request": "^5.1.0", "graphql-tag": "^2.12.6", @@ -5092,9 +5092,9 @@ "integrity": "sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==" }, "node_modules/@types/react": { - "version": "18.0.24", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.24.tgz", - "integrity": "sha512-wRJWT6ouziGUy+9uX0aW4YOJxAY0bG6/AOk5AW5QSvZqI7dk6VBIbXvcVgIw/W5Jrl24f77df98GEKTJGOLx7Q==", + "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": "*", @@ -22356,9 +22356,9 @@ "integrity": "sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==" }, "@types/react": { - "version": "18.0.24", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.24.tgz", - "integrity": "sha512-wRJWT6ouziGUy+9uX0aW4YOJxAY0bG6/AOk5AW5QSvZqI7dk6VBIbXvcVgIw/W5Jrl24f77df98GEKTJGOLx7Q==", + "version": "18.2.37", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.37.tgz", + "integrity": "sha512-RGAYMi2bhRgEXT3f4B92WTohopH6bIXw05FuGlmJEnv/omEn190+QYEIYxIAuIBdKgboYYdVved2p1AxZVQnaw==", "requires": { "@types/prop-types": "*", "@types/scheduler": "*", diff --git a/ui/package.json b/ui/package.json index e7815df..d16427c 100644 --- a/ui/package.json +++ b/ui/package.json @@ -22,7 +22,7 @@ "@testing-library/user-event": "^14.0.0", "@types/jest": "^29.2.5", "@types/node": "^18.0.0", - "@types/react": "^18.0.24", + "@types/react": "^18.2.37", "@types/react-dom": "^18.0.8", "graphql-request": "^5.1.0", "graphql-tag": "^2.12.6",