From 3a2653d0762738f927aaa36154a71298d7b06015 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Apr 2022 21:16:08 +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-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index d325075..1602eba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3385,9 +3385,9 @@ "integrity": "sha512-s/snB+WGm6uwi0WjsZdaVcuf3KJXlfGl2LcxgwkEwJF0D/BWzVWAZW/XY4bFaiR7s0Jk3FPvlnepg1H1b1UwlA==" }, "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 e6bfaca..2677475 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "glob": "^7.1.6", "ioredis": "^4.24.2", "lodash": "^4.17.21", - "nconf": "^0.11.2", + "nconf": "^0.11.4", "shortid": "^2.2.16", "socket.io": "^4.0.0", "source-map-support": "^0.5.19",