chore(deps): update dependency puppeteer to v7.0.3 (#2750)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2021-02-09 10:09:25 +00:00
committed by GitHub
co-authored by Renovate Bot
parent bb45ac2b33
commit f2cea07be5
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -16790,9 +16790,9 @@
"integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A=="
},
"puppeteer": {
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-7.0.1.tgz",
"integrity": "sha512-04V05BKQdloUCOa7JyQBaNXPIiVByz1eAFAElcrpMHIQkfu22J0RKFhRWkXZGXdl03yoHuaZwqyB/qG7YJu5Ew==",
"version": "7.0.3",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-7.0.3.tgz",
"integrity": "sha512-fm3hANYhcDB9JTfOb6eNCYOv0qIypIC857Bk6zd3Xr1uXlqvg53SOeDAlLG9ne9DsUGb5qDs+hDrlB+3Zjw6ag==",
"dev": true,
"requires": {
"debug": "^4.1.0",
@@ -16802,7 +16802,7 @@
"node-fetch": "^2.6.1",
"pkg-dir": "^4.2.0",
"progress": "^2.0.1",
"proxy-from-env": "^1.0.0",
"proxy-from-env": "^1.1.0",
"rimraf": "^3.0.2",
"tar-fs": "^2.0.0",
"unbzip2-stream": "^1.3.3",
+1 -1
View File
@@ -90,7 +90,7 @@
"enzyme": "3.11.0",
"jest-canvas-mock": "2.3.1",
"jest-date-mock": "1.0.8",
"puppeteer": "7.0.1",
"puppeteer": "7.0.3",
"react-test-renderer": "17.0.1",
"source-map-explorer": "2.5.2"
},