diff --git a/enatega-multivendor-web/package-lock.json b/enatega-multivendor-web/package-lock.json index 2ef47689..fc1d8871 100644 --- a/enatega-multivendor-web/package-lock.json +++ b/enatega-multivendor-web/package-lock.json @@ -29,7 +29,7 @@ "flatlist-react": "^1.5.0", "gapi-script": "^1.2.0", "graphql": "^15.4.0", - "i18next": "^23.7.6", + "i18next": "^26.3.6", "lodash": "^4.17.21", "moment": "^2.29.1", "react": "^17.0.2", @@ -11510,25 +11510,31 @@ "integrity": "sha512-ygGZLjmXfPHj+ZWh6LwbC37l43MhfztxetbFCoYTM2VjkIUpeHgSNn7QIyVFj7YQ1Wl9Cbw5sholVJPzWvC2MQ==" }, "node_modules/i18next": { - "version": "23.10.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.10.0.tgz", - "integrity": "sha512-/TgHOqsa7/9abUKJjdPeydoyDc0oTi/7u9F8lMSj6ufg4cbC1Oj3f/Jja7zj7WRIhEQKB7Q4eN6y68I9RDxxGQ==", + "version": "26.3.6", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-26.3.6.tgz", + "integrity": "sha512-Bu5Z2nAXgfVyM8xvW3jk9EKRIuX37PudsrBViThNFx7CR7aaYTpP01cxNB/E4c4UUzTDiAZRstEhsRfPOL/8xA==", "funding": [ { "type": "individual", - "url": "https://locize.com" + "url": "https://www.locize.com/i18next" }, { "type": "individual", - "url": "https://locize.com/i18next.html" + "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project" }, { "type": "individual", - "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project" + "url": "https://www.locize.com" } ], - "dependencies": { - "@babel/runtime": "^7.23.2" + "license": "MIT", + "peerDependencies": { + "typescript": "^5 || ^6 || ^7" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } } }, "node_modules/iconv-lite": { @@ -17705,19 +17711,6 @@ "node": ">=10" } }, - "node_modules/react-scripts/node_modules/type-fest": { - "version": "0.13.1", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.13.1.tgz", - "integrity": "sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg==", - "optional": true, - "peer": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/react-scroll": { "version": "1.9.0", "resolved": "https://registry.npmjs.org/react-scroll/-/react-scroll-1.9.0.tgz", diff --git a/enatega-multivendor-web/package.json b/enatega-multivendor-web/package.json index 8227453e..33de7cb7 100644 --- a/enatega-multivendor-web/package.json +++ b/enatega-multivendor-web/package.json @@ -23,7 +23,7 @@ "flatlist-react": "^1.5.0", "gapi-script": "^1.2.0", "graphql": "^15.4.0", - "i18next": "^23.7.6", + "i18next": "^26.3.6", "lodash": "^4.17.21", "moment": "^2.29.1", "react": "^17.0.2",