diff --git a/package-lock.json b/package-lock.json index 089b2da..fd4d584 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1642,9 +1642,9 @@ } }, "convict": { - "version": "6.2.2", - "resolved": "https://registry.npmjs.org/convict/-/convict-6.2.2.tgz", - "integrity": "sha512-3MsROJiEFN3BAzeFit1t87t7EUFzd44MNd13MLSikV2dsnDl7znwKgtYPPONtnDzxiDW0nBAsxVhSRNrjUrTTg==", + "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 d55755c..e0fb52c 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@sitespeed.io/throttle": "^2.1.1", "chalk": "^4.1.1", "change-case": "^4.1.2", - "convict": "^6.2.2", + "convict": "^6.2.4", "convict-format-with-validator": "^6.0.1", "debug": "^4.3.1", "debug-level": "^2.0.2", diff --git a/yarn.lock b/yarn.lock index 9e29dcc..5c14f5e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1230,10 +1230,10 @@ convict-format-with-validator@^6.0.1: dependencies: validator "^11.1.0" -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"