Skip to content

Commit

Permalink
Merge pull request #868 from NERC-CEH/dependabot/npm_and_yarn/code/co…
Browse files Browse the repository at this point in the history
…nvict-6.2.2

chore(deps): bump convict from 6.2.1 to 6.2.2 in /code
  • Loading branch information
iwalmsley authored Apr 27, 2022
2 parents c5c2a2c + 0ccd18d commit 965f01a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion code/workspaces/auth-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion code/workspaces/client-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion code/workspaces/infrastructure-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions code/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 965f01a

Please sign in to comment.