Skip to content

Commit 02cfdc0

Browse files
committed
fix: update dependencies
1 parent 59f8814 commit 02cfdc0

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -18,38 +18,38 @@
1818
]
1919
},
2020
"dependencies": {
21-
"got": "^10.3.0",
22-
"http-proxy-agent": "^4.0.0",
23-
"https-proxy-agent": "4",
24-
"roarr": "^2.14.6",
21+
"got": "^10.5.5",
22+
"http-proxy-agent": "^4.0.1",
23+
"https-proxy-agent": "^5.0.0",
24+
"roarr": "^2.15.2",
2525
"serialize-error": "^5.0.0",
2626
"tough-cookie": "^3.0.1"
2727
},
2828
"description": "Proxies Puppeteer Page requests.",
2929
"devDependencies": {
30-
"@ava/babel": "^1.0.0",
31-
"@babel/cli": "^7.8.3",
32-
"@babel/core": "^7.8.3",
33-
"@babel/node": "^7.8.3",
30+
"@ava/babel": "^1.0.1",
31+
"@babel/cli": "^7.8.4",
32+
"@babel/core": "^7.8.4",
33+
"@babel/node": "^7.8.4",
3434
"@babel/plugin-transform-flow-strip-types": "^7.8.3",
35-
"@babel/preset-env": "^7.8.3",
35+
"@babel/preset-env": "^7.8.4",
3636
"@babel/register": "^7.8.3",
3737
"anyproxy": "^4.1.2",
38-
"ava": "^3.1.0",
38+
"ava": "^3.3.0",
3939
"babel-plugin-istanbul": "^6.0.0",
4040
"babel-plugin-transform-export-default-name": "^2.0.4",
4141
"coveralls": "^3.0.9",
4242
"eslint": "^6.8.0",
43-
"eslint-config-canonical": "^18.1.0",
44-
"flow-bin": "^0.117.0",
43+
"eslint-config-canonical": "^19.0.1",
44+
"flow-bin": "^0.118.0",
4545
"flow-copy-source": "^2.0.9",
4646
"get-port": "^5.1.1",
4747
"gitdown": "^3.1.2",
48-
"husky": "^4.2.1",
48+
"husky": "^4.2.3",
4949
"nyc": "^15.0.0",
5050
"pem": "^1.14.4",
51-
"puppeteer": "^2.1.0",
52-
"semantic-release": "^17.0.1",
51+
"puppeteer": "^2.1.1",
52+
"semantic-release": "^17.0.3",
5353
"sinon": "^8.1.1"
5454
},
5555
"engines": {

0 commit comments

Comments
 (0)