From ecc00889daad45f8ffcaf9a54935f6380b9af07a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Aug 2021 16:33:54 -0500 Subject: [PATCH] build(deps): bump nconf from 0.11.2 to 0.11.3 in /website/client (#13365) Bumps [nconf](https://github.com/flatiron/nconf) from 0.11.2 to 0.11.3. - [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.3) --- updated-dependencies: - dependency-name: nconf dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- website/client/package-lock.json | 12 ++++++------ website/client/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/website/client/package-lock.json b/website/client/package-lock.json index c26086e2c6..ed00cb770a 100644 --- a/website/client/package-lock.json +++ b/website/client/package-lock.json @@ -21292,9 +21292,9 @@ "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=" }, "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.3", + "resolved": "https://registry.npmjs.org/nconf/-/nconf-0.11.3.tgz", + "integrity": "sha512-iYsAuDS9pzjVMGIzJrGE0Vk3Eh8r/suJanRAnWGBd29rVS2XtSgzcAo5l6asV3e4hH2idVONHirg1efoBOslBg==", "requires": { "async": "^1.4.0", "ini": "^2.0.0", @@ -21401,9 +21401,9 @@ } }, "yargs-parser": { - "version": "20.2.7", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.7.tgz", - "integrity": "sha512-FiNkvbeHzB/syOjIUxFDCnhSfzAL8R5vs40MgLFBorXACCOAEaWu0gRZl14vG8MR9AOJIZbmkjhusqBYZ3HTHw==" + "version": "20.2.9", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", + "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==" } } }, diff --git a/website/client/package.json b/website/client/package.json index 6103176a99..c59a9d2433 100644 --- a/website/client/package.json +++ b/website/client/package.json @@ -43,7 +43,7 @@ "jquery": "^3.6.0", "lodash": "^4.17.21", "moment": "^2.29.1", - "nconf": "^0.11.2", + "nconf": "^0.11.3", "sass": "^1.34.0", "sass-loader": "^8.0.2", "smartbanner.js": "^1.16.0",