diff --git a/client/package-lock.json b/client/package-lock.json index 5e7e1081ec1..62e82360d38 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -12372,9 +12372,9 @@ "integrity": "sha512-EcuixamT82oplpoJ2XU4pDtKGWQ7b00CD9f1ug9IaQ3p1bkHMiKCZ9ut9QDI6qsa6cpUuB+A/I+zLtdNK4n2DQ==" }, "i18next": { - "version": "20.3.3", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-20.3.3.tgz", - "integrity": "sha512-tx9EUhHeaipvZ5pFLTaN9Xdm5Ssal774MpujaTA1Wv/ST/1My5SnoBmliY1lOpyEP5Z51Dq1gXifk/y4Yt3agQ==", + "version": "20.3.4", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-20.3.4.tgz", + "integrity": "sha512-xj3A2tGvwdWI1QBDKKFLOT/n4QImm+tN8QvHBIaTU/zN4YWK1NlpWPZN6mKzd3G1Wd7J1jU5BkFeaKQWHpf05w==", "requires": { "@babel/runtime": "^7.12.0" } diff --git a/client/package.json b/client/package.json index 66abc809d8c..9fe13d6f287 100644 --- a/client/package.json +++ b/client/package.json @@ -78,7 +78,7 @@ "gatsby-remark-prismjs": "5.6.0", "gatsby-source-filesystem": "3.9.0", "gatsby-transformer-remark": "4.6.0", - "i18next": "20.3.3", + "i18next": "20.3.4", "jquery": "3.6.0", "lodash": "4.17.21", "lodash-es": "4.17.21",