From 2b3030f609974592831fe4141c4ba9357f61d879 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Sep 2024 20:03:29 +0000 Subject: [PATCH] fix: upgrade i18next from 23.12.6 to 23.13.0 Snyk has created this PR to upgrade i18next from 23.12.6 to 23.13.0. 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 5cd94fcae4..998163eda7 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.6", + "i18next": "^23.13.0", "icheck-bootstrap": "^3.0.1", "inputmask": "^5.0.8", "jquery": "^3.7.1", @@ -8229,9 +8229,9 @@ } }, "node_modules/i18next": { - "version": "23.12.6", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.12.6.tgz", - "integrity": "sha512-dhvsB9zXgcWfaLHMmiHcwtMm1ZHrG0bOtECsijvFvWU5XUHrSeeoAhGCQMLC0fwXzvXvZ04ZlMkcHPu52DViGA==", + "version": "23.13.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.13.0.tgz", + "integrity": "sha512-B+g0/KTKmN3+NeMKPljQxdrih6Q6lyDF5O2e/Ofd0JQsTLojJD/BSTTN04iw6OVc0yBiHeypu5hoBNV6ag44Zw==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index cf23ca9215..4d53db39c5 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.6", + "i18next": "^23.13.0", "icheck-bootstrap": "^3.0.1", "inputmask": "^5.0.8", "jquery": "^3.7.1",