From e28b3fdbcd7e8b8da1356379819323da091a79a5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 23 Jan 2025 04:36:35 +0000 Subject: [PATCH] feat: upgrade i18next from 23.7.8 to 24.2.0 Snyk has created this PR to upgrade i18next from 23.7.8 to 24.2.0. 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 | 19 ++++++++++++++----- client/package.json | 2 +- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index ecc07e8..86b279c 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": "^24.2.0", "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": "24.2.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.2.0.tgz", + "integrity": "sha512-ArJJTS1lV6lgKH7yEf4EpgNZ7+THl7bsGxxougPYiXRTJ/Fe1j08/TBpV9QsXCIYVfdE/HWG/xLezJ5DOlfBOA==", "funding": [ { "type": "individual", @@ -7031,8 +7031,17 @@ "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" + }, + "peerDependencies": { + "typescript": "^5" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } } }, "node_modules/i18next-browser-languagedetector": { @@ -13420,7 +13429,7 @@ "version": "5.3.3", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz", "integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==", - "dev": true, + "devOptional": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/client/package.json b/client/package.json index 26ea28d..3b47e77 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": "^24.2.0", "i18next-browser-languagedetector": "^7.2.0", "inter-ui": "^3.19.3", "npm": "^10.2.5",