Bump nconf from 0.11.0 to 0.11.1 (#6511)

Bumps [nconf](https://github.com/flatiron/nconf) from 0.11.0 to 0.11.1.
- [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.0...v0.11.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-01-08 11:48:15 +00:00
committed by GitHub
parent 8d538d6ac5
commit 2fc8df6e6e
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@@ -16897,9 +16897,9 @@
"optional": true
},
"nconf": {
"version": "0.11.0",
"resolved": "https://registry.npmjs.org/nconf/-/nconf-0.11.0.tgz",
"integrity": "sha512-c4W7QqYF6p5BC7J/eVTOvtUlQgvS5CgbJ11xgjhSr8yyius7km7xgdIYHkFLR4TWY1HjsFkia/3l5OprGqCHvA==",
"version": "0.11.1",
"resolved": "https://registry.npmjs.org/nconf/-/nconf-0.11.1.tgz",
"integrity": "sha512-2XY+7x3GwkkTnmkEVxsKykg0GUqCAtBZUA87FwbcUSaYBfaGCeVSf+82zap16j93B21J2AhpxrsF57jio36t0w==",
"dev": true,
"requires": {
"async": "^1.4.0",
@@ -28133,9 +28133,9 @@
"integrity": "sha512-yr2icI4glYaNG+KWONODapy2/jDdMSDnrONSjblABjD9B4Z5LgiircSt8m8sRZFNi08kG9Sm0uSHtEmP3zaEGg=="
},
"yargs": {
"version": "16.1.1",
"resolved": "https://registry.npmjs.org/yargs/-/yargs-16.1.1.tgz",
"integrity": "sha512-hAD1RcFP/wfgfxgMVswPE+z3tlPFtxG8/yWUrG2i17sTWGCGqWnxKcLTF4cUKDUK8fzokwsmO9H0TDkRbMHy8w==",
"version": "16.2.0",
"resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
"integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==",
"dev": true,
"requires": {
"cliui": "^7.0.2",

View File

@@ -154,7 +154,7 @@
"mdast-util-toc": "^5.0.3",
"mdast-zone": "^4.0.1",
"mini-css-extract-plugin": "^0.11.2",
"nconf": "^0.11.0",
"nconf": "^0.11.1",
"ng-packagr": "^10.1.2",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"protractor": "^7.0.0",