diff options
author | dependabot[bot] | 2023-02-11 00:51:12 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-06-14 06:16:56 +0300 |
commit | 3bd09817de294eb99f8535ac58b7a7a62efde286 (patch) | |
tree | 812ee0cac5aff7d9fa26ca3c51732e2532cdbfdc /backup/package.json | |
parent | aa7e5ae3000d0071d897baf765929bf1540cc6a9 (diff) |
[backup] Bump node-fetch from 3.2.10 to 3.3.0
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 3.2.10 to 3.3.0.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v3.2.10...v3.3.0)
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 bc0600b9..09708e6f 100644 --- a/backup/package.json +++ b/backup/package.json @@ -15,6 +15,6 @@ "dependencies": { "lodash": "^4.17.21", "minimist": "^1.2.8", - "node-fetch": "^3.2.10" + "node-fetch": "^3.3.0" } } |