From 20176cc0d30bef08401880e97d4c6d7ff452902d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Nov 2022 08:00:27 +0000 Subject: [PATCH] Bump i18next from 21.8.10 to 22.0.6 Bumps [i18next](https://github.com/i18next/i18next) from 21.8.10 to 22.0.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/v21.8.10...v22.0.6) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- 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 5f6cdd1..b502b49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "antd": "^4.21.3", "axios": "^0.27.2", - "i18next": "^21.8.10", + "i18next": "^22.0.6", "i18next-browser-languagedetector": "^6.1.4", "i18next-http-backend": "^1.4.1", "react": "^18.2.0", @@ -8352,9 +8352,9 @@ } }, "node_modules/i18next": { - "version": "21.8.10", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.8.10.tgz", - "integrity": "sha512-7xRb6y4QlSqZRZ3uA5BIEsLuZpmxpzHLizQyKjDDThOcvdfgICOX7aFoBnh4BSWcLtJamTqSweaOuK22A2xqkA==", + "version": "22.0.6", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-22.0.6.tgz", + "integrity": "sha512-RlreNGoPIdDP4QG+qSA9PxZKGwlzmcozbI9ObI6+OyUa/Rp0EjZZA9ubyBjw887zVNZsC+7FI3sXX8oiTzAfig==", "funding": [ { "type": "individual", @@ -23120,9 +23120,9 @@ "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==" }, "i18next": { - "version": "21.8.10", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.8.10.tgz", - "integrity": "sha512-7xRb6y4QlSqZRZ3uA5BIEsLuZpmxpzHLizQyKjDDThOcvdfgICOX7aFoBnh4BSWcLtJamTqSweaOuK22A2xqkA==", + "version": "22.0.6", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-22.0.6.tgz", + "integrity": "sha512-RlreNGoPIdDP4QG+qSA9PxZKGwlzmcozbI9ObI6+OyUa/Rp0EjZZA9ubyBjw887zVNZsC+7FI3sXX8oiTzAfig==", "requires": { "@babel/runtime": "^7.17.2" } diff --git a/package.json b/package.json index 3a35f93..8df836e 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "dependencies": { "antd": "^4.21.3", "axios": "^0.27.2", - "i18next": "^21.8.10", + "i18next": "^22.0.6", "i18next-browser-languagedetector": "^6.1.4", "i18next-http-backend": "^1.4.1", "react": "^18.2.0",