From 0c38abd73d7a4351cb72b7c52d74c57a1d3a0813 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 02:12:48 +0000 Subject: [PATCH] feat(deps): bump i18next from 23.2.3 to 23.2.6 Bumps [i18next](https://github.com/i18next/i18next) from 23.2.3 to 23.2.6. - [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.2.3...v23.2.6) --- 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 6a1a65d0..eb11149d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "geoip-lite": "^1.4.7", "global-jsdom": "^9.0.1", "helmet": "^7.0.0", - "i18next": "^23.2.3", + "i18next": "^23.2.6", "is-online": "^10.0.0", "jsdom": "^22.1.0", "jw-epub-parser": "^1.40.1", @@ -7817,9 +7817,9 @@ } }, "node_modules/i18next": { - "version": "23.2.3", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.2.3.tgz", - "integrity": "sha512-5spO7L0rNmW0jFuNhz+gfirlFt1anle4mTy4+gFkgsH0+T3R5++4oncBrzeKa7v8pweRyGBoGmOpboqlxovg6A==", + "version": "23.2.6", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.2.6.tgz", + "integrity": "sha512-i0P2XBisewaICJ7UQtwymeJj6cXUigM+s8XNIXmWk4oJ8iTok2taCbOTX0ps+u9DFcQ6FWH6xLIU0dLEnMaNbA==", "funding": [ { "type": "individual", @@ -21815,9 +21815,9 @@ "dev": true }, "i18next": { - "version": "23.2.3", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.2.3.tgz", - "integrity": "sha512-5spO7L0rNmW0jFuNhz+gfirlFt1anle4mTy4+gFkgsH0+T3R5++4oncBrzeKa7v8pweRyGBoGmOpboqlxovg6A==", + "version": "23.2.6", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.2.6.tgz", + "integrity": "sha512-i0P2XBisewaICJ7UQtwymeJj6cXUigM+s8XNIXmWk4oJ8iTok2taCbOTX0ps+u9DFcQ6FWH6xLIU0dLEnMaNbA==", "requires": { "@babel/runtime": "^7.22.5" } diff --git a/package.json b/package.json index c2e08d65..2e212d64 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "geoip-lite": "^1.4.7", "global-jsdom": "^9.0.1", "helmet": "^7.0.0", - "i18next": "^23.2.3", + "i18next": "^23.2.6", "is-online": "^10.0.0", "jsdom": "^22.1.0", "jw-epub-parser": "^1.40.1",