From 5c5fe25f953a9e05e6f6633e71884213df5b3357 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Jan 2021 07:25:53 +0000 Subject: [PATCH] Bump node-fetch Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.1.1 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.1.1...v2.6.1) Signed-off-by: dependabot[bot] --- .../package-lock.json | 10 ++++------ .../package.json | 2 +- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/Chapter03/1 CRUD operations using ExpressJS' route methods/package-lock.json b/Chapter03/1 CRUD operations using ExpressJS' route methods/package-lock.json index aabb3d7..d388dcb 100644 --- a/Chapter03/1 CRUD operations using ExpressJS' route methods/package-lock.json +++ b/Chapter03/1 CRUD operations using ExpressJS' route methods/package-lock.json @@ -1,8 +1,6 @@ { - "name": "chapter3", - "version": "1.0.0", - "lockfileVersion": 1, "requires": true, + "lockfileVersion": 1, "dependencies": { "accepts": { "version": "1.3.5", @@ -241,9 +239,9 @@ "integrity": "sha1-KzJxhOiZIQEXeyhWP7XnECrNDKk=" }, "node-fetch": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.1.1.tgz", - "integrity": "sha1-NpynC4L1DIZJYQSmx3bSdPTkotQ=" + "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/Chapter03/1 CRUD operations using ExpressJS' route methods/package.json b/Chapter03/1 CRUD operations using ExpressJS' route methods/package.json index 77c3c12..f20b16d 100644 --- a/Chapter03/1 CRUD operations using ExpressJS' route methods/package.json +++ b/Chapter03/1 CRUD operations using ExpressJS' route methods/package.json @@ -1,7 +1,7 @@ { "dependencies": { "express": "4.16.3", - "node-fetch": "2.1.1", + "node-fetch": "2.6.1", "uuid": "3.2.1" } }