From 2e664a8b2c45835c8a990efd482e25d238547b0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Nov 2021 13:14:32 +0000 Subject: [PATCH] Bump i18next from 21.4.0 to 21.4.1 Bumps [i18next](https://github.com/i18next/i18next) from 21.4.0 to 21.4.1. - [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.0...v21.4.1) --- 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 a9389bd37a..d5abb033c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@patternfly/react-table": "^4.37.8", "dagre": "^0.8.5", "file-saver": "^2.0.5", - "i18next": "^21.4.0", + "i18next": "^21.4.1", "lodash": "^4.17.20", "moment": "^2.29.1", "react": "^17.0.2", @@ -11372,9 +11372,9 @@ } }, "node_modules/i18next": { - "version": "21.4.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.4.0.tgz", - "integrity": "sha512-H8QwhJXxnPWDvRlLn3nqDvbry7PM7i3UYa0+5EHWvlVkvNNy5WJVTzZe2tZH+HnaGVAE5MaujasyOca8mbQN+w==", + "version": "21.4.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.4.1.tgz", + "integrity": "sha512-uTCDfoMKTX6b/Amss7w/hQU8NV80ahmoKKNYUg0qbLbtUAMvYIWS2VvCCeNEGQIaEjyC4GV4W+iQbBcv3A/ViA==", "dependencies": { "@babel/runtime": "^7.12.0" } @@ -30135,9 +30135,9 @@ "dev": true }, "i18next": { - "version": "21.4.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.4.0.tgz", - "integrity": "sha512-H8QwhJXxnPWDvRlLn3nqDvbry7PM7i3UYa0+5EHWvlVkvNNy5WJVTzZe2tZH+HnaGVAE5MaujasyOca8mbQN+w==", + "version": "21.4.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.4.1.tgz", + "integrity": "sha512-uTCDfoMKTX6b/Amss7w/hQU8NV80ahmoKKNYUg0qbLbtUAMvYIWS2VvCCeNEGQIaEjyC4GV4W+iQbBcv3A/ViA==", "requires": { "@babel/runtime": "^7.12.0" } diff --git a/package.json b/package.json index b03071f02f..eb79dc4523 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@patternfly/react-table": "^4.37.8", "dagre": "^0.8.5", "file-saver": "^2.0.5", - "i18next": "^21.4.0", + "i18next": "^21.4.1", "lodash": "^4.17.20", "moment": "^2.29.1", "react": "^17.0.2",