Bump i18next from 21.6.13 to 21.6.14

Bumps [i18next](https://github.com/i18next/i18next) from 21.6.13 to 21.6.14.
- [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.13...v21.6.14)

---
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-03-14 04:17:38 +00:00 committed by Jon Koops
parent 97de353c75
commit e1c59be817
2 changed files with 16 additions and 16 deletions

30
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.6.13",
"i18next": "^21.6.14",
"lodash-es": "^4.17.21",
"moment": "^2.29.1",
"react": "^17.0.2",
@ -1794,9 +1794,9 @@
}
},
"node_modules/@babel/runtime": {
"version": "7.16.7",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.7.tgz",
"integrity": "sha512-9E9FJowqAsytyOY6LG+1KuueckRL+aQW+mKvXRXnuFGyRAyepJPmEo9vgMfXUA6O9u3IeEdv9MAkppFcaQwogQ==",
"version": "7.17.2",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.17.2.tgz",
"integrity": "sha512-hzeyJyMA1YGdJTuWU0e/j4wKXrU4OMFvY2MSlaI9B7VQb0r5cxTE3EAIS2Q7Tn2RIcDkRvTA/v2JsAEhxe99uw==",
"dependencies": {
"regenerator-runtime": "^0.13.4"
},
@ -11614,9 +11614,9 @@
}
},
"node_modules/i18next": {
"version": "21.6.13",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-21.6.13.tgz",
"integrity": "sha512-MVjNttw+5mIuu2/fwTpSU0EeI7iU/6pnDvGQboCzkILiv0/gD+FLZaF7qSHmUHO4ZkE6xJQ9SlBgGvMHxhC82Q==",
"version": "21.6.14",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-21.6.14.tgz",
"integrity": "sha512-XL6WyD+xlwQwbieXRlXhKWoLb/rkch50/rA+vl6untHnJ+aYnkQ0YDZciTWE78PPhOpbi2gR0LTJCJpiAhA+uQ==",
"funding": [
{
"type": "individual",
@ -11632,7 +11632,7 @@
}
],
"dependencies": {
"@babel/runtime": "^7.12.0"
"@babel/runtime": "^7.17.2"
}
},
"node_modules/iconv-lite": {
@ -23153,9 +23153,9 @@
}
},
"@babel/runtime": {
"version": "7.16.7",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.7.tgz",
"integrity": "sha512-9E9FJowqAsytyOY6LG+1KuueckRL+aQW+mKvXRXnuFGyRAyepJPmEo9vgMfXUA6O9u3IeEdv9MAkppFcaQwogQ==",
"version": "7.17.2",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.17.2.tgz",
"integrity": "sha512-hzeyJyMA1YGdJTuWU0e/j4wKXrU4OMFvY2MSlaI9B7VQb0r5cxTE3EAIS2Q7Tn2RIcDkRvTA/v2JsAEhxe99uw==",
"requires": {
"regenerator-runtime": "^0.13.4"
}
@ -30954,11 +30954,11 @@
"dev": true
},
"i18next": {
"version": "21.6.13",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-21.6.13.tgz",
"integrity": "sha512-MVjNttw+5mIuu2/fwTpSU0EeI7iU/6pnDvGQboCzkILiv0/gD+FLZaF7qSHmUHO4ZkE6xJQ9SlBgGvMHxhC82Q==",
"version": "21.6.14",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-21.6.14.tgz",
"integrity": "sha512-XL6WyD+xlwQwbieXRlXhKWoLb/rkch50/rA+vl6untHnJ+aYnkQ0YDZciTWE78PPhOpbi2gR0LTJCJpiAhA+uQ==",
"requires": {
"@babel/runtime": "^7.12.0"
"@babel/runtime": "^7.17.2"
}
},
"iconv-lite": {

View file

@ -32,7 +32,7 @@
"dagre": "^0.8.5",
"file-saver": "^2.0.5",
"flat": "^5.0.2",
"i18next": "^21.6.13",
"i18next": "^21.6.14",
"lodash-es": "^4.17.21",
"moment": "^2.29.1",
"react": "^17.0.2",