From d2c4a24c21585c525b52c1267d37e581b2f1fcaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Oct 2021 04:11:20 +0000 Subject: [PATCH] Bump i18next from 21.3.0 to 21.3.2 Bumps [i18next](https://github.com/i18next/i18next) from 21.3.0 to 21.3.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.3.0...v21.3.2) --- 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 4c81ace39f..7b98800e62 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@patternfly/react-table": "4.30.3", "dagre": "^0.8.5", "file-saver": "^2.0.5", - "i18next": "^21.3.0", + "i18next": "^21.3.2", "lodash": "^4.17.20", "moment": "^2.29.1", "react": "^17.0.2", @@ -11354,9 +11354,9 @@ } }, "node_modules/i18next": { - "version": "21.3.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.3.0.tgz", - "integrity": "sha512-MiarmWb/a+5z8C7QvihkcJf2YofuyhGvH28Wlip/c1YTSvHijYBFmc7dH6RrNkc2O44ApTdHnkK4FaM/S33C0w==", + "version": "21.3.2", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.3.2.tgz", + "integrity": "sha512-ojsp2GYeXaPNkMaG2p4Ot2bNZjvCFpTGT5ffnDLyMaLQovLEtTjv66X9riP0vkq1W3+Ici2cty77So+bfyDjSQ==", "dependencies": { "@babel/runtime": "^7.12.0" } @@ -30096,9 +30096,9 @@ "dev": true }, "i18next": { - "version": "21.3.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.3.0.tgz", - "integrity": "sha512-MiarmWb/a+5z8C7QvihkcJf2YofuyhGvH28Wlip/c1YTSvHijYBFmc7dH6RrNkc2O44ApTdHnkK4FaM/S33C0w==", + "version": "21.3.2", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.3.2.tgz", + "integrity": "sha512-ojsp2GYeXaPNkMaG2p4Ot2bNZjvCFpTGT5ffnDLyMaLQovLEtTjv66X9riP0vkq1W3+Ici2cty77So+bfyDjSQ==", "requires": { "@babel/runtime": "^7.12.0" } diff --git a/package.json b/package.json index 1689828265..92b8b4ba3c 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@patternfly/react-table": "4.30.3", "dagre": "^0.8.5", "file-saver": "^2.0.5", - "i18next": "^21.3.0", + "i18next": "^21.3.2", "lodash": "^4.17.20", "moment": "^2.29.1", "react": "^17.0.2",