Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
titanism committed Dec 6, 2022
1 parent 6e7643e commit 722648e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
8 changes: 4 additions & 4 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const http = require('http');
const net = require('net');
const process = require('process');
const util = require('util');
const http = require('node:http');
const net = require('node:net');
const process = require('node:process');
const util = require('node:util');

const isPromise = require('p-is-promise');
const HttpTerminator = require('lil-http-terminator');
Expand Down
18 changes: 10 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,28 +18,30 @@
"p-is-promise": "3"
},
"devDependencies": {
"@commitlint/cli": "^17.2.0",
"@commitlint/config-conventional": "^17.2.0",
"@ladjs/api": "^12.0.2",
"@ladjs/web": "^18.0.4",
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@ladjs/api": "^12.0.7",
"@ladjs/web": "^18.0.9",
"ava": "^5.1.0",
"axe": "^11.1.0",
"cabin": "^11.1.0",
"cross-env": "^7.0.3",
"eslint": "8.27.0",
"eslint": "8.29.0",
"eslint-config-xo-lass": "^2.0.1",
"express": "^4.18.2",
"fastify": "^4.10.0",
"fastify": "^4.10.2",
"fixpack": "^4.0.0",
"get-port": "5",
"husky": "^8.0.2",
"ioredis": "^5.2.4",
"ioredis-mock": "^8.2.2",
"koa": "^2.13.4",
"lint-staged": "^13.0.3",
"lint-staged": "^13.1.0",
"nyc": "^15.1.0",
"remark-cli": "^11.0.0",
"remark-preset-github": "^4.0.4",
"smtp-server": "^3.11.0",
"xo": "^0.52.4"
"xo": "^0.53.1"
},
"engines": {
"node": ">=14"
Expand Down

0 comments on commit 722648e

Please sign in to comment.