diff --git a/package-lock.json b/package-lock.json index 65ca3cb..df94c00 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20002,9 +20002,9 @@ } }, "react-i18next": { - "version": "11.8.10", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.8.10.tgz", - "integrity": "sha512-ckjNzMjYkmx4fQ8zzuaYTosYN3Co6ebrgCQJzuZCcGFYSR/kGHZzSu0xw9VhtnbjJVKx0gEMV3DLRvzi4xDZUw==", + "version": "11.8.11", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.8.11.tgz", + "integrity": "sha512-S17B952IB8T5Zs0SoGNR5zSHU5N7+X2D2OydhAtqNHT+iw9Tbt7WBNExufe9NbmpUQUUjKrCHIkl2diNTdGYtA==", "requires": { "@babel/runtime": "^7.13.6", "html-parse-stringify2": "^2.0.1" diff --git a/package.json b/package.json index 62d95e8..275fe6c 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "react": "17.0.2", "react-dom": "17.0.2", "react-helmet": "6.1.0", - "react-i18next": "11.8.10" + "react-i18next": "11.8.11" }, "devDependencies": { "@fab/actions": "1.0.0-rc.3-beta.1",