diff --git a/client/package-lock.json b/client/package-lock.json index ecc07e8..4594e3a 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -22,7 +22,7 @@ "encrypt-storage": "^2.12.22", "framer-motion": "^10.16.14", "i": "^0.3.7", - "i18next": "^23.7.8", + "i18next": "^23.15.1", "i18next-browser-languagedetector": "^7.2.0", "inter-ui": "^3.19.3", "npm": "^10.2.5", @@ -7014,9 +7014,9 @@ } }, "node_modules/i18next": { - "version": "23.7.8", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.7.8.tgz", - "integrity": "sha512-yCe9964O+1abdIG01AOzk6P9mQi0HVJV1B57whYJQu6TjmrB9JHHDYonDI8amGt6M6b9bP3x3R0Zh7ROmvX7JQ==", + "version": "23.15.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.15.1.tgz", + "integrity": "sha512-wB4abZ3uK7EWodYisHl/asf8UYEhrI/vj/8aoSsrj/ZDxj4/UXPOa1KvFt1Fq5hkUHquNqwFlDprmjZ8iySgYA==", "funding": [ { "type": "individual", @@ -7031,6 +7031,7 @@ "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project" } ], + "license": "MIT", "dependencies": { "@babel/runtime": "^7.23.2" } diff --git a/client/package.json b/client/package.json index 26ea28d..e65b543 100644 --- a/client/package.json +++ b/client/package.json @@ -25,7 +25,7 @@ "encrypt-storage": "^2.12.22", "framer-motion": "^10.16.14", "i": "^0.3.7", - "i18next": "^23.7.8", + "i18next": "^23.15.1", "i18next-browser-languagedetector": "^7.2.0", "inter-ui": "^3.19.3", "npm": "^10.2.5",