From cb1a49c16a8a29a2132dd095868a9566b5a6464f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jan 2023 22:22:51 +0000 Subject: [PATCH] Bump convict from 6.2.3 to 6.2.4 Bumps [convict](https://github.com/mozilla/node-convict) from 6.2.3 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 0729a30..2a7942a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "bson": "^4.4.0", "compression": "^1.7.4", "connect-flash": "^0.1.1", - "convict": "^6.2.0", + "convict": "^6.2.4", "cookie-parser": "^1.4.5", "cookie-session": "^1.4.0", "copy": "^0.3.2", @@ -3710,9 +3710,9 @@ "dev": true }, "node_modules/convict": { - "version": "6.2.3", - "resolved": "https://registry.npmjs.org/convict/-/convict-6.2.3.tgz", - "integrity": "sha512-mTY04Qr7WrqiXifdeUYXr4/+Te4hPFWDvz6J2FVIKCLc2XBhq63VOSSYAKJ+unhZAYOAjmEdNswTOeHt7s++pQ==", + "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" @@ -14178,9 +14178,9 @@ } }, "convict": { - "version": "6.2.3", - "resolved": "https://registry.npmjs.org/convict/-/convict-6.2.3.tgz", - "integrity": "sha512-mTY04Qr7WrqiXifdeUYXr4/+Te4hPFWDvz6J2FVIKCLc2XBhq63VOSSYAKJ+unhZAYOAjmEdNswTOeHt7s++pQ==", + "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 ce2099f..24519ad 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "bson": "^4.4.0", "compression": "^1.7.4", "connect-flash": "^0.1.1", - "convict": "^6.2.0", + "convict": "^6.2.4", "cookie-parser": "^1.4.5", "cookie-session": "^1.4.0", "copy": "^0.3.2",