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 22, 2022
1 parent cbf7697 commit b9fc83f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const process = require('process');
const http = require('http');
const util = require('util');
const process = require('node:process');
const http = require('node:http');
const util = require('node:util');

const Router = require('router');
const _ = require('lodash');
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,21 @@
"url-parse": "^1.5.10"
},
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"ava": "^4.3.0",
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"ava": "^5.1.0",
"cross-env": "^7.0.3",
"eslint": "^8.19.0",
"eslint": "^8.28.0",
"eslint-config-xo-lass": "^2.0.1",
"fixpack": "^4.0.0",
"husky": "^8.0.1",
"husky": "^8.0.2",
"lint-staged": "^13.0.3",
"nyc": "^15.1.0",
"remark-cli": "^11.0.0",
"remark-preset-github": "^4.0.4",
"sinon": "^14.0.0",
"supertest": "^6.2.4",
"xo": "^0.50.0"
"sinon": "^14.0.2",
"supertest": "^6.3.1",
"xo": "^0.53.1"
},
"engines": {
"node": ">=14"
Expand Down

0 comments on commit b9fc83f

Please sign in to comment.