diff options
author | dependabot[bot] | 2022-03-14 20:03:22 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-06-14 06:16:56 +0300 |
commit | 79bb4d675e5b27b35e223e74ed548fd81b820561 (patch) | |
tree | 6021f7e2936390ec3f75694854573b6f5976a916 /backup/package.json | |
parent | 5a4de1db0e1a5a1cee2901667e9c9e3e547ed44d (diff) |
[backup] Bump node-fetch from 2.6.1 to 3.2.3
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 3.2.3.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.1...v3.2.3)
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 bda11a07..fe3a68ba 100644 --- a/backup/package.json +++ b/backup/package.json @@ -15,6 +15,6 @@ "dependencies": { "lodash": "^4.17.21", "minimist": "^1.2.5", - "node-fetch": "^2.6.1" + "node-fetch": "^3.2.3" } } |