diff --git a/web/package.json b/web/package.json index 14da31a..0b0efd5 100644 --- a/web/package.json +++ b/web/package.json @@ -18,7 +18,7 @@ "devDependencies": { "@types/node": "^20.11.20", "@types/react": "^18.2.42", - "@types/react-dom": "^18.2.19", + "@types/react-dom": "^18.2.20", "@vitejs/plugin-react": "^4.2.1", "typescript": "^4.5.4", "vite": "^4.5.2", diff --git a/web/yarn.lock b/web/yarn.lock index 84f9a6a..82ea0cb 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -627,10 +627,10 @@ version "15.7.4" resolved "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.4.tgz" -"@types/react-dom@^18.2.19": - version "18.2.19" - resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.19.tgz#b84b7c30c635a6c26c6a6dfbb599b2da9788be58" - integrity sha512-aZvQL6uUbIJpjZk4U8JZGbau9KDeAwMfmhyWorxgBkqDIEf6ROjRozcmPIicqsUwPUjbkDfHKgGee1Lq65APcA== +"@types/react-dom@^18.2.20": + version "18.2.20" + resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.20.tgz#cbdf7abb3cc2377980bb1294bc51375016a8320f" + integrity sha512-HXN/biJY8nv20Cn9ZbCFq3liERd4CozVZmKbaiZ9KiKTrWqsP7eoGDO6OOGvJQwoVFuiXaiJ7nBBjiFFbRmQMQ== dependencies: "@types/react" "*"