diff --git a/package-lock.json b/package-lock.json index 1b8d13b3c..48eb62f22 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,8 +24,8 @@ "axios": "^1.7.7", "classnames": "^2.5.1", "fastest-levenshtein": "^1.0.16", - "i18next": "^23.15.1", - "i18next-http-backend": "^2.6.1", + "i18next": "^23.16.0", + "i18next-http-backend": "^2.6.2", "iso-639-1": "^3.1.3", "joi": "^17.13.3", "js-cookie": "^3.0.5", @@ -36,7 +36,7 @@ "prop-types": "^15.8.1", "react": "18.2.0", "react-dom": "18.2.0", - "react-i18next": "^15.0.1", + "react-i18next": "^15.0.3", "react-redux": "^9.1.2", "react-use": "^17.5.1", "redux": "^5.0.1", @@ -13501,9 +13501,9 @@ "integrity": "sha512-WDC/ui2VVRrz3jOVi+XtjqkDjiVjTtFaAGiW37k6b+ohyQ5wYDOGkvCZa8+H0nx3gyvv0+BST9xuOgIyGQ00gw==" }, "node_modules/i18next": { - "version": "23.15.1", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.15.1.tgz", - "integrity": "sha512-wB4abZ3uK7EWodYisHl/asf8UYEhrI/vj/8aoSsrj/ZDxj4/UXPOa1KvFt1Fq5hkUHquNqwFlDprmjZ8iySgYA==", + "version": "23.16.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.16.0.tgz", + "integrity": "sha512-Ni3CG6c14teOogY19YNRl+kYaE/Rb59khy0VyHVn4uOZ97E2E/Yziyi6r3C3s9+wacjdLZiq/LLYyx+Cgd+FCw==", "funding": [ { "type": "individual", @@ -13524,9 +13524,9 @@ } }, "node_modules/i18next-http-backend": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-2.6.1.tgz", - "integrity": "sha512-rCilMAnlEQNeKOZY1+x8wLM5IpYOj10guGvEpeC59tNjj6MMreLIjIW8D1RclhD3ifLwn6d/Y9HEM1RUE6DSog==", + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-2.6.2.tgz", + "integrity": "sha512-Hp/kd8/VuoxIHmxsknJXjkTYYHzivAyAF15pzliKzk2TiXC25rZCEerb1pUFoxz4IVrG3fCvQSY51/Lu4ECV4A==", "license": "MIT", "dependencies": { "cross-fetch": "4.0.0" @@ -20074,12 +20074,12 @@ "integrity": "sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ==" }, "node_modules/react-i18next": { - "version": "15.0.1", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.0.1.tgz", - "integrity": "sha512-NwxLqNM6CLbeGA9xPsjits0EnXdKgCRSS6cgkgOdNcPXqL+1fYNl8fBg1wmnnHvFy812Bt4IWTPE9zjoPmFj3w==", + "version": "15.0.3", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.0.3.tgz", + "integrity": "sha512-BlO1P+oLKjjIxDBQ0GkAIMacgjfMbnvops+3Y5nZXF7UJ99v4KCWr0Na1azJXC8AMiNWp4kgUcFCJM7U9ZsUDg==", "license": "MIT", "dependencies": { - "@babel/runtime": "^7.24.8", + "@babel/runtime": "^7.25.0", "html-parse-stringify": "^3.0.1" }, "peerDependencies": { diff --git a/package.json b/package.json index d0a44441e..835ae6c5f 100644 --- a/package.json +++ b/package.json @@ -91,8 +91,8 @@ "axios": "^1.7.7", "classnames": "^2.5.1", "fastest-levenshtein": "^1.0.16", - "i18next": "^23.15.1", - "i18next-http-backend": "^2.6.1", + "i18next": "^23.16.0", + "i18next-http-backend": "^2.6.2", "iso-639-1": "^3.1.3", "joi": "^17.13.3", "js-cookie": "^3.0.5", @@ -103,7 +103,7 @@ "prop-types": "^15.8.1", "react": "18.2.0", "react-dom": "18.2.0", - "react-i18next": "^15.0.1", + "react-i18next": "^15.0.3", "react-redux": "^9.1.2", "react-use": "^17.5.1", "redux": "^5.0.1",