From cf7c631cb9a90dd78693e0c1b19ce898ce704025 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2020 12:53:27 +0000 Subject: [PATCH] build(deps-dev): bump node-fetch in /lib/examples/simple Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.5.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.5.0...v2.6.1) Signed-off-by: dependabot[bot] --- lib/examples/simple/package.json | 2 +- lib/examples/simple/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/examples/simple/package.json b/lib/examples/simple/package.json index abe1c68..ae52d0a 100644 --- a/lib/examples/simple/package.json +++ b/lib/examples/simple/package.json @@ -17,7 +17,7 @@ "cors": "^2.8.5", "express": "^4.16.4", "mocha": "^6.1.4", - "node-fetch": "^2.5.0", + "node-fetch": "^2.6.1", "why-is-node-running": "^2.1.0" } } diff --git a/lib/examples/simple/yarn.lock b/lib/examples/simple/yarn.lock index 7f48d5c..1f9646e 100644 --- a/lib/examples/simple/yarn.lock +++ b/lib/examples/simple/yarn.lock @@ -726,10 +726,10 @@ node-environment-flags@1.0.5: object.getownpropertydescriptors "^2.0.3" semver "^5.7.0" -node-fetch@^2.5.0: - version "2.5.0" - resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.5.0.tgz#8028c49fc1191bba56a07adc6e2a954644a48501" - integrity sha512-YuZKluhWGJwCcUu4RlZstdAxr8bFfOVHakc1mplwHkk8J+tqM1Y5yraYvIUpeX8aY7+crCwiELJq7Vl0o0LWXw== +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== npm-run-path@^2.0.0: version "2.0.2"