From 316e0aaac628e2e249cc7be777316efbcd690c3a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 30 Mar 2021 21:46:01 +0000 Subject: [PATCH] fix(deps): update dependency react-i18next to v11.8.12 --- client/package-lock.json | 6 +++--- client/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index a9103847ea..4ff3ac86c6 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -21066,9 +21066,9 @@ } }, "react-i18next": { - "version": "11.8.11", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.8.11.tgz", - "integrity": "sha512-S17B952IB8T5Zs0SoGNR5zSHU5N7+X2D2OydhAtqNHT+iw9Tbt7WBNExufe9NbmpUQUUjKrCHIkl2diNTdGYtA==", + "version": "11.8.12", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.8.12.tgz", + "integrity": "sha512-M2PSVP9MzT/7yofXfCOF5gAVotinrM4BXWiguk8uFSznJsfFzTjrp3K9CBWcXitpoCBVZGZJ2AnbaWGSNkJqfw==", "requires": { "@babel/runtime": "^7.13.6", "html-parse-stringify2": "^2.0.1" diff --git a/client/package.json b/client/package.json index 9bcb5105ce..04dc718292 100644 --- a/client/package.json +++ b/client/package.json @@ -93,7 +93,7 @@ "react-ga": "2.7.0", "react-helmet": "6.1.0", "react-hotkeys": "2.0.0", - "react-i18next": "11.8.11", + "react-i18next": "11.8.12", "react-instantsearch-dom": "6.10.3", "react-lazy-load": "3.1.13", "react-monaco-editor": "0.39.1",