From f49163a8eccfd1390b03bfa848aed4fd05aef249 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 22 May 2023 05:55:56 +0000 Subject: [PATCH] fix: upgrade i18next from 21.8.14 to 21.10.0 Snyk has created this PR to upgrade i18next from 21.8.14 to 21.10.0. See this package in npm: https://www.npmjs.com/package/i18next See this project in Snyk: https://app.snyk.io/org/mentado111/project/24daba8d-1b78-4340-a313-c407e1b5e5ee?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index e0b6caa43..e3bb7f35e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "fix-path": "3.0.0", "fs-extra": "^10.0.1", "go-ipfs": "^0.19.0", - "i18next": "^21.8.14", + "i18next": "^21.10.0", "i18next-fs-backend": "1.1.4", "i18next-icu": "^2.0.3", "intl-messageformat": "^9.13.0", @@ -5302,9 +5302,9 @@ } }, "node_modules/i18next": { - "version": "21.8.14", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.8.14.tgz", - "integrity": "sha512-4Yi+DtexvMm/Yw3Q9fllzY12SgLk+Mcmar+rCAccsOPul/2UmnBzoHbTGn/L48IPkFcmrNaH7xTLboBWIbH6pw==", + "version": "21.10.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.10.0.tgz", + "integrity": "sha512-YeuIBmFsGjUfO3qBmMOc0rQaun4mIpGKET5WDwvu8lU7gvwpcariZLNtL0Fzj+zazcHUrlXHiptcFhBMFaxzfg==", "funding": [ { "type": "individual", @@ -15212,9 +15212,9 @@ "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==" }, "i18next": { - "version": "21.8.14", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.8.14.tgz", - "integrity": "sha512-4Yi+DtexvMm/Yw3Q9fllzY12SgLk+Mcmar+rCAccsOPul/2UmnBzoHbTGn/L48IPkFcmrNaH7xTLboBWIbH6pw==", + "version": "21.10.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.10.0.tgz", + "integrity": "sha512-YeuIBmFsGjUfO3qBmMOc0rQaun4mIpGKET5WDwvu8lU7gvwpcariZLNtL0Fzj+zazcHUrlXHiptcFhBMFaxzfg==", "requires": { "@babel/runtime": "^7.17.2" } diff --git a/package.json b/package.json index 63a5aaa88..7e5f8d3a8 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "fix-path": "3.0.0", "fs-extra": "^10.0.1", "go-ipfs": "^0.19.0", - "i18next": "^21.8.14", + "i18next": "^21.10.0", "i18next-fs-backend": "1.1.4", "i18next-icu": "^2.0.3", "intl-messageformat": "^9.13.0",