chore(deps-dev): bump node-fetch from 2.6.0 to 2.6.1 (#6902)

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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2020-09-17 02:05:23 -07:00
committed by GitHub
parent 9f694dceb6
commit 6aba824ec1
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -9631,9 +9631,9 @@
}
},
"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=="
},
"node-forge": {
"version": "0.7.6",

View File

@@ -87,7 +87,7 @@
"jsdoc-babel": "0.5.0",
"lint-staged": "10.2.3",
"mongodb-runner": "4.8.0",
"node-fetch": "2.6.0",
"node-fetch": "2.6.1",
"nyc": "15.1.0",
"prettier": "2.0.5"
},