mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 11:55:03 +03:00
Update dependency nconf to v0.11.2
This commit is contained in:
parent
4b74230624
commit
3ee62cab94
@ -123,7 +123,7 @@
|
||||
"moment-timezone": "0.5.23",
|
||||
"multer": "1.4.2",
|
||||
"mysql": "2.18.1",
|
||||
"nconf": "0.11.1",
|
||||
"nconf": "0.11.2",
|
||||
"netjet": "1.4.0",
|
||||
"node-jose": "2.0.0",
|
||||
"nodemailer": "0.7.1",
|
||||
|
15
yarn.lock
15
yarn.lock
@ -4892,6 +4892,11 @@ ini@^1.3.0, ini@^1.3.4, ini@~1.3.0:
|
||||
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927"
|
||||
integrity sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==
|
||||
|
||||
ini@^2.0.0:
|
||||
version "2.0.0"
|
||||
resolved "https://registry.yarnpkg.com/ini/-/ini-2.0.0.tgz#e5fd556ecdd5726be978fa1001862eacb0a94bc5"
|
||||
integrity sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA==
|
||||
|
||||
inquirer@^7.0.0:
|
||||
version "7.3.3"
|
||||
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.3.3.tgz#04d176b2af04afc157a83fd7c100e98ee0aad003"
|
||||
@ -6685,13 +6690,13 @@ nconf@0.10.0, nconf@^0.10.0:
|
||||
secure-keys "^1.0.0"
|
||||
yargs "^3.19.0"
|
||||
|
||||
nconf@0.11.1:
|
||||
version "0.11.1"
|
||||
resolved "https://registry.yarnpkg.com/nconf/-/nconf-0.11.1.tgz#9eba51b342f16b424d483c97923abec993f84cbf"
|
||||
integrity sha512-2XY+7x3GwkkTnmkEVxsKykg0GUqCAtBZUA87FwbcUSaYBfaGCeVSf+82zap16j93B21J2AhpxrsF57jio36t0w==
|
||||
nconf@0.11.2:
|
||||
version "0.11.2"
|
||||
resolved "https://registry.yarnpkg.com/nconf/-/nconf-0.11.2.tgz#707fa9db383e85ad7e8f1a17be1b053d1bd751c4"
|
||||
integrity sha512-gDmn0Fgt0U0esRE8OCF72tO8AA9dtlG9eZhW4/Ex5hozNC2/LgdhWO4vKLGHNfTxcvsv6Aoxk/ROVYJD2SAdyg==
|
||||
dependencies:
|
||||
async "^1.4.0"
|
||||
ini "^1.3.0"
|
||||
ini "^2.0.0"
|
||||
secure-keys "^1.0.0"
|
||||
yargs "^16.1.1"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user