Bump node-fetch from 2.6.1 to 3.1.1 (#630)

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 3.1.1.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Changelog](https://github.com/node-fetch/node-fetch/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.1...v3.1.1)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: direct:development
...

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]
2022-04-02 13:28:48 +01:00
committed by GitHub
parent 5fdd569bdd
commit 4d5f8363b8
2 changed files with 47 additions and 5 deletions

View File

@@ -43,6 +43,6 @@
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^8.2.0",
"node-fetch": "^2.6.1"
"node-fetch": "^3.1.1"
}
}