From d156808475fcf88ff9eeef2ce01010bd7625f203 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 08:29:31 +0000 Subject: [PATCH] Bump next-i18next from 13.3.0 to 14.0.2 in /frontend/shared Bumps [next-i18next](https://github.com/i18next/next-i18next) from 13.3.0 to 14.0.2. - [Release notes](https://github.com/i18next/next-i18next/releases) - [Changelog](https://github.com/i18next/next-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/next-i18next/compare/v13.3.0...v14.0.2) --- updated-dependencies: - dependency-name: next-i18next dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontend/shared/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/shared/package.json b/frontend/shared/package.json index 1aeba1243f..5787262d8e 100644 --- a/frontend/shared/package.json +++ b/frontend/shared/package.json @@ -26,7 +26,7 @@ "js-file-download": "^0.4.12", "lodash": "^4.17.21", "next": "^12.3.4", - "next-i18next": "^13.0.3", + "next-i18next": "^14.0.2", "react": "^18.0.0", "react-dom": "^18.0.0", "react-hook-form": "^7.30.0",