From cb743f3af4c8b764d89919b19a26c81ea420db85 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Sep 2024 10:11:55 +0000 Subject: [PATCH] fix: upgrade i18next from 23.12.2 to 23.12.3 Snyk has created this PR to upgrade i18next from 23.12.2 to 23.12.3. 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 1d34e6851b..60bf20684b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "flag-icons": "^7.2.2", "fullcalendar": "^6.1.15", "i18n": "^0.15.1", - "i18next": "^23.12.2", + "i18next": "^23.12.3", "icheck-bootstrap": "^3.0.1", "inputmask": "^5.0.8", "jquery": "^3.7.1", @@ -8229,9 +8229,9 @@ } }, "node_modules/i18next": { - "version": "23.12.2", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.12.2.tgz", - "integrity": "sha512-XIeh5V+bi8SJSWGL3jqbTEBW5oD6rbP5L+E7dVQh1MNTxxYef0x15rhJVcRb7oiuq4jLtgy2SD8eFlf6P2cmqg==", + "version": "23.12.3", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.12.3.tgz", + "integrity": "sha512-DyigQmrR10V9U2N6pjhbfahW13GY7n8BQD9swN09JuRRropgsksWVi4vRLeex0Qf7zCPnBfIqQfhcBzdZBQBYw==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index 2aa3f7a00a..9b008cc1aa 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "flag-icons": "^7.2.2", "fullcalendar": "^6.1.15", "i18n": "^0.15.1", - "i18next": "^23.12.2", + "i18next": "^23.12.3", "icheck-bootstrap": "^3.0.1", "inputmask": "^5.0.8", "jquery": "^3.7.1",