diff --git a/package-lock.json b/package-lock.json index 0be64cf5..4f473c2a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,11 +8,11 @@ "name": "testaustime-frontend", "version": "0.1.0", "dependencies": { - "@mantine/core": "^7.3.2", - "@mantine/hooks": "^7.3.2", - "@mantine/modals": "^7.3.2", + "@mantine/core": "^7.4.0", + "@mantine/hooks": "^7.4.0", + "@mantine/modals": "^7.4.0", "@mantine/next": "^6.0.21", - "@mantine/notifications": "^7.3.2", + "@mantine/notifications": "^7.4.0", "@radix-ui/react-icons": "^1.3.0", "chart.js": "^4.4.1", "date-fns": "^3.0.6", @@ -23,7 +23,7 @@ "next-i18n-router": "^5.1.0", "react": "^18.2.0", "react-chartjs-2": "^5.2.0", - "react-cookie": "^6.1.1", + "react-cookie": "^6.1.3", "react-dom": "^18.2.0", "react-feather": "^2.0.10", "react-i18next": "^14.0.0", @@ -50,7 +50,7 @@ "prettier-eslint": "^16.2.0", "storybook": "^7.6.6", "typescript": "^5.3.3", - "vitest": "^1.1.0" + "vitest": "^1.1.2" } }, "node_modules/@ampproject/remapping": { @@ -3329,9 +3329,9 @@ "integrity": "sha512-hW0GwZj06z/ZFUW2Espl7toVDjghJN+EKqyXzPSV8NV89d5BYp5rRMBJoc+aUN0x5OXDMeRQHazejr2Xmqj2tw==" }, "node_modules/@mantine/core": { - "version": "7.3.2", - "resolved": "https://registry.npmjs.org/@mantine/core/-/core-7.3.2.tgz", - "integrity": "sha512-CwAuQogVLcLR7O9e1eOgi3gtk4XX6cnaqevAxzJJpIOIyCnHiQ3cEGINVXyUUjUUipBlvK3sqz3NPGJ2ekLFDQ==", + "version": "7.4.0", + "resolved": "https://registry.npmjs.org/@mantine/core/-/core-7.4.0.tgz", + "integrity": "sha512-wnQOz1aSpqVlCpdyY4XyJKRqlW87mexMADQrbCTwg/5BbxKp8XU6sTcnk1piwyR0mM6SI1uo0Yik2qYNGFlyWw==", "dependencies": { "@floating-ui/react": "^0.24.8", "clsx": "2.0.0", @@ -3341,7 +3341,7 @@ "type-fest": "^3.13.1" }, "peerDependencies": { - "@mantine/hooks": "7.3.2", + "@mantine/hooks": "7.4.0", "react": "^18.2.0", "react-dom": "^18.2.0" } @@ -3387,20 +3387,20 @@ } }, "node_modules/@mantine/hooks": { - "version": "7.3.2", - "resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-7.3.2.tgz", - "integrity": "sha512-xgumuuI3PBWXff5N02HCI7PEy25mDEdyXDQklUYK93J6FKwpcosyZnGVitoUrV1gLtYYa9ZudeAWdhHuh/CpOg==", + "version": "7.4.0", + "resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-7.4.0.tgz", + "integrity": "sha512-Swv23D8XmZqE2hohPBcff+ITwv5l8UlwiiEGMhL+ceUvJLnPzdwlW21qnLBtRtZWyQQ59TAav4M0GFGd93JS8Q==", "peerDependencies": { "react": "^18.2.0" } }, "node_modules/@mantine/modals": { - "version": "7.3.2", - "resolved": "https://registry.npmjs.org/@mantine/modals/-/modals-7.3.2.tgz", - "integrity": "sha512-vhpcp0Yqgm+K/vorDbuweTjzDO4pJaG2POc00cSTV3zJdsbeMAzVClovTuseJT+UO2lUdUP3RG1cInaZqSclhA==", + "version": "7.4.0", + "resolved": "https://registry.npmjs.org/@mantine/modals/-/modals-7.4.0.tgz", + "integrity": "sha512-uXZuN5vCx0Wdu0gOmoDaGD8/GVpx7qCeyAAFCH94WPHl/aK3fzKSk4K63deWY5Ml9a5ktic/i5pYil3MUBEj5w==", "peerDependencies": { - "@mantine/core": "7.3.2", - "@mantine/hooks": "7.3.2", + "@mantine/core": "7.4.0", + "@mantine/hooks": "7.4.0", "react": "^18.2.0", "react-dom": "^18.2.0" } @@ -3420,16 +3420,16 @@ } }, "node_modules/@mantine/notifications": { - "version": "7.3.2", - "resolved": "https://registry.npmjs.org/@mantine/notifications/-/notifications-7.3.2.tgz", - "integrity": "sha512-XOzgm4pm4XszavVN0QUjN+IP0xiG2IochxJSz/FduTI0r3u1WxdpvDYlOvEJpHhtWvyqI8W8rx6cPJaD2HdAwQ==", + "version": "7.4.0", + "resolved": "https://registry.npmjs.org/@mantine/notifications/-/notifications-7.4.0.tgz", + "integrity": "sha512-nRXYIcJpqqKxwYs2r17IBZ8uQZK57x6K2hkzOQ+ZFviO5rejxl4ip+fC+LUhIi3P7D1YSxyoZwumT73gSPz9Xw==", "dependencies": { - "@mantine/store": "7.3.2", + "@mantine/store": "7.4.0", "react-transition-group": "4.4.5" }, "peerDependencies": { - "@mantine/core": "7.3.2", - "@mantine/hooks": "7.3.2", + "@mantine/core": "7.4.0", + "@mantine/hooks": "7.4.0", "react": "^18.2.0", "react-dom": "^18.2.0" } @@ -3450,9 +3450,9 @@ } }, "node_modules/@mantine/store": { - "version": "7.3.2", - "resolved": "https://registry.npmjs.org/@mantine/store/-/store-7.3.2.tgz", - "integrity": "sha512-M1eWHzTRCeCFvrpFhXKIM9zblrlIT5/XrMue/fP2HrkA43dpkgq+ArnZkN3LhG9lWR/EKbRwQWDhDIvdLtfD7w==", + "version": "7.4.0", + "resolved": "https://registry.npmjs.org/@mantine/store/-/store-7.4.0.tgz", + "integrity": "sha512-sSaBj6qVU0e5ml70/8e3A9pwAMBL5yKWNdnhw20b+74j85+FUDhDy8bEGZfyS0BtYPGVoxj5yF8/uZhxnDXpbg==", "peerDependencies": { "react": "^18.2.0" } @@ -7280,13 +7280,13 @@ } }, "node_modules/@vitest/expect": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-1.1.0.tgz", - "integrity": "sha512-9IE2WWkcJo2BR9eqtY5MIo3TPmS50Pnwpm66A6neb2hvk/QSLfPXBz2qdiwUOQkwyFuuXEUj5380CbwfzW4+/w==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-1.1.2.tgz", + "integrity": "sha512-1aOqDLbgkvJ2e1nLQ/5dkUX54V1Alwt2e6M2u03Oy7wGbDYHV5ZLKm1XbcT45h8TMXtc2q/BPtkeIjyRv1oDHQ==", "dev": true, "dependencies": { - "@vitest/spy": "1.1.0", - "@vitest/utils": "1.1.0", + "@vitest/spy": "1.1.2", + "@vitest/utils": "1.1.2", "chai": "^4.3.10" }, "funding": { @@ -7294,12 +7294,12 @@ } }, "node_modules/@vitest/runner": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-1.1.0.tgz", - "integrity": "sha512-zdNLJ00pm5z/uhbWF6aeIJCGMSyTyWImy3Fcp9piRGvueERFlQFbUwCpzVce79OLm2UHk9iwaMSOaU9jVHgNVw==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-1.1.2.tgz", + "integrity": "sha512-oTqXCGtZzu9EaXq9cO/QDGnC721iryuTPs5rLyVZUJsdm33IQeIOwTRIWUB7EYFwpJsI+qMiCiuGZS49+DP5hA==", "dev": true, "dependencies": { - "@vitest/utils": "1.1.0", + "@vitest/utils": "1.1.2", "p-limit": "^5.0.0", "pathe": "^1.1.1" }, @@ -7335,9 +7335,9 @@ } }, "node_modules/@vitest/snapshot": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-1.1.0.tgz", - "integrity": "sha512-5O/wyZg09V5qmNmAlUgCBqflvn2ylgsWJRRuPrnHEfDNT6tQpQ8O1isNGgo+VxofISHqz961SG3iVvt3SPK/QQ==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-1.1.2.tgz", + "integrity": "sha512-hXXd5KjURGt6GCrmw55A+PNIlrOaE6x6KcdEANXac76xmvVbJZXSiNVJ1JuMCiyvLLTzdpPnrgWyCX9/CepFCQ==", "dev": true, "dependencies": { "magic-string": "^0.30.5", @@ -7349,9 +7349,9 @@ } }, "node_modules/@vitest/spy": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-1.1.0.tgz", - "integrity": "sha512-sNOVSU/GE+7+P76qYo+VXdXhXffzWZcYIPQfmkiRxaNCSPiLANvQx5Mx6ZURJ/ndtEkUJEpvKLXqAYTKEY+lTg==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-1.1.2.tgz", + "integrity": "sha512-1Nn70K3oY00lhThDXsVQxjslUvJij1YQDzH/4FMxMLgjYxB5u4Aw4yXeICNSSap04wyV2dtGL3RqdBGwoR3sPA==", "dev": true, "dependencies": { "tinyspy": "^2.2.0" @@ -7361,12 +7361,13 @@ } }, "node_modules/@vitest/utils": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-1.1.0.tgz", - "integrity": "sha512-z+s510fKmYz4Y41XhNs3vcuFTFhcij2YF7F8VQfMEYAAUfqQh0Zfg7+w9xdgFGhPf3tX3TicAe+8BDITk6ampQ==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-1.1.2.tgz", + "integrity": "sha512-QrXfDieptshDkTkXnA+HmlVQto1h0jengbkSKcJjlbCMeXbSCr3AcALPPzozRQxEOKvFjqx9WHjljz62uxrGew==", "dev": true, "dependencies": { "diff-sequences": "^29.6.3", + "estree-walker": "^3.0.3", "loupe": "^2.3.7", "pretty-format": "^29.7.0" }, @@ -7655,9 +7656,9 @@ } }, "node_modules/acorn-walk": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.0.tgz", - "integrity": "sha512-FS7hV565M5l1R08MXqo8odwMTB02C2UqzB17RVgu9EyuYFBqJZ3/ZY97sQD5FewVu1UyDFc1yztUDrAwT0EypA==", + "version": "8.3.1", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.1.tgz", + "integrity": "sha512-TgUZgYvqZprrl7YldZNoa9OciCAyZR+Ejm9eXzKCmjsF5IKp/wgQ7Z/ZpjpGTIUPwrHQIcYeI8qDh4PsEwxMbw==", "dev": true, "engines": { "node": ">=0.4.0" @@ -11740,6 +11741,15 @@ "node": ">=4.0" } }, + "node_modules/estree-walker": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz", + "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==", + "dev": true, + "dependencies": { + "@types/estree": "^1.0.0" + } + }, "node_modules/esutils": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", @@ -16869,11 +16879,11 @@ } }, "node_modules/react-cookie": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/react-cookie/-/react-cookie-6.1.1.tgz", - "integrity": "sha512-fuFRpf8LH6SfmVMowDUIRywJF5jAUDUWrm0EI5VdXfTl5bPcJ7B0zWbuYpT0Tvikx7Gs18MlvAT+P+744dUz2g==", + "version": "6.1.3", + "resolved": "https://registry.npmjs.org/react-cookie/-/react-cookie-6.1.3.tgz", + "integrity": "sha512-cOToXQPdxvLfK0MH4ZFrrL3cOpDwbboKupFS96MCvrHsHMABMk48vdd1fRWkNG6F5D1JZMvoI5Y74sj8vtHGpA==", "dependencies": { - "@types/hoist-non-react-statics": "^3.3.1", + "@types/hoist-non-react-statics": "^3.3.5", "hoist-non-react-statics": "^3.3.2", "universal-cookie": "^6.0.0" }, @@ -19999,9 +20009,9 @@ } }, "node_modules/vite-node": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/vite-node/-/vite-node-1.1.0.tgz", - "integrity": "sha512-jV48DDUxGLEBdHCQvxL1mEh7+naVy+nhUUUaPAZLd3FJgXuxQiewHcfeZebbJ6onDqNGkP4r3MhQ342PRlG81Q==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/vite-node/-/vite-node-1.1.2.tgz", + "integrity": "sha512-2S3Y7T68PMrBbFS2H9Oda2GeordkIU5gLx2toubxPUcFZ+LKZ9L6U69pLtofotwQUrb3NcUImP3fl9GfLplebA==", "dev": true, "dependencies": { "cac": "^6.7.14", @@ -20102,17 +20112,17 @@ } }, "node_modules/vitest": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/vitest/-/vitest-1.1.0.tgz", - "integrity": "sha512-oDFiCrw7dd3Jf06HoMtSRARivvyjHJaTxikFxuqJjO76U436PqlVw1uLn7a8OSPrhSfMGVaRakKpA2lePdw79A==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/vitest/-/vitest-1.1.2.tgz", + "integrity": "sha512-nEw58z0PFBARwo3hWx6aKmI0Rob2avL9Mt2IYW+5mH5dS4S39J+VLH9aG8x6KZIgyegdE1p7/3JjZ93FzVCsoQ==", "dev": true, "dependencies": { - "@vitest/expect": "1.1.0", - "@vitest/runner": "1.1.0", - "@vitest/snapshot": "1.1.0", - "@vitest/spy": "1.1.0", - "@vitest/utils": "1.1.0", - "acorn-walk": "^8.3.0", + "@vitest/expect": "1.1.2", + "@vitest/runner": "1.1.2", + "@vitest/snapshot": "1.1.2", + "@vitest/spy": "1.1.2", + "@vitest/utils": "1.1.2", + "acorn-walk": "^8.3.1", "cac": "^6.7.14", "chai": "^4.3.10", "debug": "^4.3.4", @@ -20126,7 +20136,7 @@ "tinybench": "^2.5.1", "tinypool": "^0.8.1", "vite": "^5.0.0", - "vite-node": "1.1.0", + "vite-node": "1.1.2", "why-is-node-running": "^2.2.2" }, "bin": { @@ -20236,9 +20246,9 @@ } }, "node_modules/vitest/node_modules/npm-run-path": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.1.0.tgz", - "integrity": "sha512-sJOdmRGrY2sjNTRMbSvluQqg+8X7ZK61yvzBEIDhz4f8z1TZFYABsqjjCBd/0PUNE9M6QDgHJXQkGUEm7Q+l9Q==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.2.0.tgz", + "integrity": "sha512-W4/tgAXFqFA0iL7fk0+uQ3g7wkL8xJmx3XdK0VGb4cHW//eZTtKGvFBBoRKVTpY7n6ze4NL9ly7rgXcHufqXKg==", "dev": true, "dependencies": { "path-key": "^4.0.0" diff --git a/package.json b/package.json index 0abb7604..53ce4c8c 100644 --- a/package.json +++ b/package.json @@ -4,11 +4,11 @@ "private": true, "type": "module", "dependencies": { - "@mantine/core": "^7.3.2", - "@mantine/hooks": "^7.3.2", - "@mantine/modals": "^7.3.2", + "@mantine/core": "^7.4.0", + "@mantine/hooks": "^7.4.0", + "@mantine/modals": "^7.4.0", "@mantine/next": "^6.0.21", - "@mantine/notifications": "^7.3.2", + "@mantine/notifications": "^7.4.0", "@radix-ui/react-icons": "^1.3.0", "chart.js": "^4.4.1", "date-fns": "^3.0.6", @@ -19,7 +19,7 @@ "next-i18n-router": "^5.1.0", "react": "^18.2.0", "react-chartjs-2": "^5.2.0", - "react-cookie": "^6.1.1", + "react-cookie": "^6.1.3", "react-dom": "^18.2.0", "react-feather": "^2.0.10", "react-i18next": "^14.0.0", @@ -56,6 +56,6 @@ "prettier-eslint": "^16.2.0", "storybook": "^7.6.6", "typescript": "^5.3.3", - "vitest": "^1.1.0" + "vitest": "^1.1.2" } }