diff --git a/app/frontend/package-lock.json b/app/frontend/package-lock.json index 330b517c7f..a77131eb7e 100644 --- a/app/frontend/package-lock.json +++ b/app/frontend/package-lock.json @@ -34,7 +34,7 @@ "devDependencies": { "@types/dom-speech-recognition": "^0.0.4", "@types/dompurify": "^3.0.5", - "@types/react": "^18.3.3", + "@types/react": "^18.3.11", "@types/react-dom": "^18.3.0", "@types/react-syntax-highlighter": "^15.5.13", "@vitejs/plugin-react": "^4.3.1", @@ -2916,9 +2916,9 @@ "license": "MIT" }, "node_modules/@types/react": { - "version": "18.3.3", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.3.tgz", - "integrity": "sha512-hti/R0pS0q1/xx+TsI73XIqk26eBsISZ2R0wUijXIngRK9R/e7Xw/cXVxQK7R5JjW+SV4zGcn5hXjudkN/pLIw==", + "version": "18.3.11", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.11.tgz", + "integrity": "sha512-r6QZ069rFTjrEYgFdOck1gK7FLVsgJE7tTz0pQBczlBNUhBNk0MQH4UbnFSwjpQLMkLzgqvBBa+qGpLje16eTQ==", "dependencies": { "@types/prop-types": "*", "csstype": "^3.0.2" diff --git a/app/frontend/package.json b/app/frontend/package.json index 781c9468bd..4cf8c151b9 100644 --- a/app/frontend/package.json +++ b/app/frontend/package.json @@ -38,7 +38,7 @@ "devDependencies": { "@types/dom-speech-recognition": "^0.0.4", "@types/dompurify": "^3.0.5", - "@types/react": "^18.3.3", + "@types/react": "^18.3.11", "@types/react-dom": "^18.3.0", "@types/react-syntax-highlighter": "^15.5.13", "@vitejs/plugin-react": "^4.3.1",