diff --git a/web/package-lock.json b/web/package-lock.json index f67aa79cc..9a5d39a12 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -75,7 +75,7 @@ "@types/markdown-it": "12.2.3", "@types/node": "18.11.7", "@types/prop-types": "15.7.5", - "@types/react": "18.0.23", + "@types/react": "18.0.24", "@types/react-linkify": "1.0.1", "@types/ua-parser-js": "0.7.36", "@typescript-eslint/eslint-plugin": "5.41.0", @@ -10852,9 +10852,9 @@ "dev": true }, "node_modules/@types/react": { - "version": "18.0.23", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.23.tgz", - "integrity": "sha512-R1wTULtCiJkudAN2DJGoYYySbGtOdzZyUWAACYinKdiQC8auxso4kLDUhQ7AJ2kh3F6A6z4v69U6tNY39hihVQ==", + "version": "18.0.24", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.24.tgz", + "integrity": "sha512-wRJWT6ouziGUy+9uX0aW4YOJxAY0bG6/AOk5AW5QSvZqI7dk6VBIbXvcVgIw/W5Jrl24f77df98GEKTJGOLx7Q==", "dependencies": { "@types/prop-types": "*", "@types/scheduler": "*", @@ -39442,9 +39442,9 @@ "dev": true }, "@types/react": { - "version": "18.0.23", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.23.tgz", - "integrity": "sha512-R1wTULtCiJkudAN2DJGoYYySbGtOdzZyUWAACYinKdiQC8auxso4kLDUhQ7AJ2kh3F6A6z4v69U6tNY39hihVQ==", + "version": "18.0.24", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.24.tgz", + "integrity": "sha512-wRJWT6ouziGUy+9uX0aW4YOJxAY0bG6/AOk5AW5QSvZqI7dk6VBIbXvcVgIw/W5Jrl24f77df98GEKTJGOLx7Q==", "requires": { "@types/prop-types": "*", "@types/scheduler": "*", diff --git a/web/package.json b/web/package.json index a2bc5f8e8..90c55d272 100644 --- a/web/package.json +++ b/web/package.json @@ -79,7 +79,7 @@ "@types/markdown-it": "12.2.3", "@types/node": "18.11.7", "@types/prop-types": "15.7.5", - "@types/react": "18.0.23", + "@types/react": "18.0.24", "@types/react-linkify": "1.0.1", "@types/ua-parser-js": "0.7.36", "@typescript-eslint/eslint-plugin": "5.41.0",