From d87f4b02bd25d3a73107595943528ce283eee237 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jan 2023 22:20:56 +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.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 99c59b8..31a874e 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "body-parser": "^1.19.0", "c8": "^7.3.1", "connect-mongodb-session": "^2.3.3", - "convict": "^6.2.2", + "convict": "^6.2.4", "cors": "^2.8.5", "diff": "^4.0.2", "express": "^4.17.1", diff --git a/yarn.lock b/yarn.lock index 3c68b66..32715c3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1096,10 +1096,10 @@ convert-source-map@^1.6.0, convert-source-map@^1.7.0: dependencies: safe-buffer "~5.1.1" -convict@^6.2.2: - version "6.2.2" - resolved "https://registry.yarnpkg.com/convict/-/convict-6.2.2.tgz#8168abe41d45b4f5ecd6e249c02553c0612a31af" - integrity sha512-3MsROJiEFN3BAzeFit1t87t7EUFzd44MNd13MLSikV2dsnDl7znwKgtYPPONtnDzxiDW0nBAsxVhSRNrjUrTTg== +convict@^6.2.4: + version "6.2.4" + resolved "https://registry.yarnpkg.com/convict/-/convict-6.2.4.tgz#be290672bf6397eec808d3b11fc5f71785b02a4b" + integrity sha512-qN60BAwdMVdofckX7AlohVJ2x9UvjTNoKVXCL2LxFk1l7757EJqf1nySdMkPQer0bt8kQ5lQiyZ9/2NvrFBuwQ== dependencies: lodash.clonedeep "^4.5.0" yargs-parser "^20.2.7"