From fc9bcbea8fd29bc4de53ec202b7e3756729a6eb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Apr 2022 22:12:02 +0000 Subject: [PATCH] Bump nconf from 0.11.3 to 0.11.4 Bumps [nconf](https://github.com/flatiron/nconf) from 0.11.3 to 0.11.4. - [Release notes](https://github.com/flatiron/nconf/releases) - [Changelog](https://github.com/indexzero/nconf/blob/master/CHANGELOG.md) - [Commits](https://github.com/flatiron/nconf/compare/v0.11.3...v0.11.4) --- updated-dependencies: - dependency-name: nconf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1c4ad69..969d178 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "hapi-pino": "^9.1.0", "make-promises-safe": "^1.1.0", "mustache": "^2.3.0", - "nconf": "^0.11.3", + "nconf": "^0.11.4", "pino-pretty": "^7.3.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index ae142bc..7f12eaf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3442,10 +3442,10 @@ natural-compare@^1.4.0: resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7" integrity sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc= -nconf@^0.11.3: - version "0.11.3" - resolved "https://registry.yarnpkg.com/nconf/-/nconf-0.11.3.tgz#4ee545019c53f1037ca57d696836feede3c49163" - integrity sha512-iYsAuDS9pzjVMGIzJrGE0Vk3Eh8r/suJanRAnWGBd29rVS2XtSgzcAo5l6asV3e4hH2idVONHirg1efoBOslBg== +nconf@^0.11.4: + version "0.11.4" + resolved "https://registry.yarnpkg.com/nconf/-/nconf-0.11.4.tgz#7f925d27569738a2a10c3ba4b56310c8821b308b" + integrity sha512-YaDR846q11JnG1vTrhJ0QIlhiGY6+W1bgWtReG9SS3vkTl3AoNwFvUItdhG6/ZjGCfWpUVuRTNEBTDAQ3nWhGw== dependencies: async "^1.4.0" ini "^2.0.0"