Bump i18next from 21.2.4 to 21.2.6
Bumps [i18next](https://github.com/i18next/i18next) from 21.2.4 to 21.2.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.2.4...v21.2.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:
parent
0fdb413424
commit
413be68c23
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -17,7 +17,7 @@
|
|||
"@patternfly/react-table": "4.30.3",
|
||||
"dagre": "^0.8.5",
|
||||
"file-saver": "^2.0.5",
|
||||
"i18next": "^21.2.0",
|
||||
"i18next": "^21.2.6",
|
||||
"lodash": "^4.17.20",
|
||||
"moment": "^2.29.1",
|
||||
"react": "^17.0.2",
|
||||
|
@ -11045,9 +11045,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/i18next": {
|
||||
"version": "21.2.4",
|
||||
"resolved": "https://registry.npmjs.org/i18next/-/i18next-21.2.4.tgz",
|
||||
"integrity": "sha512-+81XmiwJOLWJFjRZJK5ASFahAo5TXZGz5IrBT4CfLJ3CyXho61A1cj1Kmh8za8TYtGFou0cEkUSjEaqfya7Wfg==",
|
||||
"version": "21.2.6",
|
||||
"resolved": "https://registry.npmjs.org/i18next/-/i18next-21.2.6.tgz",
|
||||
"integrity": "sha512-xnCodgPo1ASLfdPs2/GS8jQFqQsaWrQKdsqfYgf5juANavIos4kjahgBkrMU8SUCn2kv7TSssfnyVu5LZjBWXw==",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.12.0"
|
||||
}
|
||||
|
@ -28646,9 +28646,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"i18next": {
|
||||
"version": "21.2.4",
|
||||
"resolved": "https://registry.npmjs.org/i18next/-/i18next-21.2.4.tgz",
|
||||
"integrity": "sha512-+81XmiwJOLWJFjRZJK5ASFahAo5TXZGz5IrBT4CfLJ3CyXho61A1cj1Kmh8za8TYtGFou0cEkUSjEaqfya7Wfg==",
|
||||
"version": "21.2.6",
|
||||
"resolved": "https://registry.npmjs.org/i18next/-/i18next-21.2.6.tgz",
|
||||
"integrity": "sha512-xnCodgPo1ASLfdPs2/GS8jQFqQsaWrQKdsqfYgf5juANavIos4kjahgBkrMU8SUCn2kv7TSssfnyVu5LZjBWXw==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.12.0"
|
||||
}
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
"@patternfly/react-table": "4.30.3",
|
||||
"dagre": "^0.8.5",
|
||||
"file-saver": "^2.0.5",
|
||||
"i18next": "^21.2.0",
|
||||
"i18next": "^21.2.6",
|
||||
"lodash": "^4.17.20",
|
||||
"moment": "^2.29.1",
|
||||
"react": "^17.0.2",
|
||||
|
|
Loading…
Reference in a new issue