From a355d6cde0e62afb4b6a4276a405212beb0d8b54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Apr 2022 21:00:30 +0000 Subject: [PATCH] Bump convict from 5.2.0 to 6.2.2 Bumps [convict](https://github.com/mozilla/node-convict) from 5.2.0 to 6.2.2. - [Release notes](https://github.com/mozilla/node-convict/releases) - [Changelog](https://github.com/mozilla/node-convict/blob/master/CHANGELOG.md) - [Commits](https://github.com/mozilla/node-convict/compare/v5.2.0...v6.2.2) --- updated-dependencies: - dependency-name: convict dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 48 +++++++++++++++++++++++++++++++---------------- package.json | 2 +- 2 files changed, 33 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index 527755d..a59a202 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "tank.bench-common", - "version": "5.1.4", + "version": "5.1.5", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -2107,15 +2107,12 @@ } }, "convict": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/convict/-/convict-5.2.0.tgz", - "integrity": "sha512-C3cdUwo47cCikZNzu5Vv8AL0MuXVVeg9t/Gyr9qyK5ZpCjOkMPmJ85KUF3CowNeSfj4UtztHxS+hoO9wGRh6kg==", + "version": "6.2.2", + "resolved": "https://registry.npmjs.org/convict/-/convict-6.2.2.tgz", + "integrity": "sha512-3MsROJiEFN3BAzeFit1t87t7EUFzd44MNd13MLSikV2dsnDl7znwKgtYPPONtnDzxiDW0nBAsxVhSRNrjUrTTg==", "requires": { - "json5": "2.1.0", - "lodash.clonedeep": "4.5.0", - "moment": "2.24.0", - "validator": "11.1.0", - "yargs-parser": "13.0.0" + "lodash.clonedeep": "^4.5.0", + "yargs-parser": "^20.2.7" } }, "copy-concurrently": { @@ -7503,6 +7500,29 @@ "requires": { "@types/convict": "^4.2.1", "convict": "^5.2.0" + }, + "dependencies": { + "convict": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/convict/-/convict-5.2.1.tgz", + "integrity": "sha512-wbBlbBMHQyuRVVrZOfVJ2Dq1z3tTNP7UXC7ox0BUHxSc/AxQ8TuyRaHUYTSSjyPCkxQI64VTtWbA1vKbXrkJIw==", + "requires": { + "json5": "2.1.0", + "lodash.clonedeep": "4.5.0", + "moment": "2.24.0", + "validator": "11.1.0", + "yargs-parser": "13.1.2" + } + }, + "yargs-parser": { + "version": "13.1.2", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.2.tgz", + "integrity": "sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==", + "requires": { + "camelcase": "^5.0.0", + "decamelize": "^1.2.0" + } + } } }, "tank.bench-profile-compiler": { @@ -8394,13 +8414,9 @@ } }, "yargs-parser": { - "version": "13.0.0", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.0.0.tgz", - "integrity": "sha512-w2LXjoL8oRdRQN+hOyppuXs+V/fVAYtpcrRxZuF7Kt/Oc+Jr2uAcVntaUTNT6w5ihoWfFDpNY8CPx1QskxZ/pw==", - "requires": { - "camelcase": "^5.0.0", - "decamelize": "^1.2.0" - } + "version": "20.2.9", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", + "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==" }, "yn": { "version": "3.1.1", diff --git a/package.json b/package.json index c6d3177..e01f2dc 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "dependencies": { "@types/convict": "4.2.1", "@types/node": "13.7.1", - "convict": "5.2.0", + "convict": "6.2.2", "prom-client": "11.5.3", "tank.bench-profile": "1.0.2", "tank.bench-profile-compiler": "2.3.3",