From 346a5789b324b7d42fafc3dbb2e26ff329c0fe8a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 29 Jan 2025 06:53:04 +0000 Subject: [PATCH] fix: upgrade i18next from 24.2.0 to 24.2.1 Snyk has created this PR to upgrade i18next from 24.2.0 to 24.2.1. See this package in npm: i18next See this project in Snyk: https://app.snyk.io/org/dawoudio/project/e27b08aa-e5d2-4b10-8303-630a69d0b669?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5e1f5e5136..5d464a9423 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.2.0", + "i18next": "^24.2.1", "icheck-bootstrap": "^3.0.1", "inputmask": "^5.0.9", "jquery": "^3.7.1", @@ -8526,9 +8526,9 @@ } }, "node_modules/i18next": { - "version": "24.2.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.2.0.tgz", - "integrity": "sha512-ArJJTS1lV6lgKH7yEf4EpgNZ7+THl7bsGxxougPYiXRTJ/Fe1j08/TBpV9QsXCIYVfdE/HWG/xLezJ5DOlfBOA==", + "version": "24.2.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.2.1.tgz", + "integrity": "sha512-Q2wC1TjWcSikn1VAJg13UGIjc+okpFxQTxjVAymOnSA3RpttBQNMPf2ovcgoFVsV4QNxTfNZMAxorXZXsk4fBA==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index 20165296d9..141940398c 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.2.0", + "i18next": "^24.2.1", "icheck-bootstrap": "^3.0.1", "inputmask": "^5.0.9", "jquery": "^3.7.1",