Skip to content

Commit 25122e6

Browse files
committedOct 24, 2022
fix: bump superagent (closes #798)
1 parent 6a95043 commit 25122e6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66
"contributors": [],
77
"dependencies": {
88
"methods": "^1.1.2",
9-
"superagent": "^8.0.0"
9+
"superagent": "^8.0.3"
1010
},
1111
"devDependencies": {
12-
"body-parser": "^1.20.0",
12+
"body-parser": "^1.20.1",
1313
"cookie-parser": "^1.4.6",
14-
"eslint": "^8.18.0",
14+
"eslint": "^8.26.0",
1515
"eslint-config-airbnb-base": "^15.0.0",
1616
"eslint-plugin-import": "^2.26.0",
17-
"express": "^4.18.1",
18-
"mocha": "^10.0.0",
19-
"nock": "^13.2.8",
17+
"express": "^4.18.2",
18+
"mocha": "^10.1.0",
19+
"nock": "^13.2.9",
2020
"nyc": "^15.1.0",
2121
"proxyquire": "^2.1.3",
2222
"should": "^13.2.3"

0 commit comments

Comments
 (0)
Please sign in to comment.