From ef264ac666f7fe575c385cae9fb3f9960c572463 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Wed, 29 May 2019 17:51:03 +0000 Subject: [PATCH] Update node-fetch requirement from ^1.7.3 to ^2.6.0 Updates the requirements on [node-fetch](https://github.com/bitinn/node-fetch) to permit the latest version. - [Release notes](https://github.com/bitinn/node-fetch/releases) - [Changelog](https://github.com/bitinn/node-fetch/blob/master/CHANGELOG.md) - [Commits](https://github.com/bitinn/node-fetch/compare/1.7.3...v2.6.0) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1c3001f..d3af9ef 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "dotenv-safe": "^4.0.4", "dotenv-webpack": "^1.5.4", "lodash.chunk": "^4.2.0", - "node-fetch": "^1.7.3", + "node-fetch": "^2.6.0", "node-salesforce-connection": "^2.3.0", "timeout-then": "^1.1.0", "uglifyjs-webpack-plugin": "^1.0.0-beta.2",