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 1, 2023
1 parent f003db3 commit 4f76665
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
const process = require('node:process');
const http = require('node:http');
const util = require('node:util');

const Router = require('router');
const _ = require('lodash');
const finalhandler = require('finalhandler');
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.5.1",
"@commitlint/config-conventional": "^17.4.4",
"ava": "^5.2.0",
"@commitlint/cli": "^18.2.0",
"@commitlint/config-conventional": "^18.1.0",
"ava": "^5.3.1",
"cross-env": "^7.0.3",
"eslint": "^8.36.0",
"eslint": "^8.52.0",
"eslint-config-xo-lass": "^2.0.1",
"fixpack": "^4.0.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.0",
"lint-staged": "^15.0.2",
"nyc": "^15.1.0",
"remark-cli": "^11.0.0",
"remark-cli": "11",
"remark-preset-github": "^4.0.4",
"sinon": "^15.0.3",
"sinon": "^17.0.0",
"supertest": "^6.3.3",
"xo": "^0.53.1"
"xo": "^0.56.0"
},
"engines": {
"node": ">=14"
Expand Down
1 change: 0 additions & 1 deletion test/test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
const test = require('ava');
const request = require('supertest');

const ProxyServer = require('..');

test('starts and stops server', async (t) => {
Expand Down

0 comments on commit 4f76665

Please sign in to comment.