Bump i18next from 21.6.0 to 21.6.3

Bumps [i18next](https://github.com/i18next/i18next) from 21.6.0 to 21.6.3.
- [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.6.0...v21.6.3)

---
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-12-20 04:14:01 +00:00 committed by Jon Koops
parent ab76111118
commit e1d203bc42
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -16,7 +16,7 @@
"dagre": "^0.8.5", "dagre": "^0.8.5",
"file-saver": "^2.0.5", "file-saver": "^2.0.5",
"flat": "^5.0.2", "flat": "^5.0.2",
"i18next": "^21.6.0", "i18next": "^21.6.3",
"lodash": "^4.17.20", "lodash": "^4.17.20",
"moment": "^2.29.1", "moment": "^2.29.1",
"react": "^17.0.2", "react": "^17.0.2",
@ -11455,9 +11455,9 @@
} }
}, },
"node_modules/i18next": { "node_modules/i18next": {
"version": "21.6.0", "version": "21.6.3",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-21.6.0.tgz", "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.6.3.tgz",
"integrity": "sha512-RjNuACL35wWZgtkyMcjcCmK7R72u3P6jTNbGKzrvHGI9M0iK5Vn1DsBIwOByppaXLIbe0viJ79Nz2h8w1UwPoQ==", "integrity": "sha512-2uuRGslNQ8m7TRllsVs4cZuei5X9OgoPRB/Sj5oadUpxZaW+NYv3srn7zR+h8bCMhkux9z8HtnJdQM5Mz+Govw==",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.12.0" "@babel/runtime": "^7.12.0"
} }
@ -30298,9 +30298,9 @@
"dev": true "dev": true
}, },
"i18next": { "i18next": {
"version": "21.6.0", "version": "21.6.3",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-21.6.0.tgz", "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.6.3.tgz",
"integrity": "sha512-RjNuACL35wWZgtkyMcjcCmK7R72u3P6jTNbGKzrvHGI9M0iK5Vn1DsBIwOByppaXLIbe0viJ79Nz2h8w1UwPoQ==", "integrity": "sha512-2uuRGslNQ8m7TRllsVs4cZuei5X9OgoPRB/Sj5oadUpxZaW+NYv3srn7zR+h8bCMhkux9z8HtnJdQM5Mz+Govw==",
"requires": { "requires": {
"@babel/runtime": "^7.12.0" "@babel/runtime": "^7.12.0"
} }

View file

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