From f8658adb90552cd88b8c3d26596ab5e424761171 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jul 2021 09:49:39 +0000 Subject: [PATCH] Bump i18next from 20.3.3 to 20.3.4 Bumps [i18next](https://github.com/i18next/i18next) from 20.3.3 to 20.3.4. - [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/v20.3.3...v20.3.4) --- 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 b07d992dee..21cd5f165c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@patternfly/react-icons": "4.11.0", "@patternfly/react-table": "4.29.0", "file-saver": "^2.0.5", - "i18next": "^20.3.3", + "i18next": "^20.3.4", "keycloak-admin": "1.14.18", "lodash": "^4.17.20", "moment": "^2.29.1", @@ -8324,9 +8324,9 @@ } }, "node_modules/i18next": { - "version": "20.3.3", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-20.3.3.tgz", - "integrity": "sha512-tx9EUhHeaipvZ5pFLTaN9Xdm5Ssal774MpujaTA1Wv/ST/1My5SnoBmliY1lOpyEP5Z51Dq1gXifk/y4Yt3agQ==", + "version": "20.3.4", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-20.3.4.tgz", + "integrity": "sha512-xj3A2tGvwdWI1QBDKKFLOT/n4QImm+tN8QvHBIaTU/zN4YWK1NlpWPZN6mKzd3G1Wd7J1jU5BkFeaKQWHpf05w==", "dependencies": { "@babel/runtime": "^7.12.0" } @@ -23208,9 +23208,9 @@ "dev": true }, "i18next": { - "version": "20.3.3", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-20.3.3.tgz", - "integrity": "sha512-tx9EUhHeaipvZ5pFLTaN9Xdm5Ssal774MpujaTA1Wv/ST/1My5SnoBmliY1lOpyEP5Z51Dq1gXifk/y4Yt3agQ==", + "version": "20.3.4", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-20.3.4.tgz", + "integrity": "sha512-xj3A2tGvwdWI1QBDKKFLOT/n4QImm+tN8QvHBIaTU/zN4YWK1NlpWPZN6mKzd3G1Wd7J1jU5BkFeaKQWHpf05w==", "requires": { "@babel/runtime": "^7.12.0" } diff --git a/package.json b/package.json index fec63e5666..2ad094906f 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@patternfly/react-icons": "4.11.0", "@patternfly/react-table": "4.29.0", "file-saver": "^2.0.5", - "i18next": "^20.3.3", + "i18next": "^20.3.4", "keycloak-admin": "1.14.18", "lodash": "^4.17.20", "moment": "^2.29.1",