Skip to content

Commit 4846a1b

Browse files
committed
fix: update dependencies (fixes #19)
1 parent 5367566 commit 4846a1b

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -20,39 +20,39 @@
2020
},
2121
"dependencies": {
2222
"boolean": "^1.0.0",
23-
"core-js": "^3.1.4",
23+
"core-js": "^3.2.1",
2424
"es6-error": "^4.1.1",
2525
"matcher": "^2.0.0",
26-
"roarr": "^2.13.2",
27-
"semver": "^6.2.0",
26+
"roarr": "^2.14.0",
27+
"semver": "^6.3.0",
2828
"serialize-error": "^4.1.0"
2929
},
3030
"description": "Global HTTP/HTTPS proxy configurable using environment variables.",
3131
"devDependencies": {
32-
"@babel/cli": "^7.5.0",
33-
"@babel/core": "^7.5.4",
34-
"@babel/node": "^7.5.0",
32+
"@babel/cli": "^7.5.5",
33+
"@babel/core": "^7.5.5",
34+
"@babel/node": "^7.5.5",
3535
"@babel/plugin-transform-flow-strip-types": "^7.4.4",
36-
"@babel/preset-env": "^7.5.4",
37-
"@babel/register": "^7.4.4",
36+
"@babel/preset-env": "^7.5.5",
37+
"@babel/register": "^7.5.5",
3838
"anyproxy": "^4.1.0",
3939
"ava": "^2.2.0",
4040
"axios": "^0.19.0",
41-
"babel-plugin-istanbul": "^5.1.4",
41+
"babel-plugin-istanbul": "^5.2.0",
4242
"babel-plugin-transform-export-default-name": "^2.0.4",
43-
"coveralls": "^3.0.5",
44-
"eslint": "^6.0.1",
45-
"eslint-config-canonical": "^17.1.4",
46-
"flow-bin": "^0.102.0",
43+
"coveralls": "^3.0.6",
44+
"eslint": "^6.1.0",
45+
"eslint-config-canonical": "^17.3.4",
46+
"flow-bin": "^0.105.2",
4747
"flow-copy-source": "^2.0.7",
4848
"get-port": "^5.0.0",
4949
"got": "^9.6.0",
50-
"husky": "^3.0.0",
50+
"husky": "^3.0.3",
5151
"nyc": "^14.1.1",
5252
"pem": "^1.14.2",
5353
"request": "^2.88.0",
54-
"semantic-release": "^15.13.18",
55-
"sinon": "^7.3.2"
54+
"semantic-release": "^15.13.21",
55+
"sinon": "^7.4.1"
5656
},
5757
"engines": {
5858
"node": ">=10.0"

0 commit comments

Comments
 (0)