From 13e632d1e4952e0e805c456bb858acd659a4e97b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 9 Aug 2024 20:01:35 +0000 Subject: [PATCH] fix: upgrade i18next from 23.12.1 to 23.12.2 Snyk has created this PR to upgrade i18next from 23.12.1 to 23.12.2. 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 380ec54f1f..bc836c2296 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.1", + "i18next": "^23.12.2", "icheck-bootstrap": "^3.0.1", "inputmask": "^5.0.8", "jquery": "^3.7.1", @@ -8255,9 +8255,9 @@ } }, "node_modules/i18next": { - "version": "23.12.1", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.12.1.tgz", - "integrity": "sha512-l4y291ZGRgUhKuqVSiqyuU2DDzxKStlIWSaoNBR4grYmh0X+pRYbFpTMs3CnJ5ECKbOI8sQcJ3PbTUfLgPRaMA==", + "version": "23.12.2", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.12.2.tgz", + "integrity": "sha512-XIeh5V+bi8SJSWGL3jqbTEBW5oD6rbP5L+E7dVQh1MNTxxYef0x15rhJVcRb7oiuq4jLtgy2SD8eFlf6P2cmqg==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index d155eba0c3..029d92fc4c 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.1", + "i18next": "^23.12.2", "icheck-bootstrap": "^3.0.1", "inputmask": "^5.0.8", "jquery": "^3.7.1",