From d4866e61cba71238862658a404e31c0ba167ef39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2020 06:08:05 +0000 Subject: [PATCH] Bump node-fetch from 2.6.0 to 2.6.1 in /mqttClient Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1. - [Release notes](https://github.com/bitinn/node-fetch/releases) - [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md) - [Commits](https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1) Signed-off-by: dependabot[bot] --- mqttClient/package.json | 2 +- mqttClient/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mqttClient/package.json b/mqttClient/package.json index e0c6318..a935434 100644 --- a/mqttClient/package.json +++ b/mqttClient/package.json @@ -9,7 +9,7 @@ "dependencies": { "@types/node": "^12.0.8", "mqtt": "^3.0.0", - "node-fetch": "^2.6.0", + "node-fetch": "^2.6.1", "typescript": "^3.5.2", "uuid": "^3.3.2" } diff --git a/mqttClient/yarn.lock b/mqttClient/yarn.lock index ac24ba7..c28c51b 100644 --- a/mqttClient/yarn.lock +++ b/mqttClient/yarn.lock @@ -337,10 +337,10 @@ next-tick@^1.0.0: resolved "https://registry.yarnpkg.com/next-tick/-/next-tick-1.0.0.tgz#ca86d1fe8828169b0120208e3dc8424b9db8342c" integrity sha1-yobR/ogoFpsBICCOPchCS524NCw= -node-fetch@^2.6.0: - version "2.6.0" - resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd" - integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA== +node-fetch@^2.6.1: + version "2.6.1" + resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052" + integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw== once@^1.3.0, once@^1.3.1, once@^1.4.0: version "1.4.0"