chore: upgrade packages to fix vulnerabilities

This commit is contained in:
Elias Schneider
2022-10-18 09:43:13 +02:00
parent c52a4d5e3a
commit 41c3bafbd7
4 changed files with 66 additions and 2397 deletions

View File

@@ -69,7 +69,7 @@ function App({ Component, pageProps }: AppProps) {
);
}
// Ops out of static site generation to use publicRuntimeConfig
// Opts out of static site generation to use publicRuntimeConfig
App.getInitialProps = () => {
return {};
};