From be52f3082968f544ad783aaaa5801bfa672a95dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Jan 2021 07:20:43 +0000 Subject: [PATCH] build(deps): bump nconf from 0.11.0 to 0.11.1 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] --- 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 cf9922a6..d6ead832 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10251,9 +10251,9 @@ "dev": 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==", "requires": { "async": "^1.4.0", "ini": "^1.3.0", diff --git a/package.json b/package.json index 148a3e2b..6513e781 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "prepare": "if-env SKIP_BUILD=true && echo 'Skipping build' || npm run build" }, "dependencies": { - "nconf": "^0.11.0", + "nconf": "^0.11.1", "syncloungeserver": "^8.0.31" }, "devDependencies": {