From e64784c3fb621cd1e6c5533511678cd36cdd851e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Feb 2021 10:40:40 +0000 Subject: [PATCH] chore(deps): bump i18next from 19.8.7 to 19.8.9 in /client Bumps [i18next](https://github.com/i18next/i18next) from 19.8.7 to 19.8.9. - [Release notes](https://github.com/i18next/i18next/releases) - [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/i18next/compare/v19.8.7...v19.8.9) Signed-off-by: dependabot[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 1d3316809b..ca4a40a7b2 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -15445,9 +15445,9 @@ "integrity": "sha512-EcuixamT82oplpoJ2XU4pDtKGWQ7b00CD9f1ug9IaQ3p1bkHMiKCZ9ut9QDI6qsa6cpUuB+A/I+zLtdNK4n2DQ==" }, "i18next": { - "version": "19.8.7", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-19.8.7.tgz", - "integrity": "sha512-ezo1gb7QO4OQ5gQCdZMUxopwQSoqpRp6whdEjm1grxMSmkGj1NJ+kYS0UQd4NnpPIVqsgqTQ2L2eqSQYQ+U3Fw==", + "version": "19.8.9", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-19.8.9.tgz", + "integrity": "sha512-cyLeJv7tg3MP+bRNbNe9CleiBGfkCeEKr0DKY2MBPYE1vIQGu4mQ3qlTCmW1tcZi9fMqSI4G2mGBO+JwoIQSbQ==", "requires": { "@babel/runtime": "^7.12.0" }, diff --git a/client/package.json b/client/package.json index 2f8e93af4a..3aec7a2ef5 100644 --- a/client/package.json +++ b/client/package.json @@ -41,7 +41,7 @@ "gatsby-remark-prismjs": "^3.13.0", "gatsby-source-filesystem": "^2.11.0", "gatsby-transformer-remark": "^2.16.0", - "i18next": "^19.8.7", + "i18next": "^19.8.9", "jquery": "^3.5.1", "lodash": "^4.17.20", "monaco-editor": "^0.20.0",