Bump i18next from 21.4.1 to 21.4.2
Bumps [i18next](https://github.com/i18next/i18next) from 21.4.1 to 21.4.2. - [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.4.1...v21.4.2) --- 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
f8492ab873
commit
42e45d247f
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -15,7 +15,7 @@
|
|||
"@patternfly/react-table": "^4.37.8",
|
||||
"dagre": "^0.8.5",
|
||||
"file-saver": "^2.0.5",
|
||||
"i18next": "^21.4.1",
|
||||
"i18next": "^21.4.2",
|
||||
"lodash": "^4.17.20",
|
||||
"moment": "^2.29.1",
|
||||
"react": "^17.0.2",
|
||||
|
@ -11372,9 +11372,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/i18next": {
|
||||
"version": "21.4.1",
|
||||
"resolved": "https://registry.npmjs.org/i18next/-/i18next-21.4.1.tgz",
|
||||
"integrity": "sha512-uTCDfoMKTX6b/Amss7w/hQU8NV80ahmoKKNYUg0qbLbtUAMvYIWS2VvCCeNEGQIaEjyC4GV4W+iQbBcv3A/ViA==",
|
||||
"version": "21.4.2",
|
||||
"resolved": "https://registry.npmjs.org/i18next/-/i18next-21.4.2.tgz",
|
||||
"integrity": "sha512-vVWsmTnZNdYHPLt01MvT5YNM2lxec2R6r5T72J89eaazp8XQnGSqA66O+a918qqmjHZGB6HHRSs02xp753he9g==",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.12.0"
|
||||
}
|
||||
|
@ -30135,9 +30135,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"i18next": {
|
||||
"version": "21.4.1",
|
||||
"resolved": "https://registry.npmjs.org/i18next/-/i18next-21.4.1.tgz",
|
||||
"integrity": "sha512-uTCDfoMKTX6b/Amss7w/hQU8NV80ahmoKKNYUg0qbLbtUAMvYIWS2VvCCeNEGQIaEjyC4GV4W+iQbBcv3A/ViA==",
|
||||
"version": "21.4.2",
|
||||
"resolved": "https://registry.npmjs.org/i18next/-/i18next-21.4.2.tgz",
|
||||
"integrity": "sha512-vVWsmTnZNdYHPLt01MvT5YNM2lxec2R6r5T72J89eaazp8XQnGSqA66O+a918qqmjHZGB6HHRSs02xp753he9g==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.12.0"
|
||||
}
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
"@patternfly/react-table": "^4.37.8",
|
||||
"dagre": "^0.8.5",
|
||||
"file-saver": "^2.0.5",
|
||||
"i18next": "^21.4.1",
|
||||
"i18next": "^21.4.2",
|
||||
"lodash": "^4.17.20",
|
||||
"moment": "^2.29.1",
|
||||
"react": "^17.0.2",
|
||||
|
|
Loading…
Reference in a new issue