Skip to content

Commit 04b999f

Browse files
committed
chore: bump deps
1 parent b2344d3 commit 04b999f

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class API {
8484
});
8585

8686
// Override koa's undocumented error handler
87-
app.context.onerror = errorHandler(false);
87+
app.context.onerror = errorHandler();
8888

8989
// Adds request received hrtime and date symbols to request object
9090
// (which is used by Cabin internally to add `request.timestamp` to logs

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@koa/router": "^10.1.1",
1515
"@ladjs/i18n": "^7.2.6",
1616
"@ladjs/koa-simple-ratelimit": "^3.0.0",
17-
"@ladjs/passport": "^5.0.1",
17+
"@ladjs/passport": "^5.0.2",
1818
"@ladjs/redis": "^1.0.7",
1919
"@ladjs/shared-config": "^7.0.3",
2020
"@ladjs/store-ip-address": "^0.0.7",
@@ -25,7 +25,7 @@
2525
"koa": "^2.13.4",
2626
"koa-404-handler": "^0.1.0",
2727
"koa-basic-auth": "^4.0.0",
28-
"koa-better-error-handler": "^9.0.0",
28+
"koa-better-error-handler": "^10.0.0",
2929
"koa-better-timeout": "^0.0.6",
3030
"koa-bodyparser": "^4.3.0",
3131
"koa-compress": "^5.1.0",
@@ -41,23 +41,23 @@
4141
"response-time": "^2.3.2"
4242
},
4343
"devDependencies": {
44-
"@commitlint/cli": "^17.0.2",
45-
"@commitlint/config-conventional": "^17.0.2",
44+
"@commitlint/cli": "^17.0.3",
45+
"@commitlint/config-conventional": "^17.0.3",
4646
"ava": "^4.3.0",
4747
"cross-env": "^7.0.3",
48-
"eslint": "^8.17.0",
48+
"eslint": "^8.18.0",
4949
"eslint-config-xo-lass": "^2.0.1",
5050
"fixpack": "^4.0.0",
5151
"husky": "^8.0.1",
52-
"ioredis": "^5.0.6",
52+
"ioredis": "^5.1.0",
5353
"ioredis-mock": "^8.2.2",
54-
"lint-staged": "13.0.0",
55-
"mongoose": "^6.3.5",
54+
"lint-staged": "13.0.3",
55+
"mongoose": "^6.4.2",
5656
"nyc": "^15.1.0",
57-
"remark-cli": "^10.0.1",
57+
"remark-cli": "^11.0.0",
5858
"remark-preset-github": "^4.0.4",
5959
"supertest": "^6.2.3",
60-
"xo": "^0.49.0"
60+
"xo": "^0.50.0"
6161
},
6262
"engines": {
6363
"node": ">=14"

0 commit comments

Comments
 (0)