From 6feeb2f74fc22d5bc1fdb0b3a7dd3bd3b2cb6f35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 15:31:06 +0000 Subject: [PATCH] chore(deps): bump i18next from 23.16.4 to 23.16.5 Bumps [i18next](https://github.com/i18next/i18next) from 23.16.4 to 23.16.5. - [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.4...v23.16.5) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index a4946001..562722c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "hsluv": "^1.0.1", "html-react-parser": "^5.1.18", "husky": "9.1.6", - "i18next": "23.16.4", + "i18next": "23.16.5", "i18next-browser-languagedetector": "8.0.0", "i18next-http-backend": "2.6.2", "jszip": "^3.10.1", @@ -4035,9 +4035,9 @@ } }, "node_modules/i18next": { - "version": "23.16.4", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.16.4.tgz", - "integrity": "sha512-9NIYBVy9cs4wIqzurf7nLXPyf3R78xYbxExVqHLK9od3038rjpyOEzW+XB130kZ1N4PZ9inTtJ471CRJ4Ituyg==", + "version": "23.16.5", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.16.5.tgz", + "integrity": "sha512-KTlhE3EP9x6pPTAW7dy0WKIhoCpfOGhRQlO+jttQLgzVaoOjWwBWramu7Pp0i+8wDNduuzXfe3kkVbzrKyrbTA==", "funding": [ { "type": "individual", @@ -9428,9 +9428,9 @@ "integrity": "sha512-sqbjZKK7kf44hfdE94EoX8MZNk0n7HeW37O4YrVGCF4wzgQjp+akPAkfUK5LZ6KuR/6sqeAVuXHji+RzQgOn5A==" }, "i18next": { - "version": "23.16.4", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.16.4.tgz", - "integrity": "sha512-9NIYBVy9cs4wIqzurf7nLXPyf3R78xYbxExVqHLK9od3038rjpyOEzW+XB130kZ1N4PZ9inTtJ471CRJ4Ituyg==", + "version": "23.16.5", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.16.5.tgz", + "integrity": "sha512-KTlhE3EP9x6pPTAW7dy0WKIhoCpfOGhRQlO+jttQLgzVaoOjWwBWramu7Pp0i+8wDNduuzXfe3kkVbzrKyrbTA==", "requires": { "@babel/runtime": "^7.23.2" } diff --git a/package.json b/package.json index 0eaf1c57..41c39c59 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "hsluv": "^1.0.1", "html-react-parser": "^5.1.18", "husky": "9.1.6", - "i18next": "23.16.4", + "i18next": "23.16.5", "i18next-browser-languagedetector": "8.0.0", "i18next-http-backend": "2.6.2", "jszip": "^3.10.1",