Update dependency react-i18next to v11.18.0

This commit is contained in:
renovate[bot] 2022-07-06 13:30:32 +00:00
parent 3064a50ac7
commit 13b8f4b402
2 changed files with 5 additions and 11 deletions

View file

@ -67,7 +67,7 @@
"react-dom": "18.2.0",
"react-github-btn": "1.3.0",
"react-helmet": "6.1.0",
"react-i18next": "11.17.4",
"react-i18next": "11.18.0",
"sass": "1.53.0",
"tsparticles": "2.1.3",
"typed-scss-modules": "6.5.0",

View file

@ -8138,11 +8138,6 @@ html-entities@^2.1.0:
resolved "https://registry.npmjs.org/html-entities/-/html-entities-2.3.2.tgz"
integrity sha512-c3Ab/url5ksaT0WyleslpBEthOzWhrjQbg75y7XUsfSzi3Dgzt0l8w5e7DylRn15MTlMMD58dTfzddNS2kcAjQ==
html-escaper@^2.0.2:
version "2.0.2"
resolved "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz"
integrity sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==
html-parse-stringify@^3.0.1:
version "3.0.1"
resolved "https://registry.npmjs.org/html-parse-stringify/-/html-parse-stringify-3.0.1.tgz"
@ -11507,13 +11502,12 @@ react-helmet@6.1.0, react-helmet@^6.1.0:
react-fast-compare "^3.1.1"
react-side-effect "^2.1.0"
react-i18next@11.17.4:
version "11.17.4"
resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-11.17.4.tgz#fe72ac0ccacc73ae0a00fed503eb3dd3f73016c1"
integrity sha512-LswEIl8KNDTP4Wk3c22XDstbR++Vc4BZyNwvGFGaYbYDjdDLkHDLwrgd7DN28f8jufFHaYhQvCG5YWLxFhRt/g==
react-i18next@11.18.0:
version "11.18.0"
resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-11.18.0.tgz#38ec26e07f030f7f0109b3665759954dad2cc7f9"
integrity sha512-coJujU20xJ5Wa5rHjTyB5LFKZb1yfXo2A+40RRSyAF0FlZRHyy+3C1Mr92x1JPfS7W7v2TWNn8mRhpDFGJwXVg==
dependencies:
"@babel/runtime" "^7.14.5"
html-escaper "^2.0.2"
html-parse-stringify "^3.0.1"
react-is@^16.13.1: