Skip to content

Commit

Permalink
fix: bump superagent (closes #798)
Browse files Browse the repository at this point in the history
  • Loading branch information
titanism committed Oct 24, 2022
1 parent 6a95043 commit 25122e6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -6,17 +6,17 @@
"contributors": [],
"dependencies": {
"methods": "^1.1.2",
"superagent": "^8.0.0"
"superagent": "^8.0.3"
},
"devDependencies": {
"body-parser": "^1.20.0",
"body-parser": "^1.20.1",
"cookie-parser": "^1.4.6",
"eslint": "^8.18.0",
"eslint": "^8.26.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"express": "^4.18.1",
"mocha": "^10.0.0",
"nock": "^13.2.8",
"express": "^4.18.2",
"mocha": "^10.1.0",
"nock": "^13.2.9",
"nyc": "^15.1.0",
"proxyquire": "^2.1.3",
"should": "^13.2.3"
Expand Down

0 comments on commit 25122e6

Please sign in to comment.