From df2005f8ae94074da5b604cebc5cff006c9a1ef7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 09:01:46 +0000 Subject: [PATCH] chore(deps): bump i18next from 19.8.9 to 19.9.1 in /client Bumps [i18next](https://github.com/i18next/i18next) from 19.8.9 to 19.9.1. - [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.9...v19.9.1) Signed-off-by: dependabot[bot] --- client/package-lock.json | 14 +++++++------- client/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 3103c79bfe..1ddfbb7940 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -45,7 +45,7 @@ "gatsby-remark-prismjs": "^3.13.0", "gatsby-source-filesystem": "^2.11.0", "gatsby-transformer-remark": "^2.16.1", - "i18next": "^19.8.9", + "i18next": "^19.9.1", "jquery": "^3.5.1", "lodash": "^4.17.21", "monaco-editor": "^0.20.0", @@ -14936,9 +14936,9 @@ "integrity": "sha512-EcuixamT82oplpoJ2XU4pDtKGWQ7b00CD9f1ug9IaQ3p1bkHMiKCZ9ut9QDI6qsa6cpUuB+A/I+zLtdNK4n2DQ==" }, "node_modules/i18next": { - "version": "19.8.9", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-19.8.9.tgz", - "integrity": "sha512-cyLeJv7tg3MP+bRNbNe9CleiBGfkCeEKr0DKY2MBPYE1vIQGu4mQ3qlTCmW1tcZi9fMqSI4G2mGBO+JwoIQSbQ==", + "version": "19.9.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-19.9.1.tgz", + "integrity": "sha512-9Azzyb3DvMJUMd7sPhwVEs6PQcogvdHmLQTjMQ+P+h3XwW4O66/8lgZTmYShgkjPOCqTw4Fwl5LOp/VhZgPo5A==", "dependencies": { "@babel/runtime": "^7.12.0" } @@ -43155,9 +43155,9 @@ "integrity": "sha512-EcuixamT82oplpoJ2XU4pDtKGWQ7b00CD9f1ug9IaQ3p1bkHMiKCZ9ut9QDI6qsa6cpUuB+A/I+zLtdNK4n2DQ==" }, "i18next": { - "version": "19.8.9", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-19.8.9.tgz", - "integrity": "sha512-cyLeJv7tg3MP+bRNbNe9CleiBGfkCeEKr0DKY2MBPYE1vIQGu4mQ3qlTCmW1tcZi9fMqSI4G2mGBO+JwoIQSbQ==", + "version": "19.9.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-19.9.1.tgz", + "integrity": "sha512-9Azzyb3DvMJUMd7sPhwVEs6PQcogvdHmLQTjMQ+P+h3XwW4O66/8lgZTmYShgkjPOCqTw4Fwl5LOp/VhZgPo5A==", "requires": { "@babel/runtime": "^7.12.0" } diff --git a/client/package.json b/client/package.json index 5d6e45843a..3e276bb46f 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.1", - "i18next": "^19.8.9", + "i18next": "^19.9.1", "jquery": "^3.5.1", "lodash": "^4.17.21", "monaco-editor": "^0.20.0",