From 6f11ec7280e2ee0f22fb98822ba3b5c4333309b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Apr 2022 22:51:50 +0000 Subject: [PATCH] Bump nconf from 0.11.2 to 0.11.4 Bumps [nconf](https://github.com/flatiron/nconf) from 0.11.2 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.2...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 a0a4147..11c7608 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "koa-body": "^4.2.0", "koa-mount": "^4.0.0", "koa-static": "^5.0.0", - "nconf": "^0.11.2", + "nconf": "^0.11.4", "node-abi": "^2.21.0", "nodemon": "^2.0.7", "open": "^8.0.5", diff --git a/yarn.lock b/yarn.lock index 54e395a..79151a5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9503,10 +9503,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.2: - version "0.11.2" - resolved "https://registry.yarnpkg.com/nconf/-/nconf-0.11.2.tgz#707fa9db383e85ad7e8f1a17be1b053d1bd751c4" - integrity sha512-gDmn0Fgt0U0esRE8OCF72tO8AA9dtlG9eZhW4/Ex5hozNC2/LgdhWO4vKLGHNfTxcvsv6Aoxk/ROVYJD2SAdyg== +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"