From 576610e7572d7383627f13a281c0d84d084cee35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Aug 2023 06:32:54 +0000 Subject: [PATCH] feat(deps): bump i18next from 23.4.1 to 23.4.4 Bumps [i18next](https://github.com/i18next/i18next) from 23.4.1 to 23.4.4. - [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.4.1...v23.4.4) --- 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 5338a395..20b48e43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "geoip-lite": "^1.4.7", "global-jsdom": "^9.1.0", "helmet": "^7.0.0", - "i18next": "^23.4.1", + "i18next": "^23.4.4", "is-online": "^10.0.0", "jsdom": "^22.1.0", "jw-epub-parser": "^1.40.1", @@ -7821,9 +7821,9 @@ } }, "node_modules/i18next": { - "version": "23.4.1", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.4.1.tgz", - "integrity": "sha512-07ekE7hbUrbxTYj97VnBzyhKcGURTJC9p4iWTwCVC8t63T+YrgqQmb/n1LBQMivZYwR61pqS+PC0G2rtENycyQ==", + "version": "23.4.4", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.4.4.tgz", + "integrity": "sha512-+c9B0txp/x1m5zn+QlwHaCS9vyFtmIAEXbVSFzwCX7vupm5V7va8F9cJGNJZ46X9ZtoGzhIiRC7eTIIh93TxPA==", "funding": [ { "type": "individual", @@ -21818,9 +21818,9 @@ "dev": true }, "i18next": { - "version": "23.4.1", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.4.1.tgz", - "integrity": "sha512-07ekE7hbUrbxTYj97VnBzyhKcGURTJC9p4iWTwCVC8t63T+YrgqQmb/n1LBQMivZYwR61pqS+PC0G2rtENycyQ==", + "version": "23.4.4", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.4.4.tgz", + "integrity": "sha512-+c9B0txp/x1m5zn+QlwHaCS9vyFtmIAEXbVSFzwCX7vupm5V7va8F9cJGNJZ46X9ZtoGzhIiRC7eTIIh93TxPA==", "requires": { "@babel/runtime": "^7.22.5" } diff --git a/package.json b/package.json index b65f744a..7d0780b0 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "geoip-lite": "^1.4.7", "global-jsdom": "^9.1.0", "helmet": "^7.0.0", - "i18next": "^23.4.1", + "i18next": "^23.4.4", "is-online": "^10.0.0", "jsdom": "^22.1.0", "jw-epub-parser": "^1.40.1",