From e9759ae4cc173f72654b3ee7930a5bada550529d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 5 Aug 2024 09:25:26 +0000 Subject: [PATCH] fix: upgrade i18next from 23.11.5 to 23.12.1 Snyk has created this PR to upgrade i18next from 23.11.5 to 23.12.1. See this package in npm: i18next See this project in Snyk: https://app.snyk.io/org/respencer/project/bcafe9f2-0544-4595-877e-01a68c123c9e?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 42f11cb1dc..48cfddfee1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "flag-icons": "^7.2.2", "fullcalendar": "^6.1.14", "i18n": "^0.15.1", - "i18next": "^23.11.5", + "i18next": "^23.12.1", "icheck-bootstrap": "^3.0.1", "inputmask": "^5.0.8", "jquery": "^3.7.1", @@ -8254,9 +8254,9 @@ } }, "node_modules/i18next": { - "version": "23.11.5", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.11.5.tgz", - "integrity": "sha512-41pvpVbW9rhZPk5xjCX2TPJi2861LEig/YRhUkY+1FQ2IQPS0bKUDYnEqY8XPPbB48h1uIwLnP9iiEfuSl20CA==", + "version": "23.12.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.12.1.tgz", + "integrity": "sha512-l4y291ZGRgUhKuqVSiqyuU2DDzxKStlIWSaoNBR4grYmh0X+pRYbFpTMs3CnJ5ECKbOI8sQcJ3PbTUfLgPRaMA==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index 912a484120..7e372026d0 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "flag-icons": "^7.2.2", "fullcalendar": "^6.1.14", "i18n": "^0.15.1", - "i18next": "^23.11.5", + "i18next": "^23.12.1", "icheck-bootstrap": "^3.0.1", "inputmask": "^5.0.8", "jquery": "^3.7.1",