diff --git a/package-lock.json b/package-lock.json index 46e3110..6b1e23d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,12 +12,12 @@ "@emotion/react": "11.11.1", "@emotion/styled": "11.11.0", "@fontsource/material-icons": "5.0.7", - "@fontsource/roboto": "5.0.6", + "@fontsource/roboto": "^5.0.8", "@mui/icons-material": "5.14.3", "@mui/lab": "5.0.0-alpha.135", "@mui/material": "^5.14.4", "@supabase/auth-helpers-react": "0.4.2", - "@supabase/supabase-js": "^2.32.0", + "@supabase/supabase-js": "2.32.0", "clsx": "1.2.1", "next": "13.2.4", "react": "^18.2.0", @@ -66,6 +66,7 @@ "node": "^16 || ^18" }, "peerDependencies": { + "@mui/material": "^5.14.1", "next": "13.2.4", "react": "^18.2.0", "react-dom": "^18.2.0" @@ -2944,9 +2945,9 @@ "integrity": "sha512-QNEk24i1KhV1MoZqpLHfD+T90N2U8lzYxyeHbr6qAWTJG7KgOMib4TA+RonS9vtBT4sw59L9e9Wd1vebXxOhOQ==" }, "node_modules/@fontsource/roboto": { - "version": "5.0.6", - "resolved": "https://registry.npmjs.org/@fontsource/roboto/-/roboto-5.0.6.tgz", - "integrity": "sha512-SksyUGbdqY7a71l/ywdX5fm37fepCakgHZEZ3H4uP5A9wDJewrcSACtIzw6yi9QjJIYoj1xArhDSOz4XJxyWow==" + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/@fontsource/roboto/-/roboto-5.0.8.tgz", + "integrity": "sha512-XxPltXs5R31D6UZeLIV1td3wTXU3jzd3f2DLsXI8tytMGBkIsGcc9sIyiupRtA8y73HAhuSCeweOoBqf6DbWCA==" }, "node_modules/@humanwhocodes/config-array": { "version": "0.11.10", diff --git a/package.json b/package.json index e577e79..c8adcd9 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "@emotion/react": "11.11.1", "@emotion/styled": "11.11.0", "@fontsource/material-icons": "5.0.7", - "@fontsource/roboto": "5.0.6", + "@fontsource/roboto": "5.0.8", "@mui/icons-material": "5.14.3", "@mui/lab": "5.0.0-alpha.135", "@mui/material": "^5.14.4",