chore(deps): update dependency puppeteer to v5.4.0

This commit is contained in:
Renovate Bot
2020-10-23 19:02:32 +00:00
committed by renovate[bot]
parent cfcf015908
commit 7320077825
2 changed files with 9 additions and 8 deletions
+8 -7
View File
@@ -8271,9 +8271,9 @@
}
},
"devtools-protocol": {
"version": "0.0.799653",
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.799653.tgz",
"integrity": "sha512-t1CcaZbvm8pOlikqrsIM9GOa7Ipp07+4h/q9u0JXBWjPCjHdBl9KkddX87Vv9vBHoBGtwV79sYQNGnQM6iS5gg==",
"version": "0.0.809251",
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.809251.tgz",
"integrity": "sha512-pf+2OY6ghMDPjKkzSWxHMq+McD+9Ojmq5XVRYpv/kPd9sTMQxzEt21592a31API8qRjro0iYYOc3ag46qF/1FA==",
"dev": true
},
"diff-sequences": {
@@ -17339,15 +17339,16 @@
"integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A=="
},
"puppeteer": {
"version": "5.3.1",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-5.3.1.tgz",
"integrity": "sha512-YTM1RaBeYrj6n7IlRXRYLqJHF+GM7tasbvrNFx6w1S16G76NrPq7oYFKLDO+BQsXNtS8kW2GxWCXjIMPvfDyaQ==",
"version": "5.4.0",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-5.4.0.tgz",
"integrity": "sha512-LgTqVW2ClEP4XGAT64FLQ0QWVhdNSRwJp9HfMFVfoJlZHGQu3HUbuBhR1hBow3DXZH1K3b/WfHxt1n8hr2uayw==",
"dev": true,
"requires": {
"debug": "^4.1.0",
"devtools-protocol": "0.0.799653",
"devtools-protocol": "0.0.809251",
"extract-zip": "^2.0.0",
"https-proxy-agent": "^4.0.0",
"node-fetch": "^2.6.1",
"pkg-dir": "^4.2.0",
"progress": "^2.0.1",
"proxy-from-env": "^1.0.0",
+1 -1
View File
@@ -91,7 +91,7 @@
"jest-canvas-mock": "2.3.0",
"jest-date-mock": "1.0.8",
"markdownlint-cli": "0.24.0",
"puppeteer": "5.3.1",
"puppeteer": "5.4.0",
"source-map-explorer": "2.5.0"
},
"scripts": {