Skip to content

Commit 33227ba

Browse files
committed
chore: bump deps
1 parent 40213a4 commit 33227ba

File tree

3 files changed

+12
-14
lines changed

3 files changed

+12
-14
lines changed

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ const process = require('node:process');
22
const http = require('node:http');
33
const https = require('node:https');
44
const util = require('node:util');
5-
65
const Cabin = require('cabin');
76
const I18N = require('@ladjs/i18n');
87
const Passport = require('@ladjs/passport');

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@
1616
"@ladjs/koa-simple-ratelimit": "^4.1.1",
1717
"@ladjs/passport": "^5.0.3",
1818
"@ladjs/redis": "^1.1.1",
19-
"@ladjs/shared-config": "^9.1.0",
19+
"@ladjs/shared-config": "^9.1.2",
2020
"@ladjs/store-ip-address": "^0.0.7",
2121
"boolean": "^3.2.0",
2222
"express-request-id": "1.4.1",
2323
"kcors": "^2.2.2",
24-
"koa": "^2.14.1",
24+
"koa": "^2.14.2",
2525
"koa-404-handler": "^0.1.0",
2626
"koa-basic-auth": "^4.0.0",
2727
"koa-better-error-handler": "^11.0.4",
2828
"koa-better-timeout": "^0.0.6",
2929
"koa-bodyparser": "^4.4.0",
30-
"koa-compress": "^5.1.0",
30+
"koa-compress": "^5.1.1",
3131
"koa-conditional-get": "^3.0.0",
3232
"koa-connect": "^2.1.0",
3333
"koa-etag": "^4.0.0",
@@ -38,25 +38,25 @@
3838
"response-time": "^2.3.2"
3939
},
4040
"devDependencies": {
41-
"@commitlint/cli": "^17.5.1",
42-
"@commitlint/config-conventional": "^17.4.4",
41+
"@commitlint/cli": "^17.6.1",
42+
"@commitlint/config-conventional": "^17.6.1",
4343
"ava": "^5.2.0",
44-
"axe": "^12.1.0",
45-
"cabin": "^13.1.0",
44+
"axe": "^12.1.1",
45+
"cabin": "^13.1.1",
4646
"cross-env": "^7.0.3",
47-
"eslint": "^8.36.0",
47+
"eslint": "^8.39.0",
4848
"eslint-config-xo-lass": "^2.0.1",
4949
"fixpack": "^4.0.0",
5050
"husky": "^8.0.3",
51-
"ioredis": "^5.3.1",
52-
"ioredis-mock": "^8.2.7",
53-
"lint-staged": "13.2.0",
51+
"ioredis": "^5.3.2",
52+
"ioredis-mock": "^8.7.0",
53+
"lint-staged": "13.2.2",
5454
"mongoose": "6",
5555
"nyc": "^15.1.0",
5656
"remark-cli": "^11.0.0",
5757
"remark-preset-github": "^4.0.4",
5858
"supertest": "^6.3.3",
59-
"xo": "^0.53.1"
59+
"xo": "^0.54.2"
6060
},
6161
"engines": {
6262
"node": ">=14"

test/test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ const Redis = require('ioredis-mock');
33
const Router = require('@koa/router');
44
const request = require('supertest');
55
const test = require('ava');
6-
76
const API = require('..');
87

98
test('allows custom routes', async (t) => {

0 commit comments

Comments
 (0)