Bump i18next from 20.6.0 to 20.6.1

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

---
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-09-08 10:16:26 +00:00 committed by Jon Koops
parent a0fd699049
commit 5ca4aba375
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -15,7 +15,7 @@
"@patternfly/react-table": "4.29.58", "@patternfly/react-table": "4.29.58",
"dagre": "^0.8.5", "dagre": "^0.8.5",
"file-saver": "^2.0.5", "file-saver": "^2.0.5",
"i18next": "^20.6.0", "i18next": "^20.6.1",
"lodash": "^4.17.20", "lodash": "^4.17.20",
"moment": "^2.29.1", "moment": "^2.29.1",
"react": "^17.0.2", "react": "^17.0.2",
@ -8869,9 +8869,9 @@
} }
}, },
"node_modules/i18next": { "node_modules/i18next": {
"version": "20.6.0", "version": "20.6.1",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-20.6.0.tgz", "resolved": "https://registry.npmjs.org/i18next/-/i18next-20.6.1.tgz",
"integrity": "sha512-sgt7AkvxUQbW5dsA7p5AYq7tBOIdm9K7c4wAppsbt5l0Hynqs7FTsa0bA0Exy+PUR17+IOcg3KVCaILc1OAOxQ==", "integrity": "sha512-yCMYTMEJ9ihCwEQQ3phLo7I/Pwycf8uAx+sRHwwk5U9Aui/IZYgQRyMqXafQOw5QQ7DM1Z+WyEXWIqSuJHhG2A==",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.12.0" "@babel/runtime": "^7.12.0"
} }
@ -24322,9 +24322,9 @@
"dev": true "dev": true
}, },
"i18next": { "i18next": {
"version": "20.6.0", "version": "20.6.1",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-20.6.0.tgz", "resolved": "https://registry.npmjs.org/i18next/-/i18next-20.6.1.tgz",
"integrity": "sha512-sgt7AkvxUQbW5dsA7p5AYq7tBOIdm9K7c4wAppsbt5l0Hynqs7FTsa0bA0Exy+PUR17+IOcg3KVCaILc1OAOxQ==", "integrity": "sha512-yCMYTMEJ9ihCwEQQ3phLo7I/Pwycf8uAx+sRHwwk5U9Aui/IZYgQRyMqXafQOw5QQ7DM1Z+WyEXWIqSuJHhG2A==",
"requires": { "requires": {
"@babel/runtime": "^7.12.0" "@babel/runtime": "^7.12.0"
} }

View file

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