From 36f4d9ec84cb62357e3ec256c2323caceb8788d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Nov 2021 12:55:58 +0000 Subject: [PATCH] Bump i18next from 21.4.2 to 21.5.2 Bumps [i18next](https://github.com/i18next/i18next) from 21.4.2 to 21.5.2. - [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.4.2...v21.5.2) --- 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 9d90dd3f4e..2b8733c18e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@patternfly/react-table": "^4.44.4", "dagre": "^0.8.5", "file-saver": "^2.0.5", - "i18next": "^21.4.2", + "i18next": "^21.5.2", "lodash": "^4.17.20", "moment": "^2.29.1", "react": "^17.0.2", @@ -11388,9 +11388,9 @@ } }, "node_modules/i18next": { - "version": "21.4.2", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.4.2.tgz", - "integrity": "sha512-vVWsmTnZNdYHPLt01MvT5YNM2lxec2R6r5T72J89eaazp8XQnGSqA66O+a918qqmjHZGB6HHRSs02xp753he9g==", + "version": "21.5.2", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.5.2.tgz", + "integrity": "sha512-Iuztr2+7CPCh5SYQV0utw2HXMx1za18xfznrw/PmgX+98oIpm84bhIM7VUPODjLycwIZ299oP7sEVQ9oCgmzfg==", "dependencies": { "@babel/runtime": "^7.12.0" } @@ -30228,9 +30228,9 @@ "dev": true }, "i18next": { - "version": "21.4.2", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.4.2.tgz", - "integrity": "sha512-vVWsmTnZNdYHPLt01MvT5YNM2lxec2R6r5T72J89eaazp8XQnGSqA66O+a918qqmjHZGB6HHRSs02xp753he9g==", + "version": "21.5.2", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.5.2.tgz", + "integrity": "sha512-Iuztr2+7CPCh5SYQV0utw2HXMx1za18xfznrw/PmgX+98oIpm84bhIM7VUPODjLycwIZ299oP7sEVQ9oCgmzfg==", "requires": { "@babel/runtime": "^7.12.0" } diff --git a/package.json b/package.json index 9d1a0e58be..43d089da66 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@patternfly/react-table": "^4.44.4", "dagre": "^0.8.5", "file-saver": "^2.0.5", - "i18next": "^21.4.2", + "i18next": "^21.5.2", "lodash": "^4.17.20", "moment": "^2.29.1", "react": "^17.0.2",