diff options
author | dependabot[bot] | 2020-09-10 17:58:41 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-06-14 06:16:56 +0300 |
commit | 2820ceb9072a3802185cb53becabfac78a6cf994 (patch) | |
tree | a0cea67951ad05e9fc19f8b565f3498c98c75968 | |
parent | 84c842b0bbf23d0097b8df591573e98f41da6cc7 (diff) |
[backup] Bump node-fetch from 1.7.3 to 2.6.1
Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 1.7.3 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/1.7.3...v2.6.1)
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | backup/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backup/package.json b/backup/package.json index 347dd428..dc5ab0bd 100644 --- a/backup/package.json +++ b/backup/package.json @@ -15,6 +15,6 @@ "dependencies": { "lodash": "^4.15.0", "minimist": "^1.2.0", - "node-fetch": "^1.6.0" + "node-fetch": "^2.6.1" } } |