Bump i18next from 21.9.2 to 21.10.0 (#3520)

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

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

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-10 16:19:28 +02:00 committed by GitHub
parent 2e29915f6a
commit daf8d6c3f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 9 deletions

View file

@ -10,7 +10,7 @@
"@patternfly/patternfly": "^4.215.1", "@patternfly/patternfly": "^4.215.1",
"@patternfly/react-core": "^4.239.0", "@patternfly/react-core": "^4.239.0",
"@patternfly/react-icons": "^4.90.0", "@patternfly/react-icons": "^4.90.0",
"i18next": "^21.9.2", "i18next": "^21.10.0",
"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.9.2", "i18next": "^21.10.0",
"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",

17
package-lock.json generated
View file

@ -33,7 +33,7 @@
"@patternfly/patternfly": "^4.215.1", "@patternfly/patternfly": "^4.215.1",
"@patternfly/react-core": "^4.239.0", "@patternfly/react-core": "^4.239.0",
"@patternfly/react-icons": "^4.90.0", "@patternfly/react-icons": "^4.90.0",
"i18next": "^21.9.2", "i18next": "^21.10.0",
"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",
@ -98,7 +98,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.9.2", "i18next": "^21.10.0",
"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",
@ -8546,7 +8546,9 @@
} }
}, },
"node_modules/i18next": { "node_modules/i18next": {
"version": "21.9.2", "version": "21.10.0",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-21.10.0.tgz",
"integrity": "sha512-YeuIBmFsGjUfO3qBmMOc0rQaun4mIpGKET5WDwvu8lU7gvwpcariZLNtL0Fzj+zazcHUrlXHiptcFhBMFaxzfg==",
"funding": [ "funding": [
{ {
"type": "individual", "type": "individual",
@ -8561,7 +8563,6 @@
"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"
} }
], ],
"license": "MIT",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.17.2" "@babel/runtime": "^7.17.2"
} }
@ -17167,7 +17168,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.9.2", "i18next": "^21.10.0",
"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",
@ -17266,7 +17267,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.9.2", "i18next": "^21.10.0",
"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",
@ -20053,7 +20054,9 @@
"dev": true "dev": true
}, },
"i18next": { "i18next": {
"version": "21.9.2", "version": "21.10.0",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-21.10.0.tgz",
"integrity": "sha512-YeuIBmFsGjUfO3qBmMOc0rQaun4mIpGKET5WDwvu8lU7gvwpcariZLNtL0Fzj+zazcHUrlXHiptcFhBMFaxzfg==",
"requires": { "requires": {
"@babel/runtime": "^7.17.2" "@babel/runtime": "^7.17.2"
} }