From 51b4d7857b8e23be17dd2b03810b1f8aaf8720c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 23:45:49 +0000 Subject: [PATCH] feat(deps): bump i18next from 24.0.0 to 24.0.2 Bumps [i18next](https://github.com/i18next/i18next) from 24.0.0 to 24.0.2. - [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.0...v24.0.2) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index bb85d9bef7b..192cff74bc0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "file-saver": "^2.0.5", "file-select-dialog": "^1.5.4", "firebase": "^11.0.2", - "i18next": "^24.0.0", + "i18next": "^24.0.2", "interweave": "^13.1.0", "jszip": "^3.10.1", "jw-epub-parser": "^3.28.1", @@ -10291,9 +10291,9 @@ "integrity": "sha512-fXHXcGFTXOvZTSkPJuGOQf5Lv5T/R2itiiCVPg9LxAje5D00O0pP83yJShFq5V89Ly//Gt6acj7z8pbBr34stw==" }, "node_modules/i18next": { - "version": "24.0.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.0.0.tgz", - "integrity": "sha512-ORGCwMrXxpmB/AljFbGEe0UK/9Pz6umb9aZgLZ9qJGE+kjKhlnLj423WX2mt+N0MlEJ78pQXFMBmeMzrkLxriQ==", + "version": "24.0.2", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.0.2.tgz", + "integrity": "sha512-D88xyIGcWAKwBTAs4RSqASi8NXR/NhCVSTM4LDbdoU8qb/5dcEZjNCLDhtQBB7Epw/Cp1w2vH/3ujoTbqLSs5g==", "funding": [ { "type": "individual", @@ -10308,6 +10308,7 @@ "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project" } ], + "license": "MIT", "dependencies": { "@babel/runtime": "^7.23.2" }, diff --git a/package.json b/package.json index b64183349d8..cb6edc708d5 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "file-saver": "^2.0.5", "file-select-dialog": "^1.5.4", "firebase": "^11.0.2", - "i18next": "^24.0.0", + "i18next": "^24.0.2", "interweave": "^13.1.0", "jszip": "^3.10.1", "jw-epub-parser": "^3.28.1",