From cfa4501f16184601ee2026f5d7d64aa508c71b35 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 8 Sep 2021 15:38:22 +0000 Subject: [PATCH] Update dependency react-i18next to v11.12.0 --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index e752713..ba25413 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18279,18 +18279,18 @@ } }, "react-i18next": { - "version": "11.11.4", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.11.4.tgz", - "integrity": "sha512-ayWFlu8Sc7GAxW1PzMaPtzq+yiozWMxs0P1WeITNVzXAVRhC0Httkzw/IiODBta6seJRBCLrtUeFUSXhAIxlRg==", + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.12.0.tgz", + "integrity": "sha512-M9BT+hqVG03ywrl+L7CK74ugK+4jIo7AeKJ17+g9BoqJz2+/aVbs8SIVXT4KMQ1rjIdcw+GcSRDy1CXjcz6tLQ==", "requires": { "@babel/runtime": "^7.14.5", "html-parse-stringify": "^3.0.1" }, "dependencies": { "@babel/runtime": { - "version": "7.14.8", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.8.tgz", - "integrity": "sha512-twj3L8Og5SaCRCErB4x4ajbvBIVV77CGeFglHpeg5WC5FF8TZzBWXtTJ4MqaD9QszLYTtr+IsaAL2rEUevb+eg==", + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.15.4.tgz", + "integrity": "sha512-99catp6bHCaxr4sJ/DbTGgHS4+Rs2RVd2g7iOap6SLGPDknRK9ztKNsE/Fg6QhSeh1FGE5f6gHGQmvvn3I3xhw==", "requires": { "regenerator-runtime": "^0.13.4" } diff --git a/package.json b/package.json index ee9d84d..98eb532 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "react-dom": "17.0.2", "react-github-btn": "1.2.1", "react-helmet": "6.1.0", - "react-i18next": "11.11.4", + "react-i18next": "11.12.0", "tsparticles": "1.34.0" }, "devDependencies": {