diff --git a/apps/account-ui/package.json b/apps/account-ui/package.json index 9aff96c150..6ca2a7c069 100644 --- a/apps/account-ui/package.json +++ b/apps/account-ui/package.json @@ -10,7 +10,7 @@ "@patternfly/patternfly": "^4.217.1", "@patternfly/react-core": "^4.250.1", "@patternfly/react-icons": "^4.92.6", - "i18next": "^21.10.0", + "i18next": "^22.0.2", "i18next-http-backend": "^1.4.4", "react": "^17.0.2", "react-dom": "^17.0.2", diff --git a/apps/admin-ui/package.json b/apps/admin-ui/package.json index 0785217ad0..6c4c4c82dc 100644 --- a/apps/admin-ui/package.json +++ b/apps/admin-ui/package.json @@ -54,7 +54,7 @@ "dagre": "^0.8.5", "file-saver": "^2.0.5", "flat": "^5.0.2", - "i18next": "^21.10.0", + "i18next": "^22.0.2", "i18next-http-backend": "^1.4.4", "keycloak-js": "999.0.0-dev", "lodash-es": "^4.17.21", diff --git a/package-lock.json b/package-lock.json index a42f71275e..33913a87ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "@patternfly/patternfly": "^4.217.1", "@patternfly/react-core": "^4.250.1", "@patternfly/react-icons": "^4.92.6", - "i18next": "^21.10.0", + "i18next": "^22.0.2", "i18next-http-backend": "^1.4.4", "react": "^17.0.2", "react-dom": "^17.0.2", @@ -49,6 +49,28 @@ "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": { "version": "6.4.2", "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.4.2.tgz", @@ -90,7 +112,7 @@ "dagre": "^0.8.5", "file-saver": "^2.0.5", "flat": "^5.0.2", - "i18next": "^21.10.0", + "i18next": "^22.0.2", "i18next-http-backend": "^1.4.4", "keycloak-js": "999.0.0-dev", "lodash-es": "^4.17.21", @@ -145,6 +167,28 @@ "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": { "version": "999.0.0-dev", "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" } ], + "peer": true, "dependencies": { "@babel/runtime": "^7.17.2" } @@ -17927,7 +17972,7 @@ "@types/react": "^17.0.45", "@types/react-dom": "^17.0.16", "@vitejs/plugin-react": "^2.1.0", - "i18next": "^21.10.0", + "i18next": "^22.0.2", "i18next-http-backend": "^1.4.4", "react": "^17.0.2", "react-dom": "^17.0.2", @@ -17938,6 +17983,14 @@ "vite-plugin-checker": "^0.5.1" }, "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": { "version": "6.4.2", "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.4.2.tgz", @@ -18023,7 +18076,7 @@ "flat": "^5.0.2", "gunzip-maybe": "^1.4.2", "http2-proxy": "^5.0.53", - "i18next": "^21.10.0", + "i18next": "^22.0.2", "i18next-http-backend": "^1.4.4", "jsdom": "^20.0.1", "keycloak-js": "999.0.0-dev", @@ -18048,6 +18101,16 @@ "vite-plugin-checker": "^0.5.1", "vitest": "^0.24.3", "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": { @@ -20987,6 +21050,7 @@ "version": "21.10.0", "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.10.0.tgz", "integrity": "sha512-YeuIBmFsGjUfO3qBmMOc0rQaun4mIpGKET5WDwvu8lU7gvwpcariZLNtL0Fzj+zazcHUrlXHiptcFhBMFaxzfg==", + "peer": true, "requires": { "@babel/runtime": "^7.17.2" }