Skip to content

Commit

Permalink
fix(deps): update dependency yup to ^0.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Nov 23, 2020
1 parent 6cd774f commit 6d17452
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"@types/yup": "0.29.9",
"object-hash": "^2.0.3",
"yup": "^0.30.0"
"yup": "^0.31.0"
},
"devDependencies": {
"@types/jest": "26.0.15",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20414,10 +20414,10 @@ yup@^0.28.1:
synchronous-promise "^2.0.10"
toposort "^2.0.2"

yup@^0.30.0:
version "0.30.0"
resolved "https://registry.yarnpkg.com/yup/-/yup-0.30.0.tgz#427ee076abb1d7e01e747fb782801f7df252fb76"
integrity sha512-GX3vqpC9E+Ow0fmQPgqbEg7UV40XRrN1IOEgKF5v04v6T4ha2vBas/hu0thWgewk8L4wUEBLRO/EnXwYyP+p+A==
yup@^0.31.0:
version "0.31.0"
resolved "https://registry.yarnpkg.com/yup/-/yup-0.31.0.tgz#e882ab42940a15a980ab8d9cc19f2489418253d2"
integrity sha512-t4nFalWdyIZW2n9wgJVracCe/VPbFmh0/fKaKz40gxcZHCZPOhm4akWYg08t0OOiBhV5xvqLY+fnqzCnLh+ItQ==
dependencies:
"@babel/runtime" "^7.10.5"
lodash "^4.17.20"
Expand Down

0 comments on commit 6d17452

Please sign in to comment.