From d758aa6931fcf54b3ffe2a263b0de5192eb3d56c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 15:30:11 +0000 Subject: [PATCH] Bump i18next from 23.5.1 to 23.7.11 Bumps [i18next](https://github.com/i18next/i18next) from 23.5.1 to 23.7.11. - [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.5.1...v23.7.11) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 88f3784a..7868a983 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "electron-window-state": "^5.0.3", "exceljs": "^4.4.0", "fs-extra": "^11.2.0", - "i18next": "^23.5.1", + "i18next": "^23.7.11", "i18next-fs-backend": "^2.3.1", "jspdf": "^2.5.1", "jspdf-autotable": "^3.8.1", @@ -5879,9 +5879,9 @@ } }, "node_modules/i18next": { - "version": "23.5.1", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.5.1.tgz", - "integrity": "sha512-JelYzcaCoFDaa+Ysbfz2JsGAKkrHiMG6S61+HLBUEIPaF40WMwW9hCPymlQGrP+wWawKxKPuSuD71WZscCsWHg==", + "version": "23.7.11", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.7.11.tgz", + "integrity": "sha512-A/vOkw8vY99YHU9A1Td3I1dcTiYaPnwBWzrpVzfXUXSYgogK3cmBcmop/0cnXPc6QpUWIyqaugKNxRUEZVk9Nw==", "funding": [ { "type": "individual", @@ -5897,7 +5897,7 @@ } ], "dependencies": { - "@babel/runtime": "^7.22.5" + "@babel/runtime": "^7.23.2" } }, "node_modules/i18next-fs-backend": { diff --git a/package.json b/package.json index 5d089007..9a89219a 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "electron-window-state": "^5.0.3", "exceljs": "^4.4.0", "fs-extra": "^11.2.0", - "i18next": "^23.5.1", + "i18next": "^23.7.11", "i18next-fs-backend": "^2.3.1", "jspdf": "^2.5.1", "jspdf-autotable": "^3.8.1",