Skip to content

Commit

Permalink
fix(deps): update dependency convict to v6.2.2 [security]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 25, 2022
1 parent 4d4c663 commit 9b19592
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"beauty-error": "1.2.6",
"chalk": "4.1.0",
"command-line-usage": "6.1.1",
"convict": "6.0.0",
"convict": "6.2.2",
"superagent": "6.1.0",
"yaml": "1.10.0"
},
Expand Down
15 changes: 10 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -371,13 +371,13 @@ contains-path@^0.1.0:
resolved "https://registry.yarnpkg.com/contains-path/-/contains-path-0.1.0.tgz#fe8cf184ff6670b6baef01a9d4861a5cbec4120a"
integrity sha1-/ozxhP9mcLa67wGp1IYaXL7EEgo=

convict@6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/convict/-/convict-6.0.0.tgz#4be829f001a778d337d32ec79e9ae7f2e39df1a6"
integrity sha512-osfPkv5yjVoZqrTWBXuh/ABGpFoaJplbt0WXr0CodR4CSWt8UnzY4PSUyRz/+5BX5YUtWcToG29Kr0B6xhdIMg==
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 "^18.1.3"
yargs-parser "^20.2.7"

cookiejar@^2.1.2:
version "2.1.2"
Expand Down Expand Up @@ -2758,3 +2758,8 @@ yargs-parser@^18.1.3:
dependencies:
camelcase "^5.0.0"
decamelize "^1.2.0"

yargs-parser@^20.2.7:
version "20.2.9"
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.9.tgz#2eb7dc3b0289718fc295f362753845c41a0c94ee"
integrity sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==

0 comments on commit 9b19592

Please sign in to comment.