diff --git a/package-lock.json b/package-lock.json index 04beea14f..6ad122cdf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "html2plaintext": "2.1.4", "http-proxy-agent": "7.0.2", "https-proxy-agent": "^7.0.5", - "i18next": "^23.14.0", + "i18next": "^23.15.1", "i18next-fs-backend": "^2.3.2", "i18next-http-backend": "^2.6.1", "image-type": "4.1.0", @@ -9695,9 +9695,9 @@ } }, "node_modules/i18next": { - "version": "23.15.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.15.0.tgz", - "integrity": "sha512-saeTb1tIQT+W/3xMivWSEVdpjyiEbj0IeK8eI/PB8jyr5gSQF5qxWLlGLEgRa5od3lvMfvW+ituhrf2VCNfTuw==", + "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", @@ -9712,7 +9712,6 @@ "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/package.json b/package.json index 13b5f8e4a..6de2ffe62 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "html2plaintext": "2.1.4", "http-proxy-agent": "7.0.2", "https-proxy-agent": "^7.0.5", - "i18next": "^23.14.0", + "i18next": "^23.15.1", "i18next-fs-backend": "^2.3.2", "i18next-http-backend": "^2.6.1", "image-type": "4.1.0",