diff --git a/webui/package-lock.json b/webui/package-lock.json index 9c4810d..b33fa51 100644 --- a/webui/package-lock.json +++ b/webui/package-lock.json @@ -22,7 +22,7 @@ "react-router-dom": "^6.22.2" }, "devDependencies": { - "@types/react": "^18.2.63", + "@types/react": "^18.2.64", "@types/react-dom": "^18.2.21", "@vitejs/plugin-react": "^4.2.1", "eslint": "^8.57.0", @@ -1177,9 +1177,9 @@ "license": "MIT" }, "node_modules/@types/react": { - "version": "18.2.63", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.63.tgz", - "integrity": "sha512-ppaqODhs15PYL2nGUOaOu2RSCCB4Difu4UFrP4I3NHLloXC/ESQzQMi9nvjfT1+rudd0d2L3fQPJxRSey+rGlQ==", + "version": "18.2.64", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.64.tgz", + "integrity": "sha512-MlmPvHgjj2p3vZaxbQgFUQFvD8QiZwACfGqEdDSWou5yISWxDQ4/74nCAwsUiX7UFLKZz3BbVSPj+YxeoGGCfg==", "dependencies": { "@types/prop-types": "*", "@types/scheduler": "*", diff --git a/webui/package.json b/webui/package.json index 64e0393..331f2a8 100644 --- a/webui/package.json +++ b/webui/package.json @@ -24,7 +24,7 @@ "react-router-dom": "^6.22.2" }, "devDependencies": { - "@types/react": "^18.2.63", + "@types/react": "^18.2.64", "@types/react-dom": "^18.2.21", "@vitejs/plugin-react": "^4.2.1", "eslint": "^8.57.0", diff --git a/webui/yarn.lock b/webui/yarn.lock index 4fe1c0c..2603dba 100644 --- a/webui/yarn.lock +++ b/webui/yarn.lock @@ -806,10 +806,10 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@^18.2.63": - version "18.2.63" - resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.63.tgz#4637c56146ad90f96d0583171edab953f7e6fe57" - integrity sha512-ppaqODhs15PYL2nGUOaOu2RSCCB4Difu4UFrP4I3NHLloXC/ESQzQMi9nvjfT1+rudd0d2L3fQPJxRSey+rGlQ== +"@types/react@*", "@types/react@^18.2.64": + version "18.2.64" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.64.tgz#3700fbb6b2fa60a6868ec1323ae4cbd446a2197d" + integrity sha512-MlmPvHgjj2p3vZaxbQgFUQFvD8QiZwACfGqEdDSWou5yISWxDQ4/74nCAwsUiX7UFLKZz3BbVSPj+YxeoGGCfg== dependencies: "@types/prop-types" "*" "@types/scheduler" "*"