From b7fe36137fe40f8b8556d867ef3605d0c08b9366 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Dec 2023 09:52:46 +0000 Subject: [PATCH] Bump i18next from 23.7.7 to 23.7.12 Bumps [i18next](https://github.com/i18next/i18next) from 23.7.7 to 23.7.12. - [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.7.7...v23.7.12) --- 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 cc14971d..0a438f3c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "BSD-3-Clause", "dependencies": { "@jaames/iro": "^5.5.2", - "i18next": "^23.7.7", + "i18next": "^23.7.12", "i18next-browser-languagedetector": "^7.2.0", "minified": "^1.0.1", "purecss": "^3.0.0" @@ -2367,9 +2367,9 @@ } }, "node_modules/i18next": { - "version": "23.7.7", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.7.7.tgz", - "integrity": "sha512-peTvdT+Lma+o0LfLFD7IC2M37N9DJ04dH0IJYOyOHRhDfLo6nK36v7LkrQH35C2l8NHiiXZqGirhKESlEb/5PA==", + "version": "23.7.12", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.7.12.tgz", + "integrity": "sha512-BZcAvh5M/s2CDrbxNFT8kscfzCYW607wnc4wnQ11HaHDJlS46P/0+P++nmgnc5CIjSQ1DfHAM9RE+hIyALvI7g==", "funding": [ { "type": "individual", @@ -5769,9 +5769,9 @@ } }, "i18next": { - "version": "23.7.7", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.7.7.tgz", - "integrity": "sha512-peTvdT+Lma+o0LfLFD7IC2M37N9DJ04dH0IJYOyOHRhDfLo6nK36v7LkrQH35C2l8NHiiXZqGirhKESlEb/5PA==", + "version": "23.7.12", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.7.12.tgz", + "integrity": "sha512-BZcAvh5M/s2CDrbxNFT8kscfzCYW607wnc4wnQ11HaHDJlS46P/0+P++nmgnc5CIjSQ1DfHAM9RE+hIyALvI7g==", "requires": { "@babel/runtime": "^7.23.2" } diff --git a/package.json b/package.json index 4b4503a2..3cba0ecd 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ }, "dependencies": { "@jaames/iro": "^5.5.2", - "i18next": "^23.7.7", + "i18next": "^23.7.12", "i18next-browser-languagedetector": "^7.2.0", "minified": "^1.0.1", "purecss": "^3.0.0"