diff --git a/package-lock.json b/package-lock.json index cb5cc646..18ef90ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sws2apps-api", - "version": "3.47.0", + "version": "3.48.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "sws2apps-api", - "version": "3.47.0", + "version": "3.48.0", "license": "MIT", "dependencies": { "@crowdin/crowdin-api-client": "^1.55.0", @@ -26,7 +26,7 @@ "firebase-admin": "^13.8.0", "geoip-lite": "^2.0.1", "helmet": "^8.1.0", - "i18next": "^25.8.13", + "i18next": "^26.0.6", "i18next-http-middleware": "^3.9.2", "is-online": "^12.0.2", "node-fetch": "^3.3.2", @@ -137,9 +137,9 @@ } }, "node_modules/@babel/runtime": { - "version": "7.28.4", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.4.tgz", - "integrity": "sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==", + "version": "7.29.2", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.29.2.tgz", + "integrity": "sha512-JiDShH45zKHWyGe4ZNVRrCjBz8Nh9TMmZG1kh4QTK8hCBTWBi8Da+i7s1fJw7/lYpM4ccepSNfqzZ/QvABBi5g==", "license": "MIT", "engines": { "node": ">=6.9.0" @@ -6388,29 +6388,29 @@ } }, "node_modules/i18next": { - "version": "25.8.13", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.8.13.tgz", - "integrity": "sha512-E0vzjBY1yM+nsFrtgkjLhST2NBkirkvOVoQa0MSldhsuZ3jUge7ZNpuwG0Cfc74zwo5ZwRzg3uOgT+McBn32iA==", + "version": "26.0.6", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-26.0.6.tgz", + "integrity": "sha512-A4U6eCXodIbrhf8EarRurB9/4ebyaurH4+fu4gig9bqxmpSt+fCAFm/GpRQDcN1Xzu/LdFCx4nYHsnM1edIIbg==", "funding": [ { "type": "individual", - "url": "https://locize.com" + "url": "https://www.locize.com/i18next" }, { "type": "individual", - "url": "https://locize.com/i18next.html" + "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project" }, { "type": "individual", - "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project" + "url": "https://www.locize.com" } ], "license": "MIT", "dependencies": { - "@babel/runtime": "^7.28.4" + "@babel/runtime": "^7.29.2" }, "peerDependencies": { - "typescript": "^5" + "typescript": "^5 || ^6" }, "peerDependenciesMeta": { "typescript": { diff --git a/package.json b/package.json index b054a465..cefe4589 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "firebase-admin": "^13.8.0", "geoip-lite": "^2.0.1", "helmet": "^8.1.0", - "i18next": "^25.8.13", + "i18next": "^26.0.6", "i18next-http-middleware": "^3.9.2", "is-online": "^12.0.2", "node-fetch": "^3.3.2",