diff --git a/dashboard/frontend/package-lock.json b/dashboard/frontend/package-lock.json index 430e798..b8c15e7 100644 --- a/dashboard/frontend/package-lock.json +++ b/dashboard/frontend/package-lock.json @@ -12,14 +12,14 @@ "@emotion/styled": "^11.11.0", "@mui/icons-material": "^9.4.0", "@mui/material": "^9.4.0", - "axios": "^1.18.0", + "axios": "^1.20.0", "canvas-confetti": "^1.9.4", "chart.js": "^4.4.0", "date-fns": "^2.30.0", "react": "^18.2.0", "react-chartjs-2": "^5.2.0", "react-dom": "^18.2.0", - "react-hook-form": "^7.86.0", + "react-hook-form": "^7.87.0", "react-hot-toast": "^2.4.1", "react-query": "^3.39.3", "react-router-dom": "^7.18.3", @@ -30,7 +30,7 @@ "@playwright/test": "^1.62.0", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^14.3.1", - "@testing-library/user-event": "^14.6.1", + "@testing-library/user-event": "^14.6.6", "@types/canvas-confetti": "^1.9.0", "@types/react": "^18.2.0", "@types/react-dom": "^18.2.0", @@ -2186,9 +2186,9 @@ } }, "node_modules/@testing-library/user-event": { - "version": "14.6.1", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.6.1.tgz", - "integrity": "sha512-vq7fv0rnt+QTXgPxr5Hjc210p6YKq2kmdziLgnsZGgLJ9e6VAShx1pACLuRjd/AS/sr7phAR58OIIpf0LlmQNw==", + "version": "14.6.6", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.6.6.tgz", + "integrity": "sha512-Jbs9FpkkIDw8FgSc6kOVsOv8JuuqGAL7J4X1oot77JxAoDlkNn2GRkd0aYRVuQ+pVQAiHWVkE4rX/dkF5fBiCw==", "dev": true, "license": "MIT", "engines": { @@ -3195,9 +3195,9 @@ } }, "node_modules/axios": { - "version": "1.19.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.19.0.tgz", - "integrity": "sha512-ht/iuYZXEjFxLH/Hkezgd7m6JKlHHXEUSneaDz8uZe1Gj5QZtCnpyDsckvAiEnT89OEbCLmnte4R4sn7P0EKFw==", + "version": "1.20.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.20.0.tgz", + "integrity": "sha512-r8aOh8j9cGKpgQAqpzrUHnSIc6a59Y3Xf/cv8sy1DrHCkZHzQGEuoq1tARk6qSyDdtQGSDgpb9kFlruzPvrgwg==", "license": "MIT", "dependencies": { "follow-redirects": "^1.16.0", @@ -6614,9 +6614,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.86.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.86.0.tgz", - "integrity": "sha512-4kbWJrh5jPZt1+YqVcXcGKffGcXV/XVbozknLh0Yjh0KhpoAkus21TAQhzRYqNwFkkObmnSvRlZZ3GT+ehoIrA==", + "version": "7.87.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.87.0.tgz", + "integrity": "sha512-zhFzWvLxNHH+8839OnZcUxgMZw88ah2jZWDWvKWgF3Tpbnd0vKL+dlcuU3nZVWESZQjd81EW8K+wU+cYfYAc0w==", "license": "MIT", "engines": { "node": ">=18.0.0" diff --git a/dashboard/frontend/package.json b/dashboard/frontend/package.json index b895322..c3047ff 100644 --- a/dashboard/frontend/package.json +++ b/dashboard/frontend/package.json @@ -18,14 +18,14 @@ "@emotion/styled": "^11.11.0", "@mui/icons-material": "^9.4.0", "@mui/material": "^9.4.0", - "axios": "^1.18.0", + "axios": "^1.20.0", "canvas-confetti": "^1.9.4", "chart.js": "^4.4.0", "date-fns": "^2.30.0", "react": "^18.2.0", "react-chartjs-2": "^5.2.0", "react-dom": "^18.2.0", - "react-hook-form": "^7.86.0", + "react-hook-form": "^7.87.0", "react-hot-toast": "^2.4.1", "react-query": "^3.39.3", "react-router-dom": "^7.18.3", @@ -36,7 +36,7 @@ "@playwright/test": "^1.62.0", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^14.3.1", - "@testing-library/user-event": "^14.6.1", + "@testing-library/user-event": "^14.6.6", "@types/canvas-confetti": "^1.9.0", "@types/react": "^18.2.0", "@types/react-dom": "^18.2.0",