From 8c138479c9d0406e8deba5998ad76eefd3bde0b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Dec 2021 10:59:51 +0000 Subject: [PATCH] Bump i18next from 21.5.4 to 21.5.5 Bumps [i18next](https://github.com/i18next/i18next) from 21.5.4 to 21.5.5. - [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.5.4...v21.5.5) --- 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 065f08840b..afaaa51078 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.5.4", + "i18next": "^21.5.5", "lodash": "^4.17.20", "moment": "^2.29.1", "react": "^17.0.2", @@ -11793,9 +11793,9 @@ } }, "node_modules/i18next": { - "version": "21.5.4", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.5.4.tgz", - "integrity": "sha512-ukwRJpLhYg4EUfCOtbaKjlwF71qyel1XMXQN78OkQMcaQG68UzlYgLC6g2fhoTNBvoH2tJkaaqzDumhC9skAhA==", + "version": "21.5.5", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.5.5.tgz", + "integrity": "sha512-CPXa0o5AhpRjoz0DxKfDxwkH+oPAHRkaWbHwPLF16pYWsKij8FFR1/b0gj4l1UzACOwlFTEwpNhzzf1PuRhetg==", "dependencies": { "@babel/runtime": "^7.12.0" } @@ -30874,9 +30874,9 @@ "dev": true }, "i18next": { - "version": "21.5.4", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.5.4.tgz", - "integrity": "sha512-ukwRJpLhYg4EUfCOtbaKjlwF71qyel1XMXQN78OkQMcaQG68UzlYgLC6g2fhoTNBvoH2tJkaaqzDumhC9skAhA==", + "version": "21.5.5", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.5.5.tgz", + "integrity": "sha512-CPXa0o5AhpRjoz0DxKfDxwkH+oPAHRkaWbHwPLF16pYWsKij8FFR1/b0gj4l1UzACOwlFTEwpNhzzf1PuRhetg==", "requires": { "@babel/runtime": "^7.12.0" } diff --git a/package.json b/package.json index 1d146da145..e08976ef47 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.5.4", + "i18next": "^21.5.5", "lodash": "^4.17.20", "moment": "^2.29.1", "react": "^17.0.2",