diff --git a/package-lock.json b/package-lock.json index 3094c256..0f1e42b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "detect-browser": "^5.3.0", "events": "^3.3.0", "file-saver": "^2.0.5", - "i18next": "^24.2.1", + "i18next": "^24.2.2", "i18next-browser-languagedetector": "^8.0.2", "i18next-resources-to-backend": "^1.2.1", "json-stringify-pretty-compact": "^4.0.0", @@ -7196,9 +7196,9 @@ } }, "node_modules/i18next": { - "version": "24.2.1", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.2.1.tgz", - "integrity": "sha512-Q2wC1TjWcSikn1VAJg13UGIjc+okpFxQTxjVAymOnSA3RpttBQNMPf2ovcgoFVsV4QNxTfNZMAxorXZXsk4fBA==", + "version": "24.2.2", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.2.2.tgz", + "integrity": "sha512-NE6i86lBCKRYZa5TaUDkU5S4HFgLIEJRLr3Whf2psgaxBleQ2LC1YW1Vc+SCgkAW7VEzndT6al6+CzegSUHcTQ==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index aa815fa9..aba76147 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "detect-browser": "^5.3.0", "events": "^3.3.0", "file-saver": "^2.0.5", - "i18next": "^24.2.1", + "i18next": "^24.2.2", "i18next-browser-languagedetector": "^8.0.2", "i18next-resources-to-backend": "^1.2.1", "json-stringify-pretty-compact": "^4.0.0",