From e1d203bc42c14b4e03396313b8812f2d0e797ee0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Dec 2021 04:14:01 +0000 Subject: [PATCH] Bump i18next from 21.6.0 to 21.6.3 Bumps [i18next](https://github.com/i18next/i18next) from 21.6.0 to 21.6.3. - [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/v21.6.0...v21.6.3) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 79ce077019..c6a1228349 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "dagre": "^0.8.5", "file-saver": "^2.0.5", "flat": "^5.0.2", - "i18next": "^21.6.0", + "i18next": "^21.6.3", "lodash": "^4.17.20", "moment": "^2.29.1", "react": "^17.0.2", @@ -11455,9 +11455,9 @@ } }, "node_modules/i18next": { - "version": "21.6.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.6.0.tgz", - "integrity": "sha512-RjNuACL35wWZgtkyMcjcCmK7R72u3P6jTNbGKzrvHGI9M0iK5Vn1DsBIwOByppaXLIbe0viJ79Nz2h8w1UwPoQ==", + "version": "21.6.3", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.6.3.tgz", + "integrity": "sha512-2uuRGslNQ8m7TRllsVs4cZuei5X9OgoPRB/Sj5oadUpxZaW+NYv3srn7zR+h8bCMhkux9z8HtnJdQM5Mz+Govw==", "dependencies": { "@babel/runtime": "^7.12.0" } @@ -30298,9 +30298,9 @@ "dev": true }, "i18next": { - "version": "21.6.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.6.0.tgz", - "integrity": "sha512-RjNuACL35wWZgtkyMcjcCmK7R72u3P6jTNbGKzrvHGI9M0iK5Vn1DsBIwOByppaXLIbe0viJ79Nz2h8w1UwPoQ==", + "version": "21.6.3", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.6.3.tgz", + "integrity": "sha512-2uuRGslNQ8m7TRllsVs4cZuei5X9OgoPRB/Sj5oadUpxZaW+NYv3srn7zR+h8bCMhkux9z8HtnJdQM5Mz+Govw==", "requires": { "@babel/runtime": "^7.12.0" } diff --git a/package.json b/package.json index df260b00a7..ca06ccb6d7 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "dagre": "^0.8.5", "file-saver": "^2.0.5", "flat": "^5.0.2", - "i18next": "^21.6.0", + "i18next": "^21.6.3", "lodash": "^4.17.20", "moment": "^2.29.1", "react": "^17.0.2",