diff --git a/webui/package-lock.json b/webui/package-lock.json index 34f85b0..d917a7d 100644 --- a/webui/package-lock.json +++ b/webui/package-lock.json @@ -23,7 +23,7 @@ }, "devDependencies": { "@types/react": "^18.2.63", - "@types/react-dom": "^18.2.19", + "@types/react-dom": "^18.2.20", "@vitejs/plugin-react": "^4.2.1", "eslint": "^8.57.0", "eslint-plugin-react": "^7.34.0", @@ -1187,11 +1187,10 @@ } }, "node_modules/@types/react-dom": { - "version": "18.2.19", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.19.tgz", - "integrity": "sha512-aZvQL6uUbIJpjZk4U8JZGbau9KDeAwMfmhyWorxgBkqDIEf6ROjRozcmPIicqsUwPUjbkDfHKgGee1Lq65APcA==", + "version": "18.2.20", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.20.tgz", + "integrity": "sha512-HXN/biJY8nv20Cn9ZbCFq3liERd4CozVZmKbaiZ9KiKTrWqsP7eoGDO6OOGvJQwoVFuiXaiJ7nBBjiFFbRmQMQ==", "dev": true, - "license": "MIT", "dependencies": { "@types/react": "*" } diff --git a/webui/package.json b/webui/package.json index 6ca8856..dbf850f 100644 --- a/webui/package.json +++ b/webui/package.json @@ -25,7 +25,7 @@ }, "devDependencies": { "@types/react": "^18.2.63", - "@types/react-dom": "^18.2.19", + "@types/react-dom": "^18.2.20", "@vitejs/plugin-react": "^4.2.1", "eslint": "^8.57.0", "eslint-plugin-react": "^7.34.0", diff --git a/webui/yarn.lock b/webui/yarn.lock index 1f9418b..7507bc2 100644 --- a/webui/yarn.lock +++ b/webui/yarn.lock @@ -792,10 +792,10 @@ resolved "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.11.tgz" integrity sha512-ga8y9v9uyeiLdpKddhxYQkxNDrfvuPrlFb0N1qnZZByvcElJaXthF1UhvCh9TLWJBEHeNtdnbysW7Y6Uq8CVng== -"@types/react-dom@^18.2.19": - version "18.2.19" - resolved "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.19.tgz" - 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" "*"