From e03f75ebcecdca42f92aeef724c5206062cdfdfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Apr 2022 22:24:08 +0000 Subject: [PATCH] chore(deps): 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-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 00afdd6..d91a0c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "mongo-uri": "^0.1.2", "mongodb": "^3.6.6", "mongodb-extended-json": "^1.11.0", - "nconf": "^0.11.2", + "nconf": "^0.11.4", "nedb": "^1.8.0" } }, @@ -448,9 +448,9 @@ } }, "node_modules/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==", "dependencies": { "async": "^1.4.0", "ini": "^2.0.0", @@ -1084,9 +1084,9 @@ } }, "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", diff --git a/package.json b/package.json index f710279..448defa 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "mongo-uri": "^0.1.2", "mongodb": "^3.6.6", "mongodb-extended-json": "^1.11.0", - "nconf": "^0.11.2", + "nconf": "^0.11.4", "nedb": "^1.8.0" } }