From 413be68c23af25c391fb089103d15fdd31be3ef7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Oct 2021 04:06:02 +0000 Subject: [PATCH] Bump i18next from 21.2.4 to 21.2.6 Bumps [i18next](https://github.com/i18next/i18next) from 21.2.4 to 21.2.6. - [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.2.4...v21.2.6) --- 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 17e88e76e6..6f50bc3dec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@patternfly/react-table": "4.30.3", "dagre": "^0.8.5", "file-saver": "^2.0.5", - "i18next": "^21.2.0", + "i18next": "^21.2.6", "lodash": "^4.17.20", "moment": "^2.29.1", "react": "^17.0.2", @@ -11045,9 +11045,9 @@ } }, "node_modules/i18next": { - "version": "21.2.4", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.2.4.tgz", - "integrity": "sha512-+81XmiwJOLWJFjRZJK5ASFahAo5TXZGz5IrBT4CfLJ3CyXho61A1cj1Kmh8za8TYtGFou0cEkUSjEaqfya7Wfg==", + "version": "21.2.6", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.2.6.tgz", + "integrity": "sha512-xnCodgPo1ASLfdPs2/GS8jQFqQsaWrQKdsqfYgf5juANavIos4kjahgBkrMU8SUCn2kv7TSssfnyVu5LZjBWXw==", "dependencies": { "@babel/runtime": "^7.12.0" } @@ -28646,9 +28646,9 @@ "dev": true }, "i18next": { - "version": "21.2.4", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.2.4.tgz", - "integrity": "sha512-+81XmiwJOLWJFjRZJK5ASFahAo5TXZGz5IrBT4CfLJ3CyXho61A1cj1Kmh8za8TYtGFou0cEkUSjEaqfya7Wfg==", + "version": "21.2.6", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.2.6.tgz", + "integrity": "sha512-xnCodgPo1ASLfdPs2/GS8jQFqQsaWrQKdsqfYgf5juANavIos4kjahgBkrMU8SUCn2kv7TSssfnyVu5LZjBWXw==", "requires": { "@babel/runtime": "^7.12.0" } diff --git a/package.json b/package.json index a67d6075f3..c9a6ba241d 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@patternfly/react-table": "4.30.3", "dagre": "^0.8.5", "file-saver": "^2.0.5", - "i18next": "^21.2.0", + "i18next": "^21.2.6", "lodash": "^4.17.20", "moment": "^2.29.1", "react": "^17.0.2",