diff --git a/code/workspaces/auth-service/package.json b/code/workspaces/auth-service/package.json index e2844a37a..a17a6f9f7 100644 --- a/code/workspaces/auth-service/package.json +++ b/code/workspaces/auth-service/package.json @@ -12,7 +12,7 @@ "body-parser": "^1.19.0", "chalk": "^2.4.2", "common": "^0.1.0", - "convict": "^6.2.1", + "convict": "^6.2.2", "cookie-parser": "^1.4.4", "express": "^4.17.1", "express-jwt": "^6.0.0", diff --git a/code/workspaces/client-api/package.json b/code/workspaces/client-api/package.json index 4a3a53de6..cd437c8f2 100644 --- a/code/workspaces/client-api/package.json +++ b/code/workspaces/client-api/package.json @@ -12,7 +12,7 @@ "body-parser": "1.19.0", "chalk": "2.1.0", "common": "^0.1.0", - "convict": "^6.2.1", + "convict": "^6.2.2", "convict-format-with-validator": "^6.2.0", "cross-storage": "1.0.0", "express": "4.17.1", diff --git a/code/workspaces/infrastructure-api/package.json b/code/workspaces/infrastructure-api/package.json index 608d9a2ff..c2506daef 100644 --- a/code/workspaces/infrastructure-api/package.json +++ b/code/workspaces/infrastructure-api/package.json @@ -13,7 +13,7 @@ "body-parser": "1.19.0", "chalk": "2.4.2", "common": "^0.1.0", - "convict": "^6.2.1", + "convict": "^6.2.2", "convict-format-with-validator": "^6.2.0", "express": "4.17.1", "express-jwt": "6.0.0", diff --git a/code/yarn.lock b/code/yarn.lock index d0edbba78..5c14d1b67 100644 --- a/code/yarn.lock +++ b/code/yarn.lock @@ -6353,10 +6353,10 @@ convict-format-with-validator@^6.2.0: dependencies: validator "^13.6.0" -convict@^6.2.1: - version "6.2.1" - resolved "https://registry.yarnpkg.com/convict/-/convict-6.2.1.tgz#9c7f1442d8d0421b2ac72062e7b52c444b2827eb" - integrity sha512-Mn4AJiYkR3TAZH1Xm/RU7gFS/0kM5TBSAQDry8y40Aez0ASY+3boUhv+3QE5XbOXiXM2JjdhkKve3IsBvWCibQ== +convict@^6.2.2: + version "6.2.2" + resolved "https://registry.yarnpkg.com/convict/-/convict-6.2.2.tgz#8168abe41d45b4f5ecd6e249c02553c0612a31af" + integrity sha512-3MsROJiEFN3BAzeFit1t87t7EUFzd44MNd13MLSikV2dsnDl7znwKgtYPPONtnDzxiDW0nBAsxVhSRNrjUrTTg== dependencies: lodash.clonedeep "^4.5.0" yargs-parser "^20.2.7"