1
0
mirror of https://github.com/ikatyang/emoji-cheat-sheet.git synced 2024-11-22 18:33:50 +01:00

chore(deps): update dependency @types/request to v2.0.6

This commit is contained in:
renovate[bot] 2017-10-16 23:06:05 +00:00
parent 4972da2cf2
commit 60290ec1a3
2 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@
"@types/cheerio": "0.22.3", "@types/cheerio": "0.22.3",
"@types/jest": "21.1.2", "@types/jest": "21.1.2",
"@types/node": "8.0.40", "@types/node": "8.0.40",
"@types/request": "2.0.5", "@types/request": "2.0.6",
"jest": "21.2.1", "jest": "21.2.1",
"jest-playback": "1.0.1", "jest-playback": "1.0.1",
"prettier": "1.7.4", "prettier": "1.7.4",

View File

@ -24,9 +24,9 @@
version "8.0.40" version "8.0.40"
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.0.40.tgz#260f0440db0643f034c9103bba0be777ce25317c" resolved "https://registry.yarnpkg.com/@types/node/-/node-8.0.40.tgz#260f0440db0643f034c9103bba0be777ce25317c"
"@types/request@2.0.5": "@types/request@2.0.6":
version "2.0.5" version "2.0.6"
resolved "https://registry.yarnpkg.com/@types/request/-/request-2.0.5.tgz#ba831498ada794b19278065690d88c26900783d6" resolved "https://registry.yarnpkg.com/@types/request/-/request-2.0.6.tgz#fe05b206f8ef6378da236698421e904685fcc001"
dependencies: dependencies:
"@types/form-data" "*" "@types/form-data" "*"
"@types/node" "*" "@types/node" "*"