Skip to content

Commit 0c6d6d9

Browse files
committed
chore: bump deps
1 parent 8b7eccf commit 0c6d6d9

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
],
1313
"dependencies": {
1414
"@koa/router": "^12.0.0",
15-
"@ladjs/i18n": "^8.0.1",
15+
"@ladjs/i18n": "^8.0.3",
1616
"@ladjs/koa-better-static": "^2.0.1",
1717
"@ladjs/koa-cache-responses": "^0.0.3",
1818
"@ladjs/koa-isajax": "^2.0.0",
1919
"@ladjs/koa-simple-ratelimit": "^4.1.1",
20-
"@ladjs/redis": "^1.0.7",
20+
"@ladjs/redis": "^1.1.1",
2121
"@ladjs/shared-config": "^8.0.0",
2222
"@ladjs/state-helper": "^3.0.1",
2323
"@ladjs/store-ip-address": "^0.0.7",
@@ -26,7 +26,7 @@
2626
"express-request-id": "1.4.1",
2727
"is-string-and-not-blank": "^0.0.2",
2828
"kcors": "^2.2.2",
29-
"koa": "^2.13.4",
29+
"koa": "^2.14.1",
3030
"koa-404-handler": "^0.1.0",
3131
"koa-basic-auth": "^4.0.0",
3232
"koa-better-error-handler": "^10.0.7",
@@ -54,25 +54,25 @@
5454
"response-time": "^2.3.2"
5555
},
5656
"devDependencies": {
57-
"@commitlint/cli": "^17.3.0",
58-
"@commitlint/config-conventional": "^17.3.0",
57+
"@commitlint/cli": "^17.4.2",
58+
"@commitlint/config-conventional": "^17.4.2",
5959
"@ladjs/passport": "^5.0.3",
6060
"ava": "^5.1.0",
61-
"axe": "^11.0.0",
62-
"cabin": "^11.0.1",
61+
"axe": "^11.2.1",
62+
"cabin": "^11.1.2",
6363
"cross-env": "^7.0.3",
64-
"eslint": "^8.28.0",
64+
"eslint": "^8.31.0",
6565
"eslint-config-xo-lass": "^2.0.1",
6666
"fixpack": "^4.0.0",
67-
"husky": "^8.0.2",
67+
"husky": "^8.0.3",
6868
"ioredis": "^5.2.4",
6969
"ioredis-mock": "^8.2.2",
70-
"lint-staged": "^13.0.3",
70+
"lint-staged": "^13.1.0",
7171
"nyc": "^15.1.0",
7272
"pug": "^3.0.2",
7373
"remark-cli": "^11.0.0",
7474
"remark-preset-github": "^4.0.4",
75-
"supertest": "^6.3.1",
75+
"supertest": "^6.3.3",
7676
"xo": "^0.53.1"
7777
},
7878
"engines": {
@@ -108,7 +108,7 @@
108108
"url": "https://github.com/ladjs/web"
109109
},
110110
"scripts": {
111-
"lint": "xo && remark . -qfo && fixpack",
111+
"lint": "xo --fix && remark . -qfo && fixpack",
112112
"prepare": "husky install",
113113
"pretest": "npm run lint",
114114
"test": "npm run test-coverage",

0 commit comments

Comments
 (0)