From 6e8d559bb20f842139a37c81bb421fbe89231676 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 14:03:04 +0000 Subject: [PATCH] Bump i18next from 23.7.3 to 23.7.6 Bumps [i18next](https://github.com/i18next/i18next) from 23.7.3 to 23.7.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.7.3...v23.7.6) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 07db7352..acbcdbb0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "electron-log": "^4.4.8", "electron-updater": "^5.3.0", "framer-motion": "^10.16.1", - "i18next": "^23.7.3", + "i18next": "^23.7.6", "react": "^18.2.0", "react-dom": "^18.2.0", "react-hook-form": "^7.47.0", @@ -10941,9 +10941,9 @@ } }, "node_modules/i18next": { - "version": "23.7.3", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.7.3.tgz", - "integrity": "sha512-XetHM9UCk5oeeIcE2hu6Os16mq/zPHi8v/janExQjbFtx4ndNg9ye5OyAz+f5aYums8A1WcnXa7QikaEjyELPg==", + "version": "23.7.6", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.7.6.tgz", + "integrity": "sha512-O66BhXBw0fH4bEJMA0/klQKPEbcwAp5wjXEL803pdAynNbg2f4qhLIYlNHJyE7icrL6XmSZKPYaaXwy11kJ6YQ==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index 51bda0df..ccec4fd2 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "electron-log": "^4.4.8", "electron-updater": "^5.3.0", "framer-motion": "^10.16.1", - "i18next": "^23.7.3", + "i18next": "^23.7.6", "react": "^18.2.0", "react-dom": "^18.2.0", "react-hook-form": "^7.47.0",