build(deps-dev): bump @types/node-fetch from 2.3.4 to 2.3.5

Bumps [@types/node-fetch](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node-fetch) from 2.3.4 to 2.3.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node-fetch)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-06-07 19:17:12 +00:00 коммит произвёл Mark Lee
Родитель dd3537d0ec
Коммит 76b7ac48af
2 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -113,7 +113,7 @@
"@types/minimist": "^1.2.0", "@types/minimist": "^1.2.0",
"@types/mocha": "^5.2.7", "@types/mocha": "^5.2.7",
"@types/node": "^12.0.7", "@types/node": "^12.0.7",
"@types/node-fetch": "^2.3.4", "@types/node-fetch": "^2.3.5",
"@types/pify": "^3.0.1", "@types/pify": "^3.0.1",
"@types/pretty-ms": "^4.0.0", "@types/pretty-ms": "^4.0.0",
"@types/proxyquire": "^1.3.28", "@types/proxyquire": "^1.3.28",

Просмотреть файл

@ -1079,10 +1079,10 @@
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-5.2.7.tgz#315d570ccb56c53452ff8638738df60726d5b6ea" resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-5.2.7.tgz#315d570ccb56c53452ff8638738df60726d5b6ea"
integrity sha512-NYrtPht0wGzhwe9+/idPaBB+TqkY9AhTvOLMkThm0IoEfLaiVQZwBwyJ5puCkO3AUCWrmcoePjp2mbFocKy4SQ== integrity sha512-NYrtPht0wGzhwe9+/idPaBB+TqkY9AhTvOLMkThm0IoEfLaiVQZwBwyJ5puCkO3AUCWrmcoePjp2mbFocKy4SQ==
"@types/node-fetch@^2.3.4": "@types/node-fetch@^2.3.5":
version "2.3.4" version "2.3.5"
resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.3.4.tgz#a46fc4fe9f94b491bf551b6bb7f0f493b9bacd1a" resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.3.5.tgz#e25e5b6715f377f46a82783817acceef29121d6e"
integrity sha512-ZwGXz5osL88SF+jlbbz0WJlINlOZHoSWPrLytQRWRdB6j/KVLup1OoqIxnjO6q9ToqEEP3MZFzJCotgge+IiRw== integrity sha512-Sh6FFmu7t4ccxKTplwKgEeg4fYWi9Ib1uVq3eSEndj6ckM6GaJnHp5mxHmMOq3JsU+lIq5I5GYCLVEpWXoAucA==
dependencies: dependencies:
"@types/node" "*" "@types/node" "*"