Bump i18next from 20.3.5 to 20.4.0

Bumps [i18next](https://github.com/i18next/i18next) from 20.3.5 to 20.4.0.
- [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.5...v20.4.0)

---
updated-dependencies:
- dependency-name: i18next
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-08-16 07:02:31 +00:00 committed by Jon Koops
parent 321b259a4b
commit 8894840efc
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -15,7 +15,7 @@
"@patternfly/react-table": "4.29.37",
"dagre": "^0.8.5",
"file-saver": "^2.0.5",
"i18next": "^20.3.5",
"i18next": "^20.4.0",
"keycloak-admin": "^1.14.21",
"lodash": "^4.17.20",
"moment": "^2.29.1",
@ -8813,9 +8813,9 @@
}
},
"node_modules/i18next": {
"version": "20.3.5",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-20.3.5.tgz",
"integrity": "sha512-//MGeU6n4TencJmCgG+TCrpdgAD/NDEU/KfKQekYbJX6QV7sD/NjWQdVdBi+bkT0snegnSoB7QhjSeatrk3a0w==",
"version": "20.4.0",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-20.4.0.tgz",
"integrity": "sha512-89iWWJudmaHJwzIdJ/1eu98GtsJnwBhOUWwlAre70itPMuTE/NTPtgVeaS1CGaB8Q3XrYBGpEqlq4jsScDx9kg==",
"dependencies": {
"@babel/runtime": "^7.12.0"
}
@ -24200,9 +24200,9 @@
"dev": true
},
"i18next": {
"version": "20.3.5",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-20.3.5.tgz",
"integrity": "sha512-//MGeU6n4TencJmCgG+TCrpdgAD/NDEU/KfKQekYbJX6QV7sD/NjWQdVdBi+bkT0snegnSoB7QhjSeatrk3a0w==",
"version": "20.4.0",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-20.4.0.tgz",
"integrity": "sha512-89iWWJudmaHJwzIdJ/1eu98GtsJnwBhOUWwlAre70itPMuTE/NTPtgVeaS1CGaB8Q3XrYBGpEqlq4jsScDx9kg==",
"requires": {
"@babel/runtime": "^7.12.0"
}

View file

@ -30,7 +30,7 @@
"@patternfly/react-table": "4.29.37",
"dagre": "^0.8.5",
"file-saver": "^2.0.5",
"i18next": "^20.3.5",
"i18next": "^20.4.0",
"keycloak-admin": "^1.14.21",
"lodash": "^4.17.20",
"moment": "^2.29.1",