From c09a05bb181cf521ac69e151876bc3266e51eca1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Apr 2022 22:36:23 +0000 Subject: [PATCH] Bump nconf from 0.11.3 to 0.11.4 Bumps [nconf](https://github.com/flatiron/nconf) from 0.11.3 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.3...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 eadae33..fdebdca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "googleapis": "^76.0.0", "lodash": "^4.17.21", "moment": "^2.29.0", - "nconf": "^0.11.3", + "nconf": "^0.11.4", "rpi-gpio": "^2.1.7", "telegraf": "^3.38.0" }, @@ -3104,9 +3104,9 @@ } }, "node_modules/nconf": { - "version": "0.11.3", - "resolved": "https://registry.npmjs.org/nconf/-/nconf-0.11.3.tgz", - "integrity": "sha512-iYsAuDS9pzjVMGIzJrGE0Vk3Eh8r/suJanRAnWGBd29rVS2XtSgzcAo5l6asV3e4hH2idVONHirg1efoBOslBg==", + "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", @@ -7173,9 +7173,9 @@ } }, "nconf": { - "version": "0.11.3", - "resolved": "https://registry.npmjs.org/nconf/-/nconf-0.11.3.tgz", - "integrity": "sha512-iYsAuDS9pzjVMGIzJrGE0Vk3Eh8r/suJanRAnWGBd29rVS2XtSgzcAo5l6asV3e4hH2idVONHirg1efoBOslBg==", + "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 abacb22..8162ae6 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "googleapis": "^76.0.0", "lodash": "^4.17.21", "moment": "^2.29.0", - "nconf": "^0.11.3", + "nconf": "^0.11.4", "rpi-gpio": "^2.1.7", "telegraf": "^3.38.0" },