From a8a0ba612fb3d9a4742e55a241a842d7fa5146c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 02:57:14 +0000 Subject: [PATCH] Bump convict from 6.2.2 to 6.2.3 Bumps [convict](https://github.com/mozilla/node-convict) from 6.2.2 to 6.2.3. - [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/v6.2.2...v6.2.3) --- 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..a06af10 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.3", "cors": "^2.8.5", "diff": "^4.0.2", "express": "^4.17.1", diff --git a/yarn.lock b/yarn.lock index 3c68b66..a51fb1f 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.3: + version "6.2.3" + resolved "https://registry.yarnpkg.com/convict/-/convict-6.2.3.tgz#61f02858f6f1c5806d55837c5bb54ed64731ee8a" + integrity sha512-mTY04Qr7WrqiXifdeUYXr4/+Te4hPFWDvz6J2FVIKCLc2XBhq63VOSSYAKJ+unhZAYOAjmEdNswTOeHt7s++pQ== dependencies: lodash.clonedeep "^4.5.0" yargs-parser "^20.2.7"