diff --git a/package-lock.json b/package-lock.json index bc6ea84c2e..808bf7e4fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,8 +47,8 @@ "html2plaintext": "2.1.4", "http-proxy-agent": "7.0.2", "https-proxy-agent": "^7.0.5", - "i18next": "^23.12.2", - "i18next-http-backend": "^2.5.2", + "i18next": "^23.14.0", + "i18next-http-backend": "^2.6.1", "image-type": "4.1.0", "ini": "^4.1.3", "is-animated": "2.0.2", @@ -10269,9 +10269,9 @@ } }, "node_modules/i18next": { - "version": "23.12.2", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.12.2.tgz", - "integrity": "sha512-XIeh5V+bi8SJSWGL3jqbTEBW5oD6rbP5L+E7dVQh1MNTxxYef0x15rhJVcRb7oiuq4jLtgy2SD8eFlf6P2cmqg==", + "version": "23.14.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.14.0.tgz", + "integrity": "sha512-Y5GL4OdA8IU2geRrt2+Uc1iIhsjICdHZzT9tNwQ3TVqdNzgxHToGCKf/TPRP80vTCAP6svg2WbbJL+Gx5MFQVA==", "funding": [ { "type": "individual", @@ -10291,9 +10291,9 @@ } }, "node_modules/i18next-http-backend": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-2.5.2.tgz", - "integrity": "sha512-+K8HbDfrvc1/2X8jpb7RLhI9ZxBDpx3xogYkQwGKlWAUXLSEGXzgdt3EcUjLlBCdMwdQY+K+EUF6oh8oB6rwHw==", + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-2.6.1.tgz", + "integrity": "sha512-rCilMAnlEQNeKOZY1+x8wLM5IpYOj10guGvEpeC59tNjj6MMreLIjIW8D1RclhD3ifLwn6d/Y9HEM1RUE6DSog==", "dependencies": { "cross-fetch": "4.0.0" } diff --git a/package.json b/package.json index 66dce9b1eb..ead802fa09 100644 --- a/package.json +++ b/package.json @@ -87,8 +87,8 @@ "html2plaintext": "2.1.4", "http-proxy-agent": "7.0.2", "https-proxy-agent": "^7.0.5", - "i18next": "^23.12.2", - "i18next-http-backend": "^2.5.2", + "i18next": "^23.14.0", + "i18next-http-backend": "^2.6.1", "image-type": "4.1.0", "ini": "^4.1.3", "is-animated": "2.0.2",