Bump i18next from 21.10.0 to 22.0.2 (#3626)

Bumps [i18next](https://github.com/i18next/i18next) from 21.10.0 to 22.0.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.10.0...v22.0.2)

---
updated-dependencies:
- dependency-name: i18next
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-10-24 10:11:32 +02:00 committed by GitHub
parent 60eb007d58
commit 886d5e0120
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 70 additions and 6 deletions

View file

@ -10,7 +10,7 @@
"@patternfly/patternfly": "^4.217.1", "@patternfly/patternfly": "^4.217.1",
"@patternfly/react-core": "^4.250.1", "@patternfly/react-core": "^4.250.1",
"@patternfly/react-icons": "^4.92.6", "@patternfly/react-icons": "^4.92.6",
"i18next": "^21.10.0", "i18next": "^22.0.2",
"i18next-http-backend": "^1.4.4", "i18next-http-backend": "^1.4.4",
"react": "^17.0.2", "react": "^17.0.2",
"react-dom": "^17.0.2", "react-dom": "^17.0.2",

View file

@ -54,7 +54,7 @@
"dagre": "^0.8.5", "dagre": "^0.8.5",
"file-saver": "^2.0.5", "file-saver": "^2.0.5",
"flat": "^5.0.2", "flat": "^5.0.2",
"i18next": "^21.10.0", "i18next": "^22.0.2",
"i18next-http-backend": "^1.4.4", "i18next-http-backend": "^1.4.4",
"keycloak-js": "999.0.0-dev", "keycloak-js": "999.0.0-dev",
"lodash-es": "^4.17.21", "lodash-es": "^4.17.21",

72
package-lock.json generated
View file

@ -33,7 +33,7 @@
"@patternfly/patternfly": "^4.217.1", "@patternfly/patternfly": "^4.217.1",
"@patternfly/react-core": "^4.250.1", "@patternfly/react-core": "^4.250.1",
"@patternfly/react-icons": "^4.92.6", "@patternfly/react-icons": "^4.92.6",
"i18next": "^21.10.0", "i18next": "^22.0.2",
"i18next-http-backend": "^1.4.4", "i18next-http-backend": "^1.4.4",
"react": "^17.0.2", "react": "^17.0.2",
"react-dom": "^17.0.2", "react-dom": "^17.0.2",
@ -49,6 +49,28 @@
"vite-plugin-checker": "^0.5.1" "vite-plugin-checker": "^0.5.1"
} }
}, },
"apps/account-ui/node_modules/i18next": {
"version": "22.0.2",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-22.0.2.tgz",
"integrity": "sha512-rGXWILemhx0dpNE5PfudVU1g4SdW0hkh4WYHaP8Cl6gm1KkMdBckmNqj9WvYqp8fOSocqX5FFJeadwiOZHLSXQ==",
"funding": [
{
"type": "individual",
"url": "https://locize.com"
},
{
"type": "individual",
"url": "https://locize.com/i18next.html"
},
{
"type": "individual",
"url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project"
}
],
"dependencies": {
"@babel/runtime": "^7.17.2"
}
},
"apps/account-ui/node_modules/react-router": { "apps/account-ui/node_modules/react-router": {
"version": "6.4.2", "version": "6.4.2",
"resolved": "https://registry.npmjs.org/react-router/-/react-router-6.4.2.tgz", "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.4.2.tgz",
@ -90,7 +112,7 @@
"dagre": "^0.8.5", "dagre": "^0.8.5",
"file-saver": "^2.0.5", "file-saver": "^2.0.5",
"flat": "^5.0.2", "flat": "^5.0.2",
"i18next": "^21.10.0", "i18next": "^22.0.2",
"i18next-http-backend": "^1.4.4", "i18next-http-backend": "^1.4.4",
"keycloak-js": "999.0.0-dev", "keycloak-js": "999.0.0-dev",
"lodash-es": "^4.17.21", "lodash-es": "^4.17.21",
@ -145,6 +167,28 @@
"webpack": "^5.74.0" "webpack": "^5.74.0"
} }
}, },
"apps/admin-ui/node_modules/i18next": {
"version": "22.0.2",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-22.0.2.tgz",
"integrity": "sha512-rGXWILemhx0dpNE5PfudVU1g4SdW0hkh4WYHaP8Cl6gm1KkMdBckmNqj9WvYqp8fOSocqX5FFJeadwiOZHLSXQ==",
"funding": [
{
"type": "individual",
"url": "https://locize.com"
},
{
"type": "individual",
"url": "https://locize.com/i18next.html"
},
{
"type": "individual",
"url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project"
}
],
"dependencies": {
"@babel/runtime": "^7.17.2"
}
},
"libs/keycloak-js": { "libs/keycloak-js": {
"version": "999.0.0-dev", "version": "999.0.0-dev",
"license": "Apache-2.0", "license": "Apache-2.0",
@ -9095,6 +9139,7 @@
"url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project" "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project"
} }
], ],
"peer": true,
"dependencies": { "dependencies": {
"@babel/runtime": "^7.17.2" "@babel/runtime": "^7.17.2"
} }
@ -17927,7 +17972,7 @@
"@types/react": "^17.0.45", "@types/react": "^17.0.45",
"@types/react-dom": "^17.0.16", "@types/react-dom": "^17.0.16",
"@vitejs/plugin-react": "^2.1.0", "@vitejs/plugin-react": "^2.1.0",
"i18next": "^21.10.0", "i18next": "^22.0.2",
"i18next-http-backend": "^1.4.4", "i18next-http-backend": "^1.4.4",
"react": "^17.0.2", "react": "^17.0.2",
"react-dom": "^17.0.2", "react-dom": "^17.0.2",
@ -17938,6 +17983,14 @@
"vite-plugin-checker": "^0.5.1" "vite-plugin-checker": "^0.5.1"
}, },
"dependencies": { "dependencies": {
"i18next": {
"version": "22.0.2",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-22.0.2.tgz",
"integrity": "sha512-rGXWILemhx0dpNE5PfudVU1g4SdW0hkh4WYHaP8Cl6gm1KkMdBckmNqj9WvYqp8fOSocqX5FFJeadwiOZHLSXQ==",
"requires": {
"@babel/runtime": "^7.17.2"
}
},
"react-router": { "react-router": {
"version": "6.4.2", "version": "6.4.2",
"resolved": "https://registry.npmjs.org/react-router/-/react-router-6.4.2.tgz", "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.4.2.tgz",
@ -18023,7 +18076,7 @@
"flat": "^5.0.2", "flat": "^5.0.2",
"gunzip-maybe": "^1.4.2", "gunzip-maybe": "^1.4.2",
"http2-proxy": "^5.0.53", "http2-proxy": "^5.0.53",
"i18next": "^21.10.0", "i18next": "^22.0.2",
"i18next-http-backend": "^1.4.4", "i18next-http-backend": "^1.4.4",
"jsdom": "^20.0.1", "jsdom": "^20.0.1",
"keycloak-js": "999.0.0-dev", "keycloak-js": "999.0.0-dev",
@ -18048,6 +18101,16 @@
"vite-plugin-checker": "^0.5.1", "vite-plugin-checker": "^0.5.1",
"vitest": "^0.24.3", "vitest": "^0.24.3",
"webpack": "^5.74.0" "webpack": "^5.74.0"
},
"dependencies": {
"i18next": {
"version": "22.0.2",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-22.0.2.tgz",
"integrity": "sha512-rGXWILemhx0dpNE5PfudVU1g4SdW0hkh4WYHaP8Cl6gm1KkMdBckmNqj9WvYqp8fOSocqX5FFJeadwiOZHLSXQ==",
"requires": {
"@babel/runtime": "^7.17.2"
}
}
} }
}, },
"agent-base": { "agent-base": {
@ -20987,6 +21050,7 @@
"version": "21.10.0", "version": "21.10.0",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-21.10.0.tgz", "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.10.0.tgz",
"integrity": "sha512-YeuIBmFsGjUfO3qBmMOc0rQaun4mIpGKET5WDwvu8lU7gvwpcariZLNtL0Fzj+zazcHUrlXHiptcFhBMFaxzfg==", "integrity": "sha512-YeuIBmFsGjUfO3qBmMOc0rQaun4mIpGKET5WDwvu8lU7gvwpcariZLNtL0Fzj+zazcHUrlXHiptcFhBMFaxzfg==",
"peer": true,
"requires": { "requires": {
"@babel/runtime": "^7.17.2" "@babel/runtime": "^7.17.2"
} }