diff --git a/package-lock.json b/package-lock.json index 6ce1f9d88..125e999d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "graphql-request": "5.0.0", "material-ui-popup-state": "4.1.0", "next": "12.3.4", - "next-i18next": "13.0.0", + "next-i18next": "13.0.1", "next-pwa": "5.5.4", "phoenix": "1.6.15", "qrcode": "1.5.1", @@ -18913,25 +18913,25 @@ } }, "node_modules/next-i18next": { - "version": "13.0.0", - "resolved": "https://registry.npmjs.org/next-i18next/-/next-i18next-13.0.0.tgz", - "integrity": "sha512-XiODAmMdueAIETQKIRPvYEZ5ghLOlzHb6PI4/WzwYkKdC/5q6UROzwIRw7aj3VWRB3xwnuuzEVI9NAjMfXyrkQ==", + "version": "13.0.1", + "resolved": "https://registry.npmjs.org/next-i18next/-/next-i18next-13.0.1.tgz", + "integrity": "sha512-GnywgEQBvXZFUJAwgg8hKJw6khl7yo3qjZkgpX2atJ5Zv8l9kpVdy5RSIc8hiVImIZVwgOfoZ3YTyoWqcP4+Aw==", "funding": [ { "type": "individual", - "url": "https://github.com/belgattitude" + "url": "https://locize.com/i18next.html" }, { "type": "individual", - "url": "https://locize.com" + "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project" }, { "type": "individual", - "url": "https://locize.com/i18next.html" + "url": "https://locize.com" }, { "type": "individual", - "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project" + "url": "https://github.com/belgattitude" } ], "dependencies": { @@ -37299,9 +37299,9 @@ } }, "next-i18next": { - "version": "13.0.0", - "resolved": "https://registry.npmjs.org/next-i18next/-/next-i18next-13.0.0.tgz", - "integrity": "sha512-XiODAmMdueAIETQKIRPvYEZ5ghLOlzHb6PI4/WzwYkKdC/5q6UROzwIRw7aj3VWRB3xwnuuzEVI9NAjMfXyrkQ==", + "version": "13.0.1", + "resolved": "https://registry.npmjs.org/next-i18next/-/next-i18next-13.0.1.tgz", + "integrity": "sha512-GnywgEQBvXZFUJAwgg8hKJw6khl7yo3qjZkgpX2atJ5Zv8l9kpVdy5RSIc8hiVImIZVwgOfoZ3YTyoWqcP4+Aw==", "requires": { "@babel/runtime": "^7.18.9", "@types/hoist-non-react-statics": "^3.3.1", diff --git a/package.json b/package.json index 898cdff05..17b45eef3 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "graphql-request": "5.0.0", "material-ui-popup-state": "4.1.0", "next": "12.3.4", - "next-i18next": "13.0.0", + "next-i18next": "13.0.1", "next-pwa": "5.5.4", "phoenix": "1.6.15", "qrcode": "1.5.1",