diff --git a/package-lock.json b/package-lock.json index abb3d79..6af88e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -609,9 +609,9 @@ } }, "node-fetch": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.5.0.tgz", - "integrity": "sha512-YuZKluhWGJwCcUu4RlZstdAxr8bFfOVHakc1mplwHkk8J+tqM1Y5yraYvIUpeX8aY7+crCwiELJq7Vl0o0LWXw==" + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz", + "integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==" }, "nopt": { "version": "3.0.6", diff --git a/package.json b/package.json index 66c48fb..fdbe07a 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "fetch-api": "0.0.2", "gith": "^1.0.4", "ngrok": "^3.2.5", - "node-fetch": "^2.5.0", + "node-fetch": "^2.6.1", "octokit": "^1.0.0-hello-world", "xmlhttprequest": "^1.8.0" },