diff options
author | dependabot[bot] | 2022-08-01 20:04:21 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-06-14 06:16:56 +0300 |
commit | e77eedffa565a9b6b6267fe0eff7533e6ca3b577 (patch) | |
tree | 686e3f2bc16416f91d846849f39895afb9cbbd6d /backup/package.json | |
parent | 54873b176176aafd25847422f02baf67641750b2 (diff) |
[backup] Bump node-fetch from 3.2.9 to 3.2.10
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 3.2.9 to 3.2.10.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v3.2.9...v3.2.10)
Diffstat (limited to 'backup/package.json')
-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 3b1c1f6e..fbe29b35 100644 --- a/backup/package.json +++ b/backup/package.json @@ -15,6 +15,6 @@ "dependencies": { "lodash": "^4.17.21", "minimist": "^1.2.6", - "node-fetch": "^3.2.9" + "node-fetch": "^3.2.10" } } |