Bump i18next from 21.6.5 to 21.6.6

Bumps [i18next](https://github.com/i18next/i18next) from 21.6.5 to 21.6.6.
- [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.5...v21.6.6)

---
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] 2022-01-17 04:08:38 +00:00 committed by Jon Koops
parent d539571b08
commit 17eabf41a6
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.5", "i18next": "^21.6.6",
"lodash": "^4.17.20", "lodash": "^4.17.20",
"moment": "^2.29.1", "moment": "^2.29.1",
"react": "^17.0.2", "react": "^17.0.2",
@ -11378,9 +11378,9 @@
} }
}, },
"node_modules/i18next": { "node_modules/i18next": {
"version": "21.6.5", "version": "21.6.6",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-21.6.5.tgz", "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.6.6.tgz",
"integrity": "sha512-1oimhzFEpkmxpY2yDyghdycyA1bCKrh9zf04qiB2HytKJCqlrA5e8JfL6KyK/oZvZABLP0GohsZ+tvhHmd+OTA==", "integrity": "sha512-K1Pw8K+nHVco56PO6UrqNq4K/ZVbb2eqBQwPqmzYDm4tGQYXBjdz8jrnvuNvV5STaE8oGpWKQMxHOvh2zhVE7Q==",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.12.0" "@babel/runtime": "^7.12.0"
} }
@ -30116,9 +30116,9 @@
"dev": true "dev": true
}, },
"i18next": { "i18next": {
"version": "21.6.5", "version": "21.6.6",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-21.6.5.tgz", "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.6.6.tgz",
"integrity": "sha512-1oimhzFEpkmxpY2yDyghdycyA1bCKrh9zf04qiB2HytKJCqlrA5e8JfL6KyK/oZvZABLP0GohsZ+tvhHmd+OTA==", "integrity": "sha512-K1Pw8K+nHVco56PO6UrqNq4K/ZVbb2eqBQwPqmzYDm4tGQYXBjdz8jrnvuNvV5STaE8oGpWKQMxHOvh2zhVE7Q==",
"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.5", "i18next": "^21.6.6",
"lodash": "^4.17.20", "lodash": "^4.17.20",
"moment": "^2.29.1", "moment": "^2.29.1",
"react": "^17.0.2", "react": "^17.0.2",