Skip to content

Commit

Permalink
Bump node-fetch to v2.6.12 (#504)
Browse files Browse the repository at this point in the history
This PR bumps node fetch to close #496.
  • Loading branch information
mrashed-dev authored Nov 21, 2023
1 parent 182e6cc commit 8018c78
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

### Unreleased
* Fix parsing of Number arrays
* Bump `node-fetch` dependency from 2.6.1 to 2.6.12

### 6.10.0 / 2023-04-04
* Add support for verifying webhook signatures
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"backoff": "^2.5.0",
"form-data": "^4.0.0",
"JSONStream": "^1.3.5",
"node-fetch": "^2.6.1",
"node-fetch": "^2.6.12",
"uuid": "^8.3.2",
"websocket": "^1.0.34"
},
Expand Down

0 comments on commit 8018c78

Please sign in to comment.