From a9ed79e0f31d6729dee93450f9c1099c68c1bbf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 14:35:00 +0930 Subject: [PATCH] Bump i18next from 23.4.3 to 23.4.4 (#1456) Bumps [i18next](https://github.com/i18next/i18next) from 23.4.3 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.3...v23.4.4) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 da700646f6..d246af348c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "font-awesome-sass": "4.7.0", "fs-extra": "^11.1.1", "har-validator": "5.1.5", - "i18next": "23.4.3", + "i18next": "23.4.4", "i18next-fs-backend": "^2.1.1", "include-all": "^4.0.3", "jquery": "^3.7.0", @@ -9200,9 +9200,9 @@ "integrity": "sha512-VE0SOVEHCk7Qc8ulkWw3ntAzXuqf7S2lvwQaDLRnUeIEaKNQJzV6BwmLKhOqT61aGhfUMrXeaBk+oDGCzvhcug==" }, "node_modules/i18next": { - "version": "23.4.3", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.4.3.tgz", - "integrity": "sha512-EgwHA+R+WIJ/eypepS6RWzyiPp3JR8c3W7vyvgRcY2q9a4PQQHY96jugVF5CBHm0MvK8XBYCGUgtjd4R6UTvwA==", + "version": "23.4.4", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.4.4.tgz", + "integrity": "sha512-+c9B0txp/x1m5zn+QlwHaCS9vyFtmIAEXbVSFzwCX7vupm5V7va8F9cJGNJZ46X9ZtoGzhIiRC7eTIIh93TxPA==", "funding": [ { "type": "individual", @@ -24673,9 +24673,9 @@ } }, "i18next": { - "version": "23.4.3", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.4.3.tgz", - "integrity": "sha512-EgwHA+R+WIJ/eypepS6RWzyiPp3JR8c3W7vyvgRcY2q9a4PQQHY96jugVF5CBHm0MvK8XBYCGUgtjd4R6UTvwA==", + "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 a4d52f7692..72a2f0c2e1 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "font-awesome-sass": "4.7.0", "fs-extra": "^11.1.1", "har-validator": "5.1.5", - "i18next": "23.4.3", + "i18next": "23.4.4", "i18next-fs-backend": "^2.1.1", "include-all": "^4.0.3", "jquery": "^3.7.0",