Update dependency @types/object-hash to ^1.3.0 (#43954)

This commit is contained in:
renovate[bot] 2019-09-03 13:58:32 -07:00 committed by Spencer
parent 8603607afb
commit 3dd9e1f895
2 changed files with 7 additions and 5 deletions

View file

@ -77,7 +77,7 @@
"@types/node": "^10.12.27",
"@types/node-fetch": "^2.5.0",
"@types/nodemailer": "^6.2.1",
"@types/object-hash": "^1.2.0",
"@types/object-hash": "^1.3.0",
"@types/papaparse": "^4.5.11",
"@types/pngjs": "^3.3.1",
"@types/prop-types": "^15.5.3",

View file

@ -3634,10 +3634,12 @@
resolved "https://registry.yarnpkg.com/@types/numeral/-/numeral-0.0.25.tgz#b6f55062827a4787fe4ab151cf3412a468e65271"
integrity sha512-ShHzHkYD+Ldw3eyttptCpUhF1/mkInWwasQkCNXZHOsJMJ/UMa8wXrxSrTJaVk0r4pLK/VnESVM0wFsfQzNEKQ==
"@types/object-hash@^1.2.0":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@types/object-hash/-/object-hash-1.2.0.tgz#d65904331bd0b05c7d5ece75f9ddfdbe82affd30"
integrity sha512-0JKYQRatHdzijO/ni7JV5eHUJWaMRpGvwiABk8U5iAk5Corm0yLNEfYGNkZWYc+wCyCKKpg0+TsZIvP8AymIYA==
"@types/object-hash@^1.3.0":
version "1.3.0"
resolved "https://registry.yarnpkg.com/@types/object-hash/-/object-hash-1.3.0.tgz#b20db2074129f71829d61ff404e618c4ac3d73cf"
integrity sha512-il4NIe4jTx4lfhkKaksmmGHw5EsVkO8sHWkpJHM9m59r1dtsVadLSrJqdE8zU74NENDAsR3oLIOlooRAXlPLNA==
dependencies:
"@types/node" "*"
"@types/opn@^5.1.0":
version "5.1.0"