From 96c9da6ef9dfee8a3129d847c38401603f1e9d46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Sep 2020 19:44:16 +0000 Subject: [PATCH] Bump node-fetch from 2.6.0 to 2.6.1 in /TezoriGalleonAuth 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] --- TezoriGalleonAuth/package-lock.json | 6 +++--- TezoriGalleonAuth/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/TezoriGalleonAuth/package-lock.json b/TezoriGalleonAuth/package-lock.json index d4637b6..1c1013e 100644 --- a/TezoriGalleonAuth/package-lock.json +++ b/TezoriGalleonAuth/package-lock.json @@ -7781,9 +7781,9 @@ "integrity": "sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==" }, "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==" }, "object-assign": { "version": "4.1.1", diff --git a/TezoriGalleonAuth/package.json b/TezoriGalleonAuth/package.json index 3fd8378..ff39e22 100644 --- a/TezoriGalleonAuth/package.json +++ b/TezoriGalleonAuth/package.json @@ -18,7 +18,7 @@ "express-session": "1.17.1", "ejs": "3.1.2", "loglevel": "1.6.8", - "node-fetch": "2.6.0", + "node-fetch": "2.6.1", "session-file-store": "1.4.0", "uuidv4": "6.0.8" }