From 2e100b129ff730c6e39934bf156d4ebcbec4fef4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jan 2023 22:22:55 +0000 Subject: [PATCH] Bump convict from 6.2.2 to 6.2.4 Bumps [convict](https://github.com/mozilla/node-convict) from 6.2.2 to 6.2.4. - [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/commits) --- updated-dependencies: - dependency-name: convict 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 3900a3f..8cf19c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@cucumber/cucumber": "^8.2.1", "@hapi/bourne": "^2.0.0", "@hapi/hapi": "^20.2.1", - "convict": "^6.2.1", + "convict": "^6.2.4", "convict-format-with-moment": "^6.2.0", "joi": "^17.6.0", "purpleteam-logger": "^2.0.0", @@ -2287,9 +2287,9 @@ } }, "node_modules/convict": { - "version": "6.2.2", - "resolved": "https://registry.npmjs.org/convict/-/convict-6.2.2.tgz", - "integrity": "sha512-3MsROJiEFN3BAzeFit1t87t7EUFzd44MNd13MLSikV2dsnDl7znwKgtYPPONtnDzxiDW0nBAsxVhSRNrjUrTTg==", + "version": "6.2.4", + "resolved": "https://registry.npmjs.org/convict/-/convict-6.2.4.tgz", + "integrity": "sha512-qN60BAwdMVdofckX7AlohVJ2x9UvjTNoKVXCL2LxFk1l7757EJqf1nySdMkPQer0bt8kQ5lQiyZ9/2NvrFBuwQ==", "dependencies": { "lodash.clonedeep": "^4.5.0", "yargs-parser": "^20.2.7" @@ -10267,9 +10267,9 @@ "dev": true }, "convict": { - "version": "6.2.2", - "resolved": "https://registry.npmjs.org/convict/-/convict-6.2.2.tgz", - "integrity": "sha512-3MsROJiEFN3BAzeFit1t87t7EUFzd44MNd13MLSikV2dsnDl7znwKgtYPPONtnDzxiDW0nBAsxVhSRNrjUrTTg==", + "version": "6.2.4", + "resolved": "https://registry.npmjs.org/convict/-/convict-6.2.4.tgz", + "integrity": "sha512-qN60BAwdMVdofckX7AlohVJ2x9UvjTNoKVXCL2LxFk1l7757EJqf1nySdMkPQer0bt8kQ5lQiyZ9/2NvrFBuwQ==", "requires": { "lodash.clonedeep": "^4.5.0", "yargs-parser": "^20.2.7" diff --git a/package.json b/package.json index 8a6d63f..84c698d 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "@cucumber/cucumber": "^8.2.1", "@hapi/bourne": "^2.0.0", "@hapi/hapi": "^20.2.1", - "convict": "^6.2.1", + "convict": "^6.2.4", "convict-format-with-moment": "^6.2.0", "joi": "^17.6.0", "purpleteam-logger": "^2.0.0",