From 4c64ce40b0bb1449ac1bd2f6aa59aa72e3bd5dfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Sep 2021 16:23:40 +0000 Subject: [PATCH] Bump i18next from 20.4.0 to 20.6.0 Bumps [i18next](https://github.com/i18next/i18next) from 20.4.0 to 20.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/v20.4.0...v20.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 39369bdb77..a776b10262 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@patternfly/react-table": "4.29.58", "dagre": "^0.8.5", "file-saver": "^2.0.5", - "i18next": "^20.4.0", + "i18next": "^20.6.0", "lodash": "^4.17.20", "moment": "^2.29.1", "react": "^17.0.2", @@ -8854,9 +8854,9 @@ } }, "node_modules/i18next": { - "version": "20.4.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-20.4.0.tgz", - "integrity": "sha512-89iWWJudmaHJwzIdJ/1eu98GtsJnwBhOUWwlAre70itPMuTE/NTPtgVeaS1CGaB8Q3XrYBGpEqlq4jsScDx9kg==", + "version": "20.6.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-20.6.0.tgz", + "integrity": "sha512-sgt7AkvxUQbW5dsA7p5AYq7tBOIdm9K7c4wAppsbt5l0Hynqs7FTsa0bA0Exy+PUR17+IOcg3KVCaILc1OAOxQ==", "dependencies": { "@babel/runtime": "^7.12.0" } @@ -24281,9 +24281,9 @@ "dev": true }, "i18next": { - "version": "20.4.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-20.4.0.tgz", - "integrity": "sha512-89iWWJudmaHJwzIdJ/1eu98GtsJnwBhOUWwlAre70itPMuTE/NTPtgVeaS1CGaB8Q3XrYBGpEqlq4jsScDx9kg==", + "version": "20.6.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-20.6.0.tgz", + "integrity": "sha512-sgt7AkvxUQbW5dsA7p5AYq7tBOIdm9K7c4wAppsbt5l0Hynqs7FTsa0bA0Exy+PUR17+IOcg3KVCaILc1OAOxQ==", "requires": { "@babel/runtime": "^7.12.0" } diff --git a/package.json b/package.json index 373ff83506..636e8af9c4 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@patternfly/react-table": "4.29.58", "dagre": "^0.8.5", "file-saver": "^2.0.5", - "i18next": "^20.4.0", + "i18next": "^20.6.0", "lodash": "^4.17.20", "moment": "^2.29.1", "react": "^17.0.2",