mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Update dependency i18next to v23.7.7
This commit is contained in:
parent
a586ac9469
commit
a5c4f30a9f
2 changed files with 6 additions and 17 deletions
|
@ -30,6 +30,6 @@
|
|||
"mocha": "10.2.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"i18next": "23.7.6"
|
||||
"i18next": "23.7.7"
|
||||
}
|
||||
}
|
||||
|
|
21
yarn.lock
21
yarn.lock
|
@ -17331,7 +17331,7 @@ express-brute@1.0.1, express-brute@^1.0.1:
|
|||
long-timeout "~0.1.1"
|
||||
underscore "~1.8.3"
|
||||
|
||||
express-hbs@2.5.0:
|
||||
express-hbs@2.5.0, express-hbs@^2.4.2:
|
||||
version "2.5.0"
|
||||
resolved "https://registry.yarnpkg.com/express-hbs/-/express-hbs-2.5.0.tgz#28ed0b8507bb7bcceb102b63fe863585f13a4d89"
|
||||
integrity sha512-i2O1ZBwKO32KF0MePnkgYHsAAILr9H9Sp5GoGp9JWz/qhsBfTMSq9VF1pN109DHysPX6YO88y7B+f6xnEEF/mg==
|
||||
|
@ -17342,17 +17342,6 @@ express-hbs@2.5.0:
|
|||
optionalDependencies:
|
||||
js-beautify "^1.13.11"
|
||||
|
||||
express-hbs@^2.4.2:
|
||||
version "2.4.2"
|
||||
resolved "https://registry.yarnpkg.com/express-hbs/-/express-hbs-2.4.2.tgz#9bc18a08d89eea2aaea94b2e5c38859e86a99019"
|
||||
integrity sha512-lFtWrsAGprvzPrVlfNE6WGJnyE+o/UxsTpl2CWcJt1CRYaUwht9+BkfKOWqs+xG0zhhRAm/bsYEyQ4EwA+ovSw==
|
||||
dependencies:
|
||||
handlebars "^4.7.7"
|
||||
lodash "^4.17.21"
|
||||
readdirp "^3.6.0"
|
||||
optionalDependencies:
|
||||
js-beautify "^1.13.11"
|
||||
|
||||
express-jwt@8.4.1:
|
||||
version "8.4.1"
|
||||
resolved "https://registry.yarnpkg.com/express-jwt/-/express-jwt-8.4.1.tgz#ba817c1ced7c6f1f7017fc2e6deac207011e8acb"
|
||||
|
@ -19648,10 +19637,10 @@ i18next-parser@8.8.0:
|
|||
vinyl-fs "^3.0.2"
|
||||
vue-template-compiler "^2.6.11"
|
||||
|
||||
i18next@23.7.6:
|
||||
version "23.7.6"
|
||||
resolved "https://registry.yarnpkg.com/i18next/-/i18next-23.7.6.tgz#7328e76c899052d5d33d930164612dd21e575f74"
|
||||
integrity sha512-O66BhXBw0fH4bEJMA0/klQKPEbcwAp5wjXEL803pdAynNbg2f4qhLIYlNHJyE7icrL6XmSZKPYaaXwy11kJ6YQ==
|
||||
i18next@23.7.7:
|
||||
version "23.7.7"
|
||||
resolved "https://registry.yarnpkg.com/i18next/-/i18next-23.7.7.tgz#e650ee962417186c5ba78bdaea3979abd31d3bfc"
|
||||
integrity sha512-peTvdT+Lma+o0LfLFD7IC2M37N9DJ04dH0IJYOyOHRhDfLo6nK36v7LkrQH35C2l8NHiiXZqGirhKESlEb/5PA==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.23.2"
|
||||
|
||||
|
|
Loading…
Reference in a new issue