Skip to content

Commit

Permalink
Update dependency yup to v0.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 14, 2020
1 parent 36350ef commit 88c16fc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"react-router-dom": "5.1.2",
"react-scripts": "3.3.0",
"typescript": "3.7.5",
"yup": "0.28.0"
"yup": "0.28.1"
},
"scripts": {
"start": "react-scripts start",
Expand Down Expand Up @@ -73,7 +73,7 @@
"@types/react-router-dom": "5.1.3",
"eslint-plugin-react-hooks": "2.3.0",
"react-test-renderer": "16.12.0",
"@types/yup": "0.26.27",
"@types/yup": "0.26.31",
"prettier": "1.19.1"
}
}
19 changes: 10 additions & 9 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2796,10 +2796,10 @@
dependencies:
"@types/yargs-parser" "*"

"@types/[email protected].27":
version "0.26.27"
resolved "https://registry.yarnpkg.com/@types/yup/-/yup-0.26.27.tgz#b928b1d644ffe98766e1440131222aefd3ca8f89"
integrity sha512-Rlsq3DExOHfWur75nQUAa5I0fXA2vSrw0u0qK3SI4PAkyOWjNzZsTaK+U9/sofWm3ttwWYn+C92pSq0s4rob4w==
"@types/[email protected].31":
version "0.26.31"
resolved "https://registry.yarnpkg.com/@types/yup/-/yup-0.26.31.tgz#c93fa9a44aed4600e637f616dee86ca4c206b03e"
integrity sha512-AAzbI9Ja7B4qkr//amKAmIRz7oXWO1B1l4NILqdXJi+cwT5DOJM17HXJr/aq2vflmHOFTqryEN5JeRJJXda3dw==

"@types/zen-observable@^0.8.0":
version "0.8.0"
Expand Down Expand Up @@ -10151,7 +10151,7 @@ lock-verify@^2.0.2:
npm-package-arg "^6.1.0"
semver "^5.4.1"

lodash-es@^4.17.14:
lodash-es@^4.17.11, lodash-es@^4.17.14:
version "4.17.15"
resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.15.tgz#21bd96839354412f23d7a10340e5eac6ee455d78"
integrity sha512-rlrc3yU3+JNOpZ9zj5pQtxnx2THmvRykwL4Xlxoa8I9lHBlVbbyPhgyPMioxVZ4NqyxaVVtaJnzsyOidQIhyyQ==
Expand Down Expand Up @@ -16743,14 +16743,15 @@ yn@^3.0.0:
resolved "https://registry.yarnpkg.com/yn/-/yn-3.1.1.tgz#1e87401a09d767c1d5eab26a6e4c185182d2eb50"
integrity sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==

[email protected].0:
version "0.28.0"
resolved "https://registry.yarnpkg.com/yup/-/yup-0.28.0.tgz#fdc04d1a495465c83d3757a80c47616884baeddc"
integrity sha512-9ZmsB/PT6/m+oUKF8rT9lWhMMGfx5s/aNCCf8pMu/GEQA0Ro2tLOc+aX12GjfL67Vif5a3c7eZVuxGFqFScnJQ==
[email protected].1:
version "0.28.1"
resolved "https://registry.yarnpkg.com/yup/-/yup-0.28.1.tgz#60c0725be7057ed7a9ae61561333809332a63d47"
integrity sha512-xSHMZA7UyecSG/CCTDCtnYZMjBrYDR/C7hu0fMsZ6UcS/ngko4qCVFbw+CAmNtHlbItKkvQ3YXITODeTj/dUkw==
dependencies:
"@babel/runtime" "^7.0.0"
fn-name "~2.0.1"
lodash "^4.17.11"
lodash-es "^4.17.11"
property-expr "^1.5.0"
synchronous-promise "^2.0.6"
toposort "^2.0.2"
Expand Down

0 comments on commit 88c16fc

Please sign in to comment.