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",