diff --git a/package-lock.json b/package-lock.json index 27d8c3e..4d18b75 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3977,9 +3977,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 748278a..f603f96 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "chalk": "^2.4.2", "class-validator": "^0.13.2", "cls-hooked": "^4.2.2", - "convict": "^6.2.2", + "convict": "^6.2.3", "diskusage": "^1.1.2", "express": "^4.17.1", "fast-safe-stringify": "^2.0.6",