From e4b81849a4dc1da736fd51be3d0cccff27e3541a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 21:33:21 +0000 Subject: [PATCH] Bump i18next from 23.16.2 to 23.16.4 Bumps [i18next](https://github.com/i18next/i18next) from 23.16.2 to 23.16.4. - [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.2...v23.16.4) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3260030..f8b458a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "browserslist": "^4.24.0", "browserslist-useragent": "^4.0.0", "cypress": "^13.15.0", - "i18next": "^23.16.2", + "i18next": "^23.16.4", "react": "^18.2.0", "react-dom": "^18.2.0", "react-github-btn": "^1.4.0", @@ -3884,9 +3884,9 @@ } }, "node_modules/i18next": { - "version": "23.16.2", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.16.2.tgz", - "integrity": "sha512-dFyxwLXxEQK32f6tITBMaRht25mZPJhQ0WbC0p3bO2mWBal9lABTMqSka5k+GLSRWLzeJBKDpH7BeIA9TZI7Jg==", + "version": "23.16.4", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.16.4.tgz", + "integrity": "sha512-9NIYBVy9cs4wIqzurf7nLXPyf3R78xYbxExVqHLK9od3038rjpyOEzW+XB130kZ1N4PZ9inTtJ471CRJ4Ituyg==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index f4c68f6..4bba3b4 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "browserslist": "^4.24.0", "browserslist-useragent": "^4.0.0", "cypress": "^13.15.0", - "i18next": "^23.16.2", + "i18next": "^23.16.4", "react": "^18.2.0", "react-dom": "^18.2.0", "react-github-btn": "^1.4.0",