From b9679c5b77aede2a1ff8acbbaca1b46f0f61c032 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Oct 2020 15:16:57 +0000 Subject: [PATCH] Bump node-fetch from 2.6.0 to 2.6.1 in /us-census-extracts 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] --- us-census-extracts/package-lock.json | 6 +++--- us-census-extracts/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/us-census-extracts/package-lock.json b/us-census-extracts/package-lock.json index 69f3d70..6ec2d4f 100644 --- a/us-census-extracts/package-lock.json +++ b/us-census-extracts/package-lock.json @@ -158,9 +158,9 @@ "integrity": "sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk=" }, "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==" }, "nth-check": { "version": "1.0.2", diff --git a/us-census-extracts/package.json b/us-census-extracts/package.json index 5f39fd0..76b21b1 100644 --- a/us-census-extracts/package.json +++ b/us-census-extracts/package.json @@ -12,7 +12,7 @@ "cheerio": "^1.0.0-rc.3", "fs-extra": "^9.0.0", "json2csv": "^5.0.1", - "node-fetch": "^2.6.0", + "node-fetch": "^2.6.1", "slugify": "^1.4.0" } }