From e780832f7a11d883a1f21c0c0b92af33172159cb Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 14 Jun 2021 07:22:13 +0000 Subject: [PATCH] Update dependency react-i18next to v11.11.0 --- 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 5636b1c..db9d025 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21511,18 +21511,18 @@ } }, "react-i18next": { - "version": "11.10.0", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.10.0.tgz", - "integrity": "sha512-Vn0Xw2MczBZHKciWdayx4J+P3S9Im2FWIzUPV2O7iUVFqIOhMv6o9mVTJN1gEi/MA2FZzorjvaEijglCMeehZQ==", + "version": "11.11.0", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.11.0.tgz", + "integrity": "sha512-p1jHmoyJgDFQmyubUEjrx6kCsr1izW/C8i9pOiJy+9lJqLYwNA8sElVplm0VAnop3kH68edT0/g3wB3UvAcRCQ==", "requires": { - "@babel/runtime": "^7.14.0", + "@babel/runtime": "^7.14.5", "html-parse-stringify": "^3.0.1" }, "dependencies": { "@babel/runtime": { - "version": "7.14.0", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz", - "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==", + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.5.tgz", + "integrity": "sha512-121rumjddw9c3NCQ55KGkyE1h/nzWhU/owjhw0l4mQrkzz4x9SGS1X8gFLraHwX7td3Yo4QTL+qj0NcIzN87BA==", "requires": { "regenerator-runtime": "^0.13.4" } diff --git a/package.json b/package.json index c388636..9a9f065 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "react-dom": "17.0.2", "react-github-btn": "1.2.0", "react-helmet": "6.1.0", - "react-i18next": "11.10.0", + "react-i18next": "11.11.0", "tsparticles": "1.28.0" }, "devDependencies": {