From 3c8dce1d37647b7c918c7880f3cf4e530446299e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Apr 2022 22:52:54 +0000 Subject: [PATCH] Bump nconf from 0.11.2 to 0.11.4 in /api 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] --- api/package.json | 2 +- api/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api/package.json b/api/package.json index baa5168..c729bd1 100644 --- a/api/package.json +++ b/api/package.json @@ -41,7 +41,7 @@ "helmet": "^4.4.1", "jsonwebtoken": "^8.5.1", "lodash": "^4.17.21", - "nconf": "^0.11.2", + "nconf": "^0.11.4", "yup": "^0.32.9" } } diff --git a/api/yarn.lock b/api/yarn.lock index 592c203..eaf2e0f 100644 --- a/api/yarn.lock +++ b/api/yarn.lock @@ -2318,10 +2318,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"