0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-30 20:33:54 -05:00

fix(deps): update dependency i18next to v21 (#645)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-04-23 23:58:54 +08:00 committed by GitHub
parent 06d1f1e906
commit fbc8bed6a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 11 deletions

View file

@ -27,7 +27,7 @@
"decamelize": "^5.0.0",
"dotenv": "^16.0.0",
"got": "^11.8.2",
"i18next": "^20.3.5",
"i18next": "^21.0.0",
"iconv-lite": "0.6.3",
"inquirer": "^8.2.2",
"jose": "^3.14.3",

View file

@ -179,7 +179,7 @@ importers:
dotenv: ^16.0.0
eslint: ^8.10.0
got: ^11.8.2
i18next: ^20.3.5
i18next: ^21.0.0
iconv-lite: 0.6.3
inquirer: ^8.2.2
jest: ^27.5.1
@ -219,7 +219,7 @@ importers:
decamelize: 5.0.1
dotenv: 16.0.0
got: 11.8.3
i18next: 20.6.1
i18next: 21.6.12
iconv-lite: 0.6.3
inquirer: 8.2.2
jose: 3.20.3
@ -2295,6 +2295,7 @@ packages:
engines: {node: '>=6.9.0'}
dependencies:
regenerator-runtime: 0.13.9
dev: true
/@babel/runtime/7.17.9:
resolution: {integrity: sha512-lSiBBvodq29uShpWGNbgFdKYNiFDo5/HIYsaCEY9ff4sb10x9jizo2+pRrSyF4jKZCXqgzuqBOQKbUm90gQwJg==}
@ -10997,12 +10998,6 @@ packages:
'@babel/runtime': 7.16.3
dev: true
/i18next/20.6.1:
resolution: {integrity: sha512-yCMYTMEJ9ihCwEQQ3phLo7I/Pwycf8uAx+sRHwwk5U9Aui/IZYgQRyMqXafQOw5QQ7DM1Z+WyEXWIqSuJHhG2A==}
dependencies:
'@babel/runtime': 7.16.3
dev: false
/i18next/21.6.11:
resolution: {integrity: sha512-tJ2+o0lVO+fhi8bPkCpBAeY1SgkqmQm5NzgPWCQssBrywJw98/o+Kombhty5nxQOpHtvMmsxcOopczUiH6bJxQ==}
dependencies:
@ -11012,8 +11007,7 @@ packages:
/i18next/21.6.12:
resolution: {integrity: sha512-xlGTPdu2g5PZEUIE6TA1mQ9EIAAv9nMFONzgwAIrKL/KTmYYWufQNGgOmp5Og1PvgUji+6i1whz0rMdsz1qaKw==}
dependencies:
'@babel/runtime': 7.16.3
dev: true
'@babel/runtime': 7.17.9
/iconv-lite/0.4.24:
resolution: {integrity: sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==}