From 9ef126716b18a49e8c7db627b2d977f3fee1b1fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 04:09:17 +0000 Subject: [PATCH] Bump i18next from 21.5.5 to 21.6.0 Bumps [i18next](https://github.com/i18next/i18next) from 21.5.5 to 21.6.0. - [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.5.5...v21.6.0) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-minor ... 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 528d1db60f..7146287d89 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.5.5", + "i18next": "^21.6.0", "lodash": "^4.17.20", "moment": "^2.29.1", "react": "^17.0.2", @@ -11711,9 +11711,9 @@ } }, "node_modules/i18next": { - "version": "21.5.5", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.5.5.tgz", - "integrity": "sha512-CPXa0o5AhpRjoz0DxKfDxwkH+oPAHRkaWbHwPLF16pYWsKij8FFR1/b0gj4l1UzACOwlFTEwpNhzzf1PuRhetg==", + "version": "21.6.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.6.0.tgz", + "integrity": "sha512-RjNuACL35wWZgtkyMcjcCmK7R72u3P6jTNbGKzrvHGI9M0iK5Vn1DsBIwOByppaXLIbe0viJ79Nz2h8w1UwPoQ==", "dependencies": { "@babel/runtime": "^7.12.0" } @@ -30747,9 +30747,9 @@ "dev": true }, "i18next": { - "version": "21.5.5", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.5.5.tgz", - "integrity": "sha512-CPXa0o5AhpRjoz0DxKfDxwkH+oPAHRkaWbHwPLF16pYWsKij8FFR1/b0gj4l1UzACOwlFTEwpNhzzf1PuRhetg==", + "version": "21.6.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.6.0.tgz", + "integrity": "sha512-RjNuACL35wWZgtkyMcjcCmK7R72u3P6jTNbGKzrvHGI9M0iK5Vn1DsBIwOByppaXLIbe0viJ79Nz2h8w1UwPoQ==", "requires": { "@babel/runtime": "^7.12.0" } diff --git a/package.json b/package.json index 6184ac32c4..aca85f94fa 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.5.5", + "i18next": "^21.6.0", "lodash": "^4.17.20", "moment": "^2.29.1", "react": "^17.0.2",