From 649b6d41c807ca90e3878b60818ce300403da841 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 04:28:06 +0000 Subject: [PATCH] Bump i18next from 23.7.16 to 23.7.18 in /client Bumps [i18next](https://github.com/i18next/i18next) from 23.7.16 to 23.7.18. - [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.16...v23.7.18) --- 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 fc1fd054..879ef63e 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -16,7 +16,7 @@ "@vitejs/plugin-react": "^4.2.1", "chart.js": "^4.4.1", "cron-parser": "^4.9.0", - "i18next": "^23.7.16", + "i18next": "^23.7.18", "i18next-browser-languagedetector": "^7.2.0", "i18next-http-backend": "^2.4.2", "react": "^18.2.0", @@ -3508,9 +3508,9 @@ } }, "node_modules/i18next": { - "version": "23.7.16", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.7.16.tgz", - "integrity": "sha512-SrqFkMn9W6Wb43ZJ9qrO6U2U4S80RsFMA7VYFSqp7oc7RllQOYDCdRfsse6A7Cq/V8MnpxKvJCYgM8++27n4Fw==", + "version": "23.7.18", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.7.18.tgz", + "integrity": "sha512-b9N2KjRCYQNlUvE1Kc83g8knyUkL5NiZQOp9BsTR/v/LXk6Fzz+doOzTg2/826XK28mCgBkYLNAtixjE58qpCw==", "funding": [ { "type": "individual", @@ -7599,9 +7599,9 @@ } }, "i18next": { - "version": "23.7.16", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.7.16.tgz", - "integrity": "sha512-SrqFkMn9W6Wb43ZJ9qrO6U2U4S80RsFMA7VYFSqp7oc7RllQOYDCdRfsse6A7Cq/V8MnpxKvJCYgM8++27n4Fw==", + "version": "23.7.18", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.7.18.tgz", + "integrity": "sha512-b9N2KjRCYQNlUvE1Kc83g8knyUkL5NiZQOp9BsTR/v/LXk6Fzz+doOzTg2/826XK28mCgBkYLNAtixjE58qpCw==", "requires": { "@babel/runtime": "^7.23.2" } diff --git a/client/package.json b/client/package.json index a8847a6c..28ef1671 100644 --- a/client/package.json +++ b/client/package.json @@ -14,7 +14,7 @@ "@vitejs/plugin-react": "^4.2.1", "chart.js": "^4.4.1", "cron-parser": "^4.9.0", - "i18next": "^23.7.16", + "i18next": "^23.7.18", "i18next-browser-languagedetector": "^7.2.0", "i18next-http-backend": "^2.4.2", "react": "^18.2.0",