diff --git a/package-lock.json b/package-lock.json index 4b810b62..01560aae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "exceljs": "^4.4.0", "framer-motion": "^11.16.6", "fs-extra": "^11.2.0", - "i18next": "^23.16.5", + "i18next": "^24.2.1", "i18next-fs-backend": "^2.6.0", "jspdf": "^2.5.2", "jspdf-autotable": "^3.8.4", @@ -807,7 +807,7 @@ }, "node_modules/@clack/prompts/node_modules/is-unicode-supported": { "version": "1.3.0", - "extraneous": true, + "dev": true, "inBundle": true, "license": "MIT", "engines": { @@ -8818,9 +8818,9 @@ } }, "node_modules/i18next": { - "version": "23.16.5", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.16.5.tgz", - "integrity": "sha512-KTlhE3EP9x6pPTAW7dy0WKIhoCpfOGhRQlO+jttQLgzVaoOjWwBWramu7Pp0i+8wDNduuzXfe3kkVbzrKyrbTA==", + "version": "24.2.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.2.1.tgz", + "integrity": "sha512-Q2wC1TjWcSikn1VAJg13UGIjc+okpFxQTxjVAymOnSA3RpttBQNMPf2ovcgoFVsV4QNxTfNZMAxorXZXsk4fBA==", "funding": [ { "type": "individual", @@ -8835,8 +8835,17 @@ "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" + }, + "peerDependencies": { + "typescript": "^5" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } } }, "node_modules/i18next-fs-backend": { @@ -14134,7 +14143,7 @@ "version": "5.7.3", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz", "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==", - "dev": true, + "devOptional": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/package.json b/package.json index 4e403832..313c6460 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "exceljs": "^4.4.0", "framer-motion": "^11.16.6", "fs-extra": "^11.2.0", - "i18next": "^23.16.5", + "i18next": "^24.2.1", "i18next-fs-backend": "^2.6.0", "jspdf": "^2.5.2", "jspdf-autotable": "^3.8.4",