0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Update dependency nconf to v0.12.0

This commit is contained in:
Renovate Bot 2022-04-15 04:37:47 +00:00 committed by Daniel Lockyer
parent 1362750640
commit a1fdda51d8
2 changed files with 13 additions and 3 deletions

View file

@ -166,7 +166,7 @@
"moment-timezone": "0.5.23", "moment-timezone": "0.5.23",
"multer": "1.4.4", "multer": "1.4.4",
"mysql2": "2.3.3", "mysql2": "2.3.3",
"nconf": "0.11.4", "nconf": "0.12.0",
"node-jose": "2.1.1", "node-jose": "2.1.1",
"oembed-parser": "1.4.9", "oembed-parser": "1.4.9",
"passport": "0.5.2", "passport": "0.5.2",

View file

@ -2975,7 +2975,7 @@ async@^2.1.2, async@^2.6.0, async@^2.6.1:
dependencies: dependencies:
lodash "^4.17.14" lodash "^4.17.14"
async@^3.0.1, async@^3.2.0, async@~3.2.0: async@^3.0.0, async@^3.0.1, async@^3.2.0, async@~3.2.0:
version "3.2.3" version "3.2.3"
resolved "https://registry.yarnpkg.com/async/-/async-3.2.3.tgz#ac53dafd3f4720ee9e8a160628f18ea91df196c9" resolved "https://registry.yarnpkg.com/async/-/async-3.2.3.tgz#ac53dafd3f4720ee9e8a160628f18ea91df196c9"
integrity sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g== integrity sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g==
@ -8950,7 +8950,17 @@ nconf@0.11.3:
secure-keys "^1.0.0" secure-keys "^1.0.0"
yargs "^16.1.1" yargs "^16.1.1"
nconf@0.11.4, nconf@^0.11.3: nconf@0.12.0:
version "0.12.0"
resolved "https://registry.yarnpkg.com/nconf/-/nconf-0.12.0.tgz#9cf70757aae4d440d43ed53c42f87da18471b8bf"
integrity sha512-T3fZPw3c7Dfrz8JBQEbEcZJ2s8f7cUMpKuyBtsGQe0b71pcXx6gNh4oti2xh5dxB+gO9ufNfISBlGvvWtfyMcA==
dependencies:
async "^3.0.0"
ini "^2.0.0"
secure-keys "^1.0.0"
yargs "^16.1.1"
nconf@^0.11.3:
version "0.11.4" version "0.11.4"
resolved "https://registry.yarnpkg.com/nconf/-/nconf-0.11.4.tgz#7f925d27569738a2a10c3ba4b56310c8821b308b" resolved "https://registry.yarnpkg.com/nconf/-/nconf-0.11.4.tgz#7f925d27569738a2a10c3ba4b56310c8821b308b"
integrity sha512-YaDR846q11JnG1vTrhJ0QIlhiGY6+W1bgWtReG9SS3vkTl3AoNwFvUItdhG6/ZjGCfWpUVuRTNEBTDAQ3nWhGw== integrity sha512-YaDR846q11JnG1vTrhJ0QIlhiGY6+W1bgWtReG9SS3vkTl3AoNwFvUItdhG6/ZjGCfWpUVuRTNEBTDAQ3nWhGw==