diff --git a/examples/distributed-http-task-queue/package-lock.json b/examples/distributed-http-task-queue/package-lock.json index 587faae..0878e1e 100644 --- a/examples/distributed-http-task-queue/package-lock.json +++ b/examples/distributed-http-task-queue/package-lock.json @@ -479,9 +479,9 @@ "integrity": "sha1-DjUCzYLABNU1WkPJ5VV3vXvZHYg=" }, "node-fetch": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz", - "integrity": "sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==" + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz", + "integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==" }, "on-finished": { "version": "2.3.0", diff --git a/examples/distributed-http-task-queue/package.json b/examples/distributed-http-task-queue/package.json index ca286a0..6d21957 100644 --- a/examples/distributed-http-task-queue/package.json +++ b/examples/distributed-http-task-queue/package.json @@ -23,7 +23,7 @@ "measured": "^1.1.0", "morgan": "^1.9.1", "nedb": "^1.8.0", - "node-fetch": "^2.1.2", + "node-fetch": "^2.6.1", "supertest": "^3.0.0" } }