mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Update dependency i18next to v23.16.2
This commit is contained in:
parent
d1db417495
commit
17892c6a99
2 changed files with 8 additions and 15 deletions
|
@ -31,6 +31,6 @@
|
|||
"mocha": "10.2.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"i18next": "23.16.0"
|
||||
"i18next": "23.16.2"
|
||||
}
|
||||
}
|
||||
|
|
21
yarn.lock
21
yarn.lock
|
@ -7658,21 +7658,14 @@
|
|||
nodemailer-mailgun-transport "^2.1.5"
|
||||
nodemailer-stub-transport "^1.1.0"
|
||||
|
||||
"@tryghost/nql-lang@0.6.3", "@tryghost/nql-lang@^0.6.3":
|
||||
"@tryghost/nql-lang@0.6.3", "@tryghost/nql-lang@^0.6.2", "@tryghost/nql-lang@^0.6.3":
|
||||
version "0.6.3"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/nql-lang/-/nql-lang-0.6.3.tgz#3fe9015d5ebcfdf50be409bf1b0f6cc22cfb47a1"
|
||||
integrity sha512-NnSdAjN3TIcm8g1/QW/EKLeGKAYIQR6CQZULMt1mbV+lVWnNjrgZNZchg4a90CdC5e0owOps+rz+2dmpDEC/Iw==
|
||||
dependencies:
|
||||
date-fns "^2.28.0"
|
||||
|
||||
"@tryghost/nql-lang@^0.6.2":
|
||||
version "0.6.2"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/nql-lang/-/nql-lang-0.6.2.tgz#529d4fc06840dd0d4f120610d3d081f5df51c12c"
|
||||
integrity sha512-woIgIi89fpRnuBZQjZNF4MHbwp2IwYGQ/vEuvCGhHmOE47qhtEadvd0dCUnzOYSszgsFcp+xtOe6ZrICVEdUmw==
|
||||
dependencies:
|
||||
date-fns "^2.28.0"
|
||||
|
||||
"@tryghost/nql@0.12.6", "@tryghost/nql@^0.12.5":
|
||||
"@tryghost/nql@0.12.6":
|
||||
version "0.12.6"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/nql/-/nql-0.12.6.tgz#18c8b57f73d37269e2c0ab23b6c3f4f4030804b4"
|
||||
integrity sha512-IIcfxSgK++O/6om42T+waIjuJCeZ0Ma88ITp/DRbaqgGzUpd9tRAyOzsTTxQkZ7OUbHXd165+ee4myHTh7fmSw==
|
||||
|
@ -7682,7 +7675,7 @@
|
|||
"@tryghost/nql-lang" "^0.6.2"
|
||||
mingo "^2.2.2"
|
||||
|
||||
"@tryghost/nql@0.12.7":
|
||||
"@tryghost/nql@0.12.7", "@tryghost/nql@^0.12.5":
|
||||
version "0.12.7"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/nql/-/nql-0.12.7.tgz#4ef56984809cb39416b9b21b9cd7ae976720f5e3"
|
||||
integrity sha512-O58X36ug6KZ8n0/a/mkhb0My3vDO/xbH3HlK+U0t6houwQN7xUEOsZxBq7E0w/h4dXXwQCFeW5mIfuRD3FHWIg==
|
||||
|
@ -19335,10 +19328,10 @@ i18next-parser@8.13.0:
|
|||
vinyl-fs "^4.0.0"
|
||||
vue-template-compiler "^2.6.11"
|
||||
|
||||
i18next@23.16.0, i18next@^23.5.1:
|
||||
version "23.16.0"
|
||||
resolved "https://registry.yarnpkg.com/i18next/-/i18next-23.16.0.tgz#6127b49a30c19ba5caf0de8aeb3e15df60f7f01e"
|
||||
integrity sha512-Ni3CG6c14teOogY19YNRl+kYaE/Rb59khy0VyHVn4uOZ97E2E/Yziyi6r3C3s9+wacjdLZiq/LLYyx+Cgd+FCw==
|
||||
i18next@23.16.2, i18next@^23.5.1:
|
||||
version "23.16.2"
|
||||
resolved "https://registry.yarnpkg.com/i18next/-/i18next-23.16.2.tgz#ef6868ef6ac7bcaee4f5fe35132021d44e8d1063"
|
||||
integrity sha512-dFyxwLXxEQK32f6tITBMaRht25mZPJhQ0WbC0p3bO2mWBal9lABTMqSka5k+GLSRWLzeJBKDpH7BeIA9TZI7Jg==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.23.2"
|
||||
|
||||
|
|
Loading…
Reference in a new issue