diff --git a/dashboard/package.json b/dashboard/package.json index ef64085..e98eedf 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -22,7 +22,7 @@ "react-router-dom": "^6.26.2" }, "devDependencies": { - "@types/react": "^18.3.8", + "@types/react": "^18.3.10", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.2", "vite": "^5.4.7" diff --git a/dashboard/yarn.lock b/dashboard/yarn.lock index ebeec49..cdbfddf 100644 --- a/dashboard/yarn.lock +++ b/dashboard/yarn.lock @@ -894,10 +894,10 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@^18.3.8": - version "18.3.8" - resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.8.tgz#1672ab19993f8aca7c7dc844c07d5d9e467d5a79" - integrity sha512-syBUrW3/XpnW4WJ41Pft+I+aPoDVbrBVQGEnbD7NijDGlVC+8gV/XKRY+7vMDlfPpbwYt0l1vd/Sj8bJGMbs9Q== +"@types/react@*", "@types/react@^18.3.10": + version "18.3.10" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.10.tgz#6edc26dc22ff8c9c226d3c7bf8357b013c842219" + integrity sha512-02sAAlBnP39JgXwkAq3PeU9DVaaGpZyF3MGcC0MKgQVkZor5IiiDAipVaxQHtDJAmO4GIy/rVBy/LzVj76Cyqg== dependencies: "@types/prop-types" "*" csstype "^3.0.2"