Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
titanism committed Nov 21, 2022
1 parent ad326f5 commit bc40775
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
25 changes: 13 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,24 @@
"url-parse": "^1.5.10"
},
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@hapi/boom": "^10.0.0",
"@koa/router": "^10.1.1",
"@ladjs/state-helper": "^1.0.0",
"ava": "^4.3.0",
"cabin": "^9.1.2",
"@koa/router": "^12.0.0",
"@ladjs/state-helper": "^3.0.1",
"ava": "^5.1.0",
"axe": "^11.0.0",
"cabin": "^11.0.0",
"cross-env": "^7.0.3",
"crypto-random-string": "3",
"eslint": "^8.18.0",
"eslint": "^8.28.0",
"eslint-config-xo-lass": "^2.0.1",
"fixpack": "^4.0.0",
"husky": "^8.0.1",
"ioredis": "^5.1.0",
"husky": "^8.0.2",
"ioredis": "^5.2.4",
"ioredis-mock": "^8.2.2",
"koa": "^2.13.4",
"koa-better-error-handler": "^9.0.0",
"koa-better-error-handler": "^10.0.7",
"koa-better-flash": "^0.0.4",
"koa-compress": "^5.1.0",
"koa-generic-session": "^2.3.0",
Expand All @@ -45,8 +46,8 @@
"nyc": "latest",
"remark-cli": "^11.0.0",
"remark-preset-github": "^4.0.4",
"supertest": "^6.2.3",
"xo": "^0.50.0"
"supertest": "^6.3.1",
"xo": "^0.53.1"
},
"engines": {
"node": ">=14"
Expand Down
8 changes: 4 additions & 4 deletions test/http2.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const fs = require('fs');
const path = require('path');
const http2 = require('http2');
const crypto = require('crypto');
const fs = require('node:fs');
const path = require('node:path');
const http2 = require('node:http2');
const crypto = require('node:crypto');
const Cabin = require('cabin');
const Koa = require('koa');
const Router = require('@koa/router');
Expand Down

0 comments on commit bc40775

Please sign in to comment.