From 0f5c955a12af8482d6b7fbc2e37c30a11f055bee Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Aug 2024 02:37:43 +0000 Subject: [PATCH] fix: upgrade i18next from 23.10.1 to 23.12.2 Snyk has created this PR to upgrade i18next from 23.10.1 to 23.12.2. See this package in npm: i18next See this project in Snyk: https://app.snyk.io/org/mueenkirmani/project/c7c1cb94-e6c9-4dad-8cce-e2545896a82e?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5f98d38f62f..8ad3f3e9a1b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "eventsource-parser": "^1.1.2", "file-saver": "^2.0.5", "highlight.js": "^11.9.0", - "i18next": "^23.10.0", + "i18next": "^23.12.2", "i18next-browser-languagedetector": "^7.2.0", "i18next-resources-to-backend": "^1.2.0", "idb": "^7.1.1", @@ -4437,9 +4437,9 @@ } }, "node_modules/i18next": { - "version": "23.10.1", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.10.1.tgz", - "integrity": "sha512-NDiIzFbcs3O9PXpfhkjyf7WdqFn5Vq6mhzhtkXzj51aOcNuPNcTwuYNuXCpHsanZGHlHKL35G7huoFeVic1hng==", + "version": "23.12.2", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.12.2.tgz", + "integrity": "sha512-XIeh5V+bi8SJSWGL3jqbTEBW5oD6rbP5L+E7dVQh1MNTxxYef0x15rhJVcRb7oiuq4jLtgy2SD8eFlf6P2cmqg==", "funding": [ { "type": "individual", @@ -4454,6 +4454,7 @@ "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project" } ], + "license": "MIT", "dependencies": { "@babel/runtime": "^7.23.2" } diff --git a/package.json b/package.json index 2b412e310b3..71fffac6d84 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "eventsource-parser": "^1.1.2", "file-saver": "^2.0.5", "highlight.js": "^11.9.0", - "i18next": "^23.10.0", + "i18next": "^23.12.2", "i18next-browser-languagedetector": "^7.2.0", "i18next-resources-to-backend": "^1.2.0", "idb": "^7.1.1",