Bump i18next from 21.8.14 to 21.8.16
Bumps [i18next](https://github.com/i18next/i18next) from 21.8.14 to 21.8.16. - [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.8.14...v21.8.16) --- 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
1ac8589e1a
commit
5faa284f86
2 changed files with 8 additions and 5 deletions
11
package-lock.json
generated
11
package-lock.json
generated
|
@ -16,7 +16,7 @@
|
|||
"dagre": "^0.8.5",
|
||||
"file-saver": "^2.0.5",
|
||||
"flat": "^5.0.2",
|
||||
"i18next": "^21.8.14",
|
||||
"i18next": "^21.8.16",
|
||||
"i18next-http-backend": "^1.4.1",
|
||||
"keycloak-js": "^19.0.1",
|
||||
"lodash-es": "^4.17.21",
|
||||
|
@ -10839,7 +10839,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/i18next": {
|
||||
"version": "21.8.14",
|
||||
"version": "21.8.16",
|
||||
"resolved": "https://registry.npmjs.org/i18next/-/i18next-21.8.16.tgz",
|
||||
"integrity": "sha512-acJLCk38YMfEPjBR/1vS13SFY7rBQLs9E5m1tSRnWc9UW3f+SZszgH+NP1fZRA1+O+CdG2eLGGmuUMJW52EwzQ==",
|
||||
"funding": [
|
||||
{
|
||||
"type": "individual",
|
||||
|
@ -10854,7 +10856,6 @@
|
|||
"url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project"
|
||||
}
|
||||
],
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.17.2"
|
||||
}
|
||||
|
@ -26830,7 +26831,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"i18next": {
|
||||
"version": "21.8.14",
|
||||
"version": "21.8.16",
|
||||
"resolved": "https://registry.npmjs.org/i18next/-/i18next-21.8.16.tgz",
|
||||
"integrity": "sha512-acJLCk38YMfEPjBR/1vS13SFY7rBQLs9E5m1tSRnWc9UW3f+SZszgH+NP1fZRA1+O+CdG2eLGGmuUMJW52EwzQ==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.17.2"
|
||||
}
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
"dagre": "^0.8.5",
|
||||
"file-saver": "^2.0.5",
|
||||
"flat": "^5.0.2",
|
||||
"i18next": "^21.8.14",
|
||||
"i18next": "^21.8.16",
|
||||
"i18next-http-backend": "^1.4.1",
|
||||
"keycloak-js": "^19.0.1",
|
||||
"lodash-es": "^4.17.21",
|
||||
|
|
Loading…
Reference in a new issue