Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Sep 13, 2019
1 parent 1c9a5a7 commit 02ee6fb
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions package.json
Expand Up @@ -29,30 +29,30 @@
},
"description": "Global HTTP/HTTPS proxy configurable using environment variables.",
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/node": "^7.5.5",
"@babel/cli": "^7.6.0",
"@babel/core": "^7.6.0",
"@babel/node": "^7.6.1",
"@babel/plugin-transform-flow-strip-types": "^7.4.4",
"@babel/preset-env": "^7.5.5",
"@babel/register": "^7.5.5",
"@babel/preset-env": "^7.6.0",
"@babel/register": "^7.6.0",
"anyproxy": "^4.1.0",
"ava": "^2.2.0",
"ava": "^2.3.0",
"axios": "^0.19.0",
"babel-plugin-istanbul": "^5.2.0",
"babel-plugin-transform-export-default-name": "^2.0.4",
"coveralls": "^3.0.6",
"eslint": "^6.1.0",
"eslint-config-canonical": "^17.3.4",
"flow-bin": "^0.105.2",
"flow-copy-source": "^2.0.7",
"eslint": "^6.3.0",
"eslint-config-canonical": "^17.7.0",
"flow-bin": "^0.107.0",
"flow-copy-source": "^2.0.8",
"get-port": "^5.0.0",
"got": "^9.6.0",
"husky": "^3.0.3",
"husky": "^3.0.5",
"nyc": "^14.1.1",
"pem": "^1.14.2",
"request": "^2.88.0",
"semantic-release": "^15.13.21",
"sinon": "^7.4.1"
"semantic-release": "^15.13.24",
"sinon": "^7.4.2"
},
"engines": {
"node": ">=10.0"
Expand Down

0 comments on commit 02ee6fb

Please sign in to comment.