From 8f4913c247949364f91c13b710a657ddab7274fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 12:48:35 +0000 Subject: [PATCH] Bump i18next from 24.0.2 to 24.2.0 Bumps [i18next](https://github.com/i18next/i18next) from 24.0.2 to 24.2.0. - [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/v24.0.2...v24.2.0) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-minor ... 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 4682d4f..4ece8ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@injms/quack-nunjucks-filters": "^0.12.1", "cheerio": "^1.0.0", "exifr": "^7.1.3", - "i18next": "^24.0.2", + "i18next": "^24.2.0", "jimp": "^1.6.0", "lodash": "^4.17.21", "yaml": "^2.6.1" @@ -3200,9 +3200,9 @@ } }, "node_modules/i18next": { - "version": "24.0.2", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.0.2.tgz", - "integrity": "sha512-D88xyIGcWAKwBTAs4RSqASi8NXR/NhCVSTM4LDbdoU8qb/5dcEZjNCLDhtQBB7Epw/Cp1w2vH/3ujoTbqLSs5g==", + "version": "24.2.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.2.0.tgz", + "integrity": "sha512-ArJJTS1lV6lgKH7yEf4EpgNZ7+THl7bsGxxougPYiXRTJ/Fe1j08/TBpV9QsXCIYVfdE/HWG/xLezJ5DOlfBOA==", "funding": [ { "type": "individual", @@ -8033,9 +8033,9 @@ "integrity": "sha512-TScO04soylRN9i/QdOdgZyhydXg9z6XdaGzEyOgDKycePeDeTT4KvigjBcI+tgfTlieLWauGORMq5F1eIDa+1w==" }, "i18next": { - "version": "24.0.2", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.0.2.tgz", - "integrity": "sha512-D88xyIGcWAKwBTAs4RSqASi8NXR/NhCVSTM4LDbdoU8qb/5dcEZjNCLDhtQBB7Epw/Cp1w2vH/3ujoTbqLSs5g==", + "version": "24.2.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.2.0.tgz", + "integrity": "sha512-ArJJTS1lV6lgKH7yEf4EpgNZ7+THl7bsGxxougPYiXRTJ/Fe1j08/TBpV9QsXCIYVfdE/HWG/xLezJ5DOlfBOA==", "requires": { "@babel/runtime": "^7.23.2" } diff --git a/package.json b/package.json index 7f5b82f..34dff5b 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@injms/quack-nunjucks-filters": "^0.12.1", "cheerio": "^1.0.0", "exifr": "^7.1.3", - "i18next": "^24.0.2", + "i18next": "^24.2.0", "jimp": "^1.6.0", "lodash": "^4.17.21", "yaml": "^2.6.1"