Bump i18next from 20.6.1 to 21.1.0

Bumps [i18next](https://github.com/i18next/i18next) from 20.6.1 to 21.1.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.6.1...v21.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-09-27 04:05:02 +00:00 committed by Jon Koops
parent 9fdcb7e6ef
commit 24056e6c05
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -17,7 +17,7 @@
"@patternfly/react-table": "4.30.3",
"dagre": "^0.8.5",
"file-saver": "^2.0.5",
"i18next": "^20.6.1",
"i18next": "^21.1.0",
"lodash": "^4.17.20",
"moment": "^2.29.1",
"react": "^17.0.2",
@ -11021,9 +11021,9 @@
}
},
"node_modules/i18next": {
"version": "20.6.1",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-20.6.1.tgz",
"integrity": "sha512-yCMYTMEJ9ihCwEQQ3phLo7I/Pwycf8uAx+sRHwwk5U9Aui/IZYgQRyMqXafQOw5QQ7DM1Z+WyEXWIqSuJHhG2A==",
"version": "21.1.0",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-21.1.0.tgz",
"integrity": "sha512-1JJSAh7jI4bcBzwk8OQVrifyLdYYMJoanF8+9rcqbROAiKr3eEV9Cc3rd4065teylbo+d/h8OaTnheRZAKG4WA==",
"dependencies": {
"@babel/runtime": "^7.12.0"
}
@ -28603,9 +28603,9 @@
"dev": true
},
"i18next": {
"version": "20.6.1",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-20.6.1.tgz",
"integrity": "sha512-yCMYTMEJ9ihCwEQQ3phLo7I/Pwycf8uAx+sRHwwk5U9Aui/IZYgQRyMqXafQOw5QQ7DM1Z+WyEXWIqSuJHhG2A==",
"version": "21.1.0",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-21.1.0.tgz",
"integrity": "sha512-1JJSAh7jI4bcBzwk8OQVrifyLdYYMJoanF8+9rcqbROAiKr3eEV9Cc3rd4065teylbo+d/h8OaTnheRZAKG4WA==",
"requires": {
"@babel/runtime": "^7.12.0"
}

View file

@ -32,7 +32,7 @@
"@patternfly/react-table": "4.30.3",
"dagre": "^0.8.5",
"file-saver": "^2.0.5",
"i18next": "^20.6.1",
"i18next": "^21.1.0",
"lodash": "^4.17.20",
"moment": "^2.29.1",
"react": "^17.0.2",