From 99bd948c1f069cd0611b384d88f4899393157996 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Mar 2023 12:08:26 +0000 Subject: [PATCH] Bump i18next from 22.4.12 to 22.4.13 in /client Bumps [i18next](https://github.com/i18next/i18next) from 22.4.12 to 22.4.13. - [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.12...v22.4.13) --- 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 5c912229..249699f9 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -14,7 +14,7 @@ "@vitejs/plugin-react": "^3.1.0", "chart.js": "^4.2.1", "cron-parser": "^4.8.1", - "i18next": "^22.4.12", + "i18next": "^22.4.13", "i18next-browser-languagedetector": "^7.0.1", "i18next-http-backend": "^2.2.0", "react": "^18.2.0", @@ -3093,9 +3093,9 @@ } }, "node_modules/i18next": { - "version": "22.4.12", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-22.4.12.tgz", - "integrity": "sha512-2lE+vRXxQ3lGLub1CVbwgO0IfkLHmUSDVOAVdPh22CsxttMXi+35n2qgxh2wZIkKl6t/NMzPfgFPRDiFQOmiCg==", + "version": "22.4.13", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-22.4.13.tgz", + "integrity": "sha512-GX7flMHRRqQA0I1yGLmaZ4Hwt1JfLqagk8QPDPZsqekbKtXsuIngSVWM/s3SLgNkrEXjA+0sMGNuOEkkmyqmWg==", "funding": [ { "type": "individual", @@ -6873,9 +6873,9 @@ } }, "i18next": { - "version": "22.4.12", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-22.4.12.tgz", - "integrity": "sha512-2lE+vRXxQ3lGLub1CVbwgO0IfkLHmUSDVOAVdPh22CsxttMXi+35n2qgxh2wZIkKl6t/NMzPfgFPRDiFQOmiCg==", + "version": "22.4.13", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-22.4.13.tgz", + "integrity": "sha512-GX7flMHRRqQA0I1yGLmaZ4Hwt1JfLqagk8QPDPZsqekbKtXsuIngSVWM/s3SLgNkrEXjA+0sMGNuOEkkmyqmWg==", "requires": { "@babel/runtime": "^7.20.6" } diff --git a/client/package.json b/client/package.json index 522ba6ea..a05c8ef7 100644 --- a/client/package.json +++ b/client/package.json @@ -13,7 +13,7 @@ "@vitejs/plugin-react": "^3.1.0", "chart.js": "^4.2.1", "cron-parser": "^4.8.1", - "i18next": "^22.4.12", + "i18next": "^22.4.13", "i18next-browser-languagedetector": "^7.0.1", "i18next-http-backend": "^2.2.0", "react": "^18.2.0",