From 0cc4a68a32e1f67c78900ec10155e5921bc1eb0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Oct 2022 12:38:52 +0000 Subject: [PATCH] chore(deps): bump i18next from 17.3.1 to 22.0.3 Bumps [i18next](https://github.com/i18next/i18next) from 17.3.1 to 22.0.3. - [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/v17.3.1...v22.0.3) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 65 ++++++++++++++++++++++++++++++++++++----------- package.json | 2 +- 2 files changed, 51 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index e14abac..e2b047c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@json-schema-tools/transpiler": "^1.10.2", "@material-ui/core": "^4.5.1", "@material-ui/icons": "^4.5.1", - "i18next": "^17.3.0", + "i18next": "^22.0.3", "i18next-browser-languagedetector": "^4.0.0", "moment": "^2.24.0", "monaco-editor": "^0.18.1", @@ -9575,11 +9575,25 @@ "integrity": "sha512-EcuixamT82oplpoJ2XU4pDtKGWQ7b00CD9f1ug9IaQ3p1bkHMiKCZ9ut9QDI6qsa6cpUuB+A/I+zLtdNK4n2DQ==" }, "node_modules/i18next": { - "version": "17.3.1", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-17.3.1.tgz", - "integrity": "sha512-4nY+yaENaoZKmpbiDXPzucVHCN3hN9Z9Zk7LyQXVOKVIpnYOJ3L/yxHJlBPtJDq3PGgjFwA0QBFm/26Z0iDT5A==", + "version": "22.0.3", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-22.0.3.tgz", + "integrity": "sha512-gG6kCG5+gnPXdK8TLTJ2oiuFSjn6CYMSUwV3vnmISxwTunJHREn/z6gi1g7942c61K1dL3Gm+9a64nZCPv6mlg==", + "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.3.1" + "@babel/runtime": "^7.17.2" } }, "node_modules/i18next-browser-languagedetector": { @@ -9590,6 +9604,17 @@ "@babel/runtime": "^7.5.5" } }, + "node_modules/i18next/node_modules/@babel/runtime": { + "version": "7.19.4", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.19.4.tgz", + "integrity": "sha512-EXpLCrk55f+cYqmHsSR+yD/0gAIMxxA9QK9lnQWzhMCvt+YmoBN7Zx94s++Kv0+unHk39vxNO8t+CMA2WSS3wA==", + "dependencies": { + "regenerator-runtime": "^0.13.4" + }, + "engines": { + "node": ">=6.9.0" + } + }, "node_modules/iconv-lite": { "version": "0.4.24", "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", @@ -15976,9 +16001,9 @@ } }, "node_modules/regenerator-runtime": { - "version": "0.13.3", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.3.tgz", - "integrity": "sha512-naKIZz2GQ8JWh///G7L3X6LaQUAMp2lvb1rvwwsURe/VXwD6VMfr+/1NuNw3ag8v2kY1aQ/go5SNn79O9JU7yw==" + "version": "0.13.10", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.10.tgz", + "integrity": "sha512-KepLsg4dU12hryUO7bp/axHAKvwGOCV0sGloQtpagJ12ai+ojVDqkeGSiRX1zlq+kjIMZ1t7gpze+26QqtdGqw==" }, "node_modules/regenerator-transform": { "version": "0.14.1", @@ -28092,11 +28117,21 @@ "integrity": "sha512-EcuixamT82oplpoJ2XU4pDtKGWQ7b00CD9f1ug9IaQ3p1bkHMiKCZ9ut9QDI6qsa6cpUuB+A/I+zLtdNK4n2DQ==" }, "i18next": { - "version": "17.3.1", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-17.3.1.tgz", - "integrity": "sha512-4nY+yaENaoZKmpbiDXPzucVHCN3hN9Z9Zk7LyQXVOKVIpnYOJ3L/yxHJlBPtJDq3PGgjFwA0QBFm/26Z0iDT5A==", + "version": "22.0.3", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-22.0.3.tgz", + "integrity": "sha512-gG6kCG5+gnPXdK8TLTJ2oiuFSjn6CYMSUwV3vnmISxwTunJHREn/z6gi1g7942c61K1dL3Gm+9a64nZCPv6mlg==", "requires": { - "@babel/runtime": "^7.3.1" + "@babel/runtime": "^7.17.2" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.19.4", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.19.4.tgz", + "integrity": "sha512-EXpLCrk55f+cYqmHsSR+yD/0gAIMxxA9QK9lnQWzhMCvt+YmoBN7Zx94s++Kv0+unHk39vxNO8t+CMA2WSS3wA==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + } } }, "i18next-browser-languagedetector": { @@ -33340,9 +33375,9 @@ } }, "regenerator-runtime": { - "version": "0.13.3", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.3.tgz", - "integrity": "sha512-naKIZz2GQ8JWh///G7L3X6LaQUAMp2lvb1rvwwsURe/VXwD6VMfr+/1NuNw3ag8v2kY1aQ/go5SNn79O9JU7yw==" + "version": "0.13.10", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.10.tgz", + "integrity": "sha512-KepLsg4dU12hryUO7bp/axHAKvwGOCV0sGloQtpagJ12ai+ojVDqkeGSiRX1zlq+kjIMZ1t7gpze+26QqtdGqw==" }, "regenerator-transform": { "version": "0.14.1", diff --git a/package.json b/package.json index 0d9a878..5a54e6d 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@json-schema-tools/transpiler": "^1.10.2", "@material-ui/core": "^4.5.1", "@material-ui/icons": "^4.5.1", - "i18next": "^17.3.0", + "i18next": "^22.0.3", "i18next-browser-languagedetector": "^4.0.0", "moment": "^2.24.0", "monaco-editor": "^0.18.1",