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",