diff --git a/package-lock.json b/package-lock.json index 61da387e..279827a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "clsx": "^1.2.1", "framer-motion": "^10.11.2", "html-to-image": "^1.11.11", - "i18next": "^22.4.14", + "i18next": "^22.4.15", "langchain": "^0.0.53", "micro": "^10.0.1", "micro-cors": "^0.1.1", @@ -6626,9 +6626,23 @@ "integrity": "sha512-MZbhHutRaHCUxjvJBYqL51Ntjbq16LemuJr2u+LpKd3UwyNHZsZAKh5uD+KmdAHtWpteupOqQTTezVGR/al43w==" }, "node_modules/i18next": { - "version": "22.4.14", - "resolved": "https://registry.npmmirror.com/i18next/-/i18next-22.4.14.tgz", - "integrity": "sha512-VtLPtbdwGn0+DAeE00YkiKKXadkwg+rBUV+0v8v0ikEjwdiJ0gmYChVE4GIa9HXymY6wKapkL93vGT7xpq6aTw==", + "version": "22.4.15", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-22.4.15.tgz", + "integrity": "sha512-yYudtbFrrmWKLEhl6jvKUYyYunj4bTBCe2qIUYAxbXoPusY7YmdwPvOE6fx6UIfWvmlbCWDItr7wIs8KEBZ5Zg==", + "funding": [ + { + "type": "individual", + "url": "https://locize.com" + }, + { + "type": "individual", + "url": "https://locize.com/i18next.html" + }, + { + "type": "individual", + "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project" + } + ], "dependencies": { "@babel/runtime": "^7.20.6" } diff --git a/package.json b/package.json index a6fe0252..5527bfda 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "clsx": "^1.2.1", "framer-motion": "^10.11.2", "html-to-image": "^1.11.11", - "i18next": "^22.4.14", + "i18next": "^22.4.15", "langchain": "^0.0.53", "micro": "^10.0.1", "micro-cors": "^0.1.1",