Bump i18next from 21.5.5 to 21.6.0

Bumps [i18next](https://github.com/i18next/i18next) from 21.5.5 to 21.6.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/v21.5.5...v21.6.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-12-13 04:09:17 +00:00 committed by Jon Koops
parent 861574e74e
commit 9ef126716b
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -16,7 +16,7 @@
"dagre": "^0.8.5",
"file-saver": "^2.0.5",
"flat": "^5.0.2",
"i18next": "^21.5.5",
"i18next": "^21.6.0",
"lodash": "^4.17.20",
"moment": "^2.29.1",
"react": "^17.0.2",
@ -11711,9 +11711,9 @@
}
},
"node_modules/i18next": {
"version": "21.5.5",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-21.5.5.tgz",
"integrity": "sha512-CPXa0o5AhpRjoz0DxKfDxwkH+oPAHRkaWbHwPLF16pYWsKij8FFR1/b0gj4l1UzACOwlFTEwpNhzzf1PuRhetg==",
"version": "21.6.0",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-21.6.0.tgz",
"integrity": "sha512-RjNuACL35wWZgtkyMcjcCmK7R72u3P6jTNbGKzrvHGI9M0iK5Vn1DsBIwOByppaXLIbe0viJ79Nz2h8w1UwPoQ==",
"dependencies": {
"@babel/runtime": "^7.12.0"
}
@ -30747,9 +30747,9 @@
"dev": true
},
"i18next": {
"version": "21.5.5",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-21.5.5.tgz",
"integrity": "sha512-CPXa0o5AhpRjoz0DxKfDxwkH+oPAHRkaWbHwPLF16pYWsKij8FFR1/b0gj4l1UzACOwlFTEwpNhzzf1PuRhetg==",
"version": "21.6.0",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-21.6.0.tgz",
"integrity": "sha512-RjNuACL35wWZgtkyMcjcCmK7R72u3P6jTNbGKzrvHGI9M0iK5Vn1DsBIwOByppaXLIbe0viJ79Nz2h8w1UwPoQ==",
"requires": {
"@babel/runtime": "^7.12.0"
}

View file

@ -32,7 +32,7 @@
"dagre": "^0.8.5",
"file-saver": "^2.0.5",
"flat": "^5.0.2",
"i18next": "^21.5.5",
"i18next": "^21.6.0",
"lodash": "^4.17.20",
"moment": "^2.29.1",
"react": "^17.0.2",