From aa03a6cf7a7ab8a508621d74779a617044dd5bed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 20:19:18 +0000 Subject: [PATCH] Bump i18next from 23.15.1 to 24.2.0 Bumps [i18next](https://github.com/i18next/i18next) from 23.15.1 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/v23.15.1...v24.2.0) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7a3467a..f1ceb40 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "lodash": "4.17.21", "pdfkit": "0.15.0", "moment": "^2.30.1", - "i18next": "23.15.1" + "i18next": "24.2.0" }, "devDependencies": { "@babel/cli": "^7.14.3",