From 3d01395dfa9d6d7b55578cb6a305594d58ba501d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 17 Jul 2024 09:48:09 +0000 Subject: [PATCH] fix: upgrade i18next from 23.7.16 to 23.11.5 Snyk has created this PR to upgrade i18next from 23.7.16 to 23.11.5. See this package in npm: i18next See this project in Snyk: https://app.snyk.io/org/0dayhunter/project/bd044883-58d7-431f-9623-4a1a8eb0bcf0?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 82b58af6..4c3719b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "await-lock": "^2.1.0", "downloadjs": "^1.4.7", - "i18next": "^23.7.16", + "i18next": "^23.11.5", "i18next-http-backend": "^2.4.2", "ip-regex": "^5.0.0", "jssha": "~3.3.1", @@ -10296,9 +10296,9 @@ } }, "node_modules/i18next": { - "version": "23.7.16", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.7.16.tgz", - "integrity": "sha512-SrqFkMn9W6Wb43ZJ9qrO6U2U4S80RsFMA7VYFSqp7oc7RllQOYDCdRfsse6A7Cq/V8MnpxKvJCYgM8++27n4Fw==", + "version": "23.11.5", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.11.5.tgz", + "integrity": "sha512-41pvpVbW9rhZPk5xjCX2TPJi2861LEig/YRhUkY+1FQ2IQPS0bKUDYnEqY8XPPbB48h1uIwLnP9iiEfuSl20CA==", "funding": [ { "type": "individual", @@ -10313,6 +10313,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" } @@ -27304,9 +27305,9 @@ "dev": true }, "i18next": { - "version": "23.7.16", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.7.16.tgz", - "integrity": "sha512-SrqFkMn9W6Wb43ZJ9qrO6U2U4S80RsFMA7VYFSqp7oc7RllQOYDCdRfsse6A7Cq/V8MnpxKvJCYgM8++27n4Fw==", + "version": "23.11.5", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.11.5.tgz", + "integrity": "sha512-41pvpVbW9rhZPk5xjCX2TPJi2861LEig/YRhUkY+1FQ2IQPS0bKUDYnEqY8XPPbB48h1uIwLnP9iiEfuSl20CA==", "requires": { "@babel/runtime": "^7.23.2" } diff --git a/package.json b/package.json index 3e2755e4..30ff1b8c 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "dependencies": { "await-lock": "^2.1.0", "downloadjs": "^1.4.7", - "i18next": "^23.7.16", + "i18next": "^23.11.5", "i18next-http-backend": "^2.4.2", "ip-regex": "^5.0.0", "jssha": "~3.3.1",