From 0ad660b2b7e153bb118166d63d73baae51fb6571 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Oct 2021 04:08:40 +0000 Subject: [PATCH] Bump i18next from 21.3.2 to 21.3.3 Bumps [i18next](https://github.com/i18next/i18next) from 21.3.2 to 21.3.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.3.2...v21.3.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 84e14fcda5..6172353d0e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@patternfly/react-table": "^4.31.8", "dagre": "^0.8.5", "file-saver": "^2.0.5", - "i18next": "^21.3.2", + "i18next": "^21.3.3", "lodash": "^4.17.20", "moment": "^2.29.1", "react": "^17.0.2", @@ -11490,9 +11490,9 @@ } }, "node_modules/i18next": { - "version": "21.3.2", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.3.2.tgz", - "integrity": "sha512-ojsp2GYeXaPNkMaG2p4Ot2bNZjvCFpTGT5ffnDLyMaLQovLEtTjv66X9riP0vkq1W3+Ici2cty77So+bfyDjSQ==", + "version": "21.3.3", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.3.3.tgz", + "integrity": "sha512-Wv5arCT9pK35nfhOzTdS64T7JpPcoqnkOEidxc4zF0DZ8KetpvmnkO+uWkXy+DFz6zWzPX7U9bIemwBqpFRprw==", "dependencies": { "@babel/runtime": "^7.12.0" } @@ -30322,9 +30322,9 @@ "dev": true }, "i18next": { - "version": "21.3.2", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.3.2.tgz", - "integrity": "sha512-ojsp2GYeXaPNkMaG2p4Ot2bNZjvCFpTGT5ffnDLyMaLQovLEtTjv66X9riP0vkq1W3+Ici2cty77So+bfyDjSQ==", + "version": "21.3.3", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.3.3.tgz", + "integrity": "sha512-Wv5arCT9pK35nfhOzTdS64T7JpPcoqnkOEidxc4zF0DZ8KetpvmnkO+uWkXy+DFz6zWzPX7U9bIemwBqpFRprw==", "requires": { "@babel/runtime": "^7.12.0" } diff --git a/package.json b/package.json index ccf61c9155..6d942a6d5d 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@patternfly/react-table": "^4.31.8", "dagre": "^0.8.5", "file-saver": "^2.0.5", - "i18next": "^21.3.2", + "i18next": "^21.3.3", "lodash": "^4.17.20", "moment": "^2.29.1", "react": "^17.0.2",