mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Update dependency nconf to v0.12.1
This commit is contained in:
parent
ee4ef4438e
commit
30f168b86b
2 changed files with 12 additions and 2 deletions
|
@ -208,7 +208,7 @@
|
|||
"moment-timezone": "0.5.23",
|
||||
"multer": "1.4.4",
|
||||
"mysql2": "3.6.2",
|
||||
"nconf": "0.12.0",
|
||||
"nconf": "0.12.1",
|
||||
"newrelic": "11.2.1",
|
||||
"node-jose": "2.2.0",
|
||||
"path-match": "1.2.4",
|
||||
|
|
12
yarn.lock
12
yarn.lock
|
@ -23790,7 +23790,7 @@ natural-compare@^1.4.0:
|
|||
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
|
||||
integrity sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==
|
||||
|
||||
nconf@0.12.0, nconf@^0.12.0:
|
||||
nconf@0.12.0:
|
||||
version "0.12.0"
|
||||
resolved "https://registry.yarnpkg.com/nconf/-/nconf-0.12.0.tgz#9cf70757aae4d440d43ed53c42f87da18471b8bf"
|
||||
integrity sha512-T3fZPw3c7Dfrz8JBQEbEcZJ2s8f7cUMpKuyBtsGQe0b71pcXx6gNh4oti2xh5dxB+gO9ufNfISBlGvvWtfyMcA==
|
||||
|
@ -23800,6 +23800,16 @@ nconf@0.12.0, nconf@^0.12.0:
|
|||
secure-keys "^1.0.0"
|
||||
yargs "^16.1.1"
|
||||
|
||||
nconf@0.12.1, nconf@^0.12.0:
|
||||
version "0.12.1"
|
||||
resolved "https://registry.yarnpkg.com/nconf/-/nconf-0.12.1.tgz#b0b91d2e32dc588fad19ac8bc5245e7472ebb4b9"
|
||||
integrity sha512-p2cfF+B3XXacQdswUYWZ0w6Vld0832A/tuqjLBu3H1sfUcby4N2oVbGhyuCkZv+t3iY3aiFEj7gZGqax9Q2c1w==
|
||||
dependencies:
|
||||
async "^3.0.0"
|
||||
ini "^2.0.0"
|
||||
secure-keys "^1.0.0"
|
||||
yargs "^16.1.1"
|
||||
|
||||
ncp@~2.0.0:
|
||||
version "2.0.0"
|
||||
resolved "https://registry.yarnpkg.com/ncp/-/ncp-2.0.0.tgz#195a21d6c46e361d2fb1281ba38b91e9df7bdbb3"
|
||||
|
|
Loading…
Add table
Reference in a new issue