Skip to content

Commit

Permalink
maint: update superagent to pull in updated hexoid (#447)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?

Fixes #432

## Short description of the changes

updated superagent using npm-check-updates:

```
npm install -g npm-check-updates
ncu -u superagent
npm update
```

Signed-off-by: Alex Boten <[email protected]>
  • Loading branch information
codeboten authored Dec 20, 2024
1 parent e013511 commit dcfdce9
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 79 deletions.
103 changes: 25 additions & 78 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 @@ -51,7 +51,7 @@
},
"dependencies": {
"proxy-agent": "^6.3.0",
"superagent": "^9.0.1",
"superagent": "^10.1.1",
"url-join": "^5.0.0"
},
"jest": {
Expand Down

0 comments on commit dcfdce9

Please sign in to comment.