From bb81be9fe5dd28a74fed9ad0cb084adfbccb7cc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 19:05:59 +0000 Subject: [PATCH] build(deps): bump the i18next group in /frontend with 1 update Bumps the i18next group in /frontend with 1 update: [i18next-http-backend](https://github.com/i18next/i18next-http-backend). - [Changelog](https://github.com/i18next/i18next-http-backend/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/i18next-http-backend/compare/v2.4.1...v2.4.2) --- updated-dependencies: - dependency-name: i18next-http-backend dependency-type: direct:production update-type: version-update:semver-patch dependency-group: i18next ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 510325e22..2425c6f47 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -26,7 +26,7 @@ "history": "^5.3.0", "i18next": "^23.7.6", "i18next-browser-languagedetector": "^7.2.0", - "i18next-http-backend": "^2.4.1", + "i18next-http-backend": "^2.4.2", "jotai": "^2.5.1", "jotai-devtools": "^0.7.0", "jotai-location": "^0.5.2", @@ -15920,9 +15920,9 @@ } }, "node_modules/i18next-http-backend": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-2.4.1.tgz", - "integrity": "sha512-CZHzFGDvF8zN7ya1W2lHbgLj2ejPUvPD836+vA3eNXc9eKGUM3MSF6SA2TKBXKBZ2cNG3nxzycCXeM6n/46KWQ==", + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-2.4.2.tgz", + "integrity": "sha512-wKrgGcaFQ4EPjfzBTjzMU0rbFTYpa0S5gv9N/d8WBmWS64+IgJb7cHddMvV+tUkse7vUfco3eVs2lB+nJhPo3w==", "dependencies": { "cross-fetch": "4.0.0" } diff --git a/frontend/package.json b/frontend/package.json index d9628c467..f97d8dc01 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -34,7 +34,7 @@ "history": "^5.3.0", "i18next": "^23.7.6", "i18next-browser-languagedetector": "^7.2.0", - "i18next-http-backend": "^2.4.1", + "i18next-http-backend": "^2.4.2", "jotai": "^2.5.1", "jotai-devtools": "^0.7.0", "jotai-location": "^0.5.2",