diff --git a/package-lock.json b/package-lock.json index 94fee31..f10a416 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "ajv": "^8.10.0", "ajv-errors": "^3.0.0", "ajv-formats": "^2.1.1", - "convict": "^6.2.1", + "convict": "^6.2.3", "convict-format-with-moment": "^6.2.0", "convict-format-with-validator": "^6.2.0", "diff": "^5.0.0", @@ -2105,9 +2105,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.3", + "resolved": "https://registry.npmjs.org/convict/-/convict-6.2.3.tgz", + "integrity": "sha512-mTY04Qr7WrqiXifdeUYXr4/+Te4hPFWDvz6J2FVIKCLc2XBhq63VOSSYAKJ+unhZAYOAjmEdNswTOeHt7s++pQ==", "dependencies": { "lodash.clonedeep": "^4.5.0", "yargs-parser": "^20.2.7" @@ -8725,9 +8725,9 @@ } }, "convict": { - "version": "6.2.2", - "resolved": "https://registry.npmjs.org/convict/-/convict-6.2.2.tgz", - "integrity": "sha512-3MsROJiEFN3BAzeFit1t87t7EUFzd44MNd13MLSikV2dsnDl7znwKgtYPPONtnDzxiDW0nBAsxVhSRNrjUrTTg==", + "version": "6.2.3", + "resolved": "https://registry.npmjs.org/convict/-/convict-6.2.3.tgz", + "integrity": "sha512-mTY04Qr7WrqiXifdeUYXr4/+Te4hPFWDvz6J2FVIKCLc2XBhq63VOSSYAKJ+unhZAYOAjmEdNswTOeHt7s++pQ==", "requires": { "lodash.clonedeep": "^4.5.0", "yargs-parser": "^20.2.7" diff --git a/package.json b/package.json index 77ff213..8135a05 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "ajv": "^8.10.0", "ajv-errors": "^3.0.0", "ajv-formats": "^2.1.1", - "convict": "^6.2.1", + "convict": "^6.2.3", "convict-format-with-moment": "^6.2.0", "convict-format-with-validator": "^6.2.0", "diff": "^5.0.0",