diff --git a/frontend/package-lock.json b/frontend/package-lock.json index cf20b7164..badb6eea8 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -17,7 +17,7 @@ "axios": "^1.18.1", "codemirror": "^6.0.2", "dayjs": "^1.11.21", - "i18next": "^26.3.1", + "i18next": "^26.3.2", "otpauth": "^9.5.1", "persian-calendar-suite": "^1.5.5", "qs": "^6.15.2", @@ -5168,9 +5168,9 @@ } }, "node_modules/i18next": { - "version": "26.3.1", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-26.3.1.tgz", - "integrity": "sha512-txQqd5EULsqEh9OJqRH15aCaOuy/nLJyhw5EHCSKLKJE1aBbb3Zve2+uQIxgWhPm1QqUQoWyQBm2kfmmIrzkcQ==", + "version": "26.3.2", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-26.3.2.tgz", + "integrity": "sha512-QQkXAM1sPDHqhxMQuBeHVMUn6mJchF+wdpOoQerciLAFqO3ZYdxO0EUbeEhruyutnNwpUQIITDVzLjwnNL0T1w==", "funding": [ { "type": "individual", diff --git a/frontend/package.json b/frontend/package.json index 2383fbc5a..0fa353150 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -30,7 +30,7 @@ "axios": "^1.18.1", "codemirror": "^6.0.2", "dayjs": "^1.11.21", - "i18next": "^26.3.1", + "i18next": "^26.3.2", "otpauth": "^9.5.1", "persian-calendar-suite": "^1.5.5", "qs": "^6.15.2",