From 1d53e0a28cec3b9846fbfc44527658310d6ac008 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 21:17:54 +0000 Subject: [PATCH] Bump i18next from 22.4.6 to 22.4.7 in /client Bumps [i18next](https://github.com/i18next/i18next) from 22.4.6 to 22.4.7. - [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/v22.4.6...v22.4.7) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 14 +++++++------- client/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 3d6174f3..d9546e0e 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -13,7 +13,7 @@ "@fortawesome/react-fontawesome": "^0.2.0", "@vitejs/plugin-react": "^3.0.0", "cron-parser": "^4.7.0", - "i18next": "^22.4.6", + "i18next": "^22.4.7", "i18next-browser-languagedetector": "^7.0.1", "i18next-http-backend": "^2.1.1", "react": "^18.2.0", @@ -3074,9 +3074,9 @@ } }, "node_modules/i18next": { - "version": "22.4.6", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-22.4.6.tgz", - "integrity": "sha512-9Tm1ezxWyzV+306CIDMBbYBitC1jedQyYuuLtIv7oxjp2ohh8eyxP9xytIf+2bbQfhH784IQKPSYp+Zq9+YSbw==", + "version": "22.4.7", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-22.4.7.tgz", + "integrity": "sha512-nWHK0wtxY64Lf3h7lIGcslY4bcO7fRZsgO3GrpzUCJCEZurwuLG4sNzIWYrAD5iza1l4/HMhge7eDf0GjdPErQ==", "funding": [ { "type": "individual", @@ -6818,9 +6818,9 @@ } }, "i18next": { - "version": "22.4.6", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-22.4.6.tgz", - "integrity": "sha512-9Tm1ezxWyzV+306CIDMBbYBitC1jedQyYuuLtIv7oxjp2ohh8eyxP9xytIf+2bbQfhH784IQKPSYp+Zq9+YSbw==", + "version": "22.4.7", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-22.4.7.tgz", + "integrity": "sha512-nWHK0wtxY64Lf3h7lIGcslY4bcO7fRZsgO3GrpzUCJCEZurwuLG4sNzIWYrAD5iza1l4/HMhge7eDf0GjdPErQ==", "requires": { "@babel/runtime": "^7.20.6" } diff --git a/client/package.json b/client/package.json index 1aff8efd..e85a6552 100644 --- a/client/package.json +++ b/client/package.json @@ -12,7 +12,7 @@ "@fortawesome/react-fontawesome": "^0.2.0", "@vitejs/plugin-react": "^3.0.0", "cron-parser": "^4.7.0", - "i18next": "^22.4.6", + "i18next": "^22.4.7", "i18next-browser-languagedetector": "^7.0.1", "i18next-http-backend": "^2.1.1", "react-i18next": "^12.1.1",