diff options
author | dependabot[bot] | 2022-07-18 20:39:10 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-06-14 06:16:56 +0300 |
commit | 54873b176176aafd25847422f02baf67641750b2 (patch) | |
tree | 960d6f735afecbfa5483dfbef76baa83646ed8c9 /backup/package.json | |
parent | 453a457d8152690ac429300dbc1f9aaa35f72bd2 (diff) |
[backup] Bump node-fetch from 3.2.8 to 3.2.9
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 3.2.8 to 3.2.9.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v3.2.8...v3.2.9)
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 35f4f5ef..3b1c1f6e 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.8" + "node-fetch": "^3.2.9" } } |