@ladjs/proxy
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -0,1 +1,2 @@ | ||
const process = require('process'); | ||
const http = require('http'); | ||
@@ -2,0 +3,0 @@ const util = require('util'); |
{ | ||
"name": "@ladjs/proxy", | ||
"description": "Proxy for Lad", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"author": "Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)", | ||
@@ -23,26 +23,26 @@ "ava": { | ||
"dependencies": { | ||
"boolean": "^3.0.1", | ||
"boolean": "^3.1.4", | ||
"finalhandler": "^1.1.2", | ||
"findhit-proxywrap": "^0.3.12", | ||
"lodash": "^4.17.19", | ||
"router": "^1.3.5", | ||
"url-parse": "^1.4.7" | ||
"lodash": "^4.17.21", | ||
"router": "^1.3.6", | ||
"url-parse": "^1.5.4" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^9.1.1", | ||
"@commitlint/config-conventional": "^9.1.1", | ||
"ava": "^3.11.0", | ||
"codecov": "^3.7.2", | ||
"cross-env": "^7.0.2", | ||
"eslint": "^7.5.0", | ||
"eslint-config-xo-lass": "^1.0.3", | ||
"fixpack": "^3.0.6", | ||
"husky": "^4.2.5", | ||
"lint-staged": "^10.2.11", | ||
"@commitlint/cli": "^16.0.1", | ||
"@commitlint/config-conventional": "^16.0.0", | ||
"ava": "^4.0.0", | ||
"codecov": "^3.8.2", | ||
"cross-env": "^7.0.3", | ||
"eslint": "^8.6.0", | ||
"eslint-config-xo-lass": "^1.0.6", | ||
"fixpack": "^4.0.0", | ||
"husky": "^7.0.4", | ||
"lint-staged": "^12.1.7", | ||
"nyc": "^15.1.0", | ||
"remark-cli": "^8.0.1", | ||
"remark-preset-github": "^3.0.0", | ||
"sinon": "^9.0.2", | ||
"supertest": "^4.0.2", | ||
"xo": "^0.32.1" | ||
"remark-cli": "^10.0.1", | ||
"remark-preset-github": "^4.0.1", | ||
"sinon": "^12.0.1", | ||
"supertest": "^6.1.6", | ||
"xo": "^0.47.0" | ||
}, | ||
@@ -49,0 +49,0 @@ "engines": { |
@@ -53,3 +53,3 @@ # [**@ladjs/proxy**](https://github.com/ladjs/proxy) | ||
## | ||
## | ||
@@ -56,0 +56,0 @@ [npm]: https://www.npmjs.com/ |
Sorry, the diff of this file is not supported yet
9836
11
125
2
Updatedboolean@^3.1.4
Updatedlodash@^4.17.21
Updatedrouter@^1.3.6
Updatedurl-parse@^1.5.4