From 842dcce8cdf4d8661e2be6847b65ec11e2725b5d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 Nov 2023 14:50:26 +0000 Subject: [PATCH] fix: upgrade react-i18next from 11.12.0 to 11.18.6 Snyk has created this PR to upgrade react-i18next from 11.12.0 to 11.18.6. See this package in npm: See this project in Snyk: https://app.snyk.io/org/lory1990/project/d93da8ce-53fb-48ff-81dd-b73d11268201?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a564c1f..94ea69e 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "react-color": "^2.19.3", "react-dom": "^17.0.2", "react-dropzone": "^11.3.4", - "react-i18next": "^11.12.0", + "react-i18next": "^11.18.6", "react-scripts": "4.0.3", "react-toastify": "^8.0.3", "typescript": "^4.5.4" diff --git a/yarn.lock b/yarn.lock index 5e129c0..6495540 100644 --- a/yarn.lock +++ b/yarn.lock @@ -14331,10 +14331,10 @@ react-helmet-async@^1.0.7: react-fast-compare "^3.2.0" shallowequal "^1.1.0" -react-i18next@^11.12.0: - version "11.12.0" - resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-11.12.0.tgz#2a053321b9b7a876d5baa7af55a12d986117bffc" - integrity sha512-M9BT+hqVG03ywrl+L7CK74ugK+4jIo7AeKJ17+g9BoqJz2+/aVbs8SIVXT4KMQ1rjIdcw+GcSRDy1CXjcz6tLQ== +react-i18next@^11.18.6: + version "11.18.6" + resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-11.18.6.tgz#e159c2960c718c1314f1e8fcaa282d1c8b167887" + integrity sha512-yHb2F9BiT0lqoQDt8loZ5gWP331GwctHz9tYQ8A2EIEUu+CcEdjBLQWli1USG3RdWQt3W+jqQLg/d4rrQR96LA== dependencies: "@babel/runtime" "^7.14.5" html-parse-stringify "^3.0.1"