diff --git a/package-lock.json b/package-lock.json index 2b00e1e..cb6d01e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@cucumber/cucumber": "^8.2.1", "@hapi/bourne": "^2.1.0", "@hapi/hapi": "^20.2.1", - "convict": "^6.2.1", + "convict": "^6.2.4", "convict-format-with-moment": "^6.2.0", "convict-format-with-validator": "^6.2.0", "got": "^12.0.1", @@ -3315,9 +3315,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.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" @@ -12527,9 +12527,9 @@ "dev": true }, "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 7d563a2..2d54857 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "@cucumber/cucumber": "^8.2.1", "@hapi/bourne": "^2.1.0", "@hapi/hapi": "^20.2.1", - "convict": "^6.2.1", + "convict": "^6.2.4", "convict-format-with-moment": "^6.2.0", "convict-format-with-validator": "^6.2.0", "got": "^12.0.1",