From be434a559d1634825383e969a5da02c84dd19339 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 06:04:46 +0000 Subject: [PATCH] chore(deps): bump i18next from 23.16.0 to 23.16.6 in /frontend Bumps [i18next](https://github.com/i18next/i18next) from 23.16.0 to 23.16.6. - [Release notes](https://github.com/i18next/i18next/releases) - [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/i18next/compare/v23.16.0...v23.16.6) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-patch ... 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 9f8176b5..40a8e71c 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -21,7 +21,7 @@ "clsx": "^2.1.1", "cors": "^2.8.5", "eslint-config-airbnb-typescript": "^18.0.0", - "i18next": "^23.15.2", + "i18next": "^23.16.6", "i18next-browser-languagedetector": "^8.0.0", "i18next-http-backend": "^2.6.2", "isbot": "^5.1.17", @@ -11184,9 +11184,9 @@ } }, "node_modules/i18next": { - "version": "23.16.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.16.0.tgz", - "integrity": "sha512-Ni3CG6c14teOogY19YNRl+kYaE/Rb59khy0VyHVn4uOZ97E2E/Yziyi6r3C3s9+wacjdLZiq/LLYyx+Cgd+FCw==", + "version": "23.16.6", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.16.6.tgz", + "integrity": "sha512-wGdE5rUfkZtrL5k6MCptxbpjmgwku4rBRVU/YOJ7Xfd841fgaZjlxHpVJ5NIz8sfSvAJhEhJrvJ8qE7AWXE4Xg==", "funding": [ { "type": "individual", diff --git a/frontend/package.json b/frontend/package.json index 51ff6768..574c45ca 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -20,7 +20,7 @@ "clsx": "^2.1.1", "cors": "^2.8.5", "eslint-config-airbnb-typescript": "^18.0.0", - "i18next": "^23.15.2", + "i18next": "^23.16.6", "i18next-browser-languagedetector": "^8.0.0", "i18next-http-backend": "^2.6.2", "isbot": "^5.1.17",