From 0a63a8e5ee25c539040464cb9e32febbb0a84f5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Apr 2022 21:18:05 +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: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0ffb00e..6817c55 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2121,9 +2121,9 @@ "dev": true }, "nconf": { - "version": "0.11.2", - "resolved": "https://registry.npmjs.org/nconf/-/nconf-0.11.2.tgz", - "integrity": "sha512-gDmn0Fgt0U0esRE8OCF72tO8AA9dtlG9eZhW4/Ex5hozNC2/LgdhWO4vKLGHNfTxcvsv6Aoxk/ROVYJD2SAdyg==", + "version": "0.11.4", + "resolved": "https://registry.npmjs.org/nconf/-/nconf-0.11.4.tgz", + "integrity": "sha512-YaDR846q11JnG1vTrhJ0QIlhiGY6+W1bgWtReG9SS3vkTl3AoNwFvUItdhG6/ZjGCfWpUVuRTNEBTDAQ3nWhGw==", "requires": { "async": "^1.4.0", "ini": "^2.0.0",