diff --git a/package-lock.json b/package-lock.json index b275d2cafc..106716d9d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "flag-icons": "^7.2.3", "fullcalendar": "^6.1.15", "i18n": "^0.15.1", - "i18next": "^24.1.2", + "i18next": "^24.2.0", "icheck-bootstrap": "^3.0.1", "inputmask": "^5.0.9", "jquery": "^3.7.1", @@ -8526,9 +8526,9 @@ } }, "node_modules/i18next": { - "version": "24.1.2", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.1.2.tgz", - "integrity": "sha512-th/075GW0Ub1gYDMHLiZXMGSfGv1aP1VqjT3fma/12hNHCNlH8oJMftvlDzycT/R+KoULWk+xLU8H1JRwV85qw==", + "version": "24.2.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.2.0.tgz", + "integrity": "sha512-ArJJTS1lV6lgKH7yEf4EpgNZ7+THl7bsGxxougPYiXRTJ/Fe1j08/TBpV9QsXCIYVfdE/HWG/xLezJ5DOlfBOA==", "funding": [ { "type": "individual", @@ -8543,6 +8543,7 @@ "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 263197764f..20165296d9 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "flag-icons": "^7.2.3", "fullcalendar": "^6.1.15", "i18n": "^0.15.1", - "i18next": "^24.1.2", + "i18next": "^24.2.0", "icheck-bootstrap": "^3.0.1", "inputmask": "^5.0.9", "jquery": "^3.7.1",