From f77f86fe6b25ff49018e6958d93464f88733326d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 24 May 2024 20:48:09 +0000 Subject: [PATCH] fix: upgrade i18next from 23.7.8 to 23.11.3 Snyk has created this PR to upgrade i18next from 23.7.8 to 23.11.3. See this package in npm: i18next See this project in Snyk: https://app.snyk.io/org/hellotech69/project/a9794d91-9bef-473f-9bc8-15c9c9fa35c9?utm_source=github&utm_medium=referral&page=upgrade-pr --- client/package-lock.json | 9 +++++---- client/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index ecc07e8..7e366a0 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -22,7 +22,7 @@ "encrypt-storage": "^2.12.22", "framer-motion": "^10.16.14", "i": "^0.3.7", - "i18next": "^23.7.8", + "i18next": "^23.11.3", "i18next-browser-languagedetector": "^7.2.0", "inter-ui": "^3.19.3", "npm": "^10.2.5", @@ -7014,9 +7014,9 @@ } }, "node_modules/i18next": { - "version": "23.7.8", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.7.8.tgz", - "integrity": "sha512-yCe9964O+1abdIG01AOzk6P9mQi0HVJV1B57whYJQu6TjmrB9JHHDYonDI8amGt6M6b9bP3x3R0Zh7ROmvX7JQ==", + "version": "23.11.3", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.11.3.tgz", + "integrity": "sha512-Pq/aSKowir7JM0rj+Wa23Kb6KKDUGno/HjG+wRQu0PxoTbpQ4N89MAT0rFGvXmLkRLNMb1BbBOKGozl01dabzg==", "funding": [ { "type": "individual", @@ -7031,6 +7031,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/client/package.json b/client/package.json index 26ea28d..3141b7d 100644 --- a/client/package.json +++ b/client/package.json @@ -25,7 +25,7 @@ "encrypt-storage": "^2.12.22", "framer-motion": "^10.16.14", "i": "^0.3.7", - "i18next": "^23.7.8", + "i18next": "^23.11.3", "i18next-browser-languagedetector": "^7.2.0", "inter-ui": "^3.19.3", "npm": "^10.2.5",