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] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-07-23 09:49:39 +00:00 committed by Jon Koops
parent f013935986
commit f8658adb90
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -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"
}

View file

@ -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",