From 3f776cbc708e1a55dc1d4056e793d43e9c47dfd2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 May 2021 14:40:54 +0200 Subject: [PATCH] fix(deps): update dependency i18next to v20 (#41903) Co-authored-by: Renovate Bot --- client/package-lock.json | 6 +++--- client/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 35ffcb8773..09dedaf244 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -12880,9 +12880,9 @@ "integrity": "sha512-EcuixamT82oplpoJ2XU4pDtKGWQ7b00CD9f1ug9IaQ3p1bkHMiKCZ9ut9QDI6qsa6cpUuB+A/I+zLtdNK4n2DQ==" }, "i18next": { - "version": "19.9.2", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-19.9.2.tgz", - "integrity": "sha512-0i6cuo6ER6usEOtKajUUDj92zlG+KArFia0857xxiEHAQcUwh/RtOQocui1LPJwunSYT574Pk64aNva1kwtxZg==", + "version": "20.2.2", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-20.2.2.tgz", + "integrity": "sha512-uWCv9LzKpe+OwvnKKrb8CbJwgAhasQofD58cB0PQ6bTPXEl5PlItl5C4esmY8HtriLu9nrjc2Hi0IfYv3Fy8BQ==", "requires": { "@babel/runtime": "^7.12.0" } diff --git a/client/package.json b/client/package.json index e425d2b4d1..e6e175153a 100644 --- a/client/package.json +++ b/client/package.json @@ -78,7 +78,7 @@ "gatsby-remark-prismjs": "4.2.0", "gatsby-source-filesystem": "3.3.0", "gatsby-transformer-remark": "3.2.0", - "i18next": "19.9.2", + "i18next": "20.2.2", "jquery": "3.6.0", "lodash": "4.17.21", "lodash-es": "4.17.21",