chore(deps): update dependency puppeteer to v15.0.1

This commit is contained in:
renovate[bot]
2022-06-24 10:50:52 +00:00
parent 6b829c42ff
commit ae7f2879d0
2 changed files with 16 additions and 16 deletions

View File

@@ -10,7 +10,7 @@
"license": "Apache-2.0",
"devDependencies": {
"jest": "28.1.1",
"puppeteer": "15.0.0"
"puppeteer": "15.0.1"
},
"engines": {
"node": "18.4.0",
@@ -3177,9 +3177,9 @@
}
},
"node_modules/puppeteer": {
"version": "15.0.0",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-15.0.0.tgz",
"integrity": "sha512-pMtswCW0/V4OkkzDmmb2FJKrUPh2uaB4pTVQEHT7833GfewVdKdbnSviVdfvRt3XhrsJkTmzh7FAUckW9Y5lZA==",
"version": "15.0.1",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-15.0.1.tgz",
"integrity": "sha512-t6+L0Vcc/03OO5izVXL+P5+9uvH1Ix9jK65JwYAQhI9UVtkzuikbJqz+BAsftkhOH0r9F4YiOTtMBPUbBnfn9A==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
@@ -3194,7 +3194,7 @@
"rimraf": "3.0.2",
"tar-fs": "2.1.1",
"unbzip2-stream": "1.4.3",
"ws": "8.7.0"
"ws": "8.8.0"
},
"engines": {
"node": ">=14.1.0"
@@ -3729,9 +3729,9 @@
}
},
"node_modules/ws": {
"version": "8.7.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.7.0.tgz",
"integrity": "sha512-c2gsP0PRwcLFzUiA8Mkr37/MI7ilIlHQxaEAtd0uNMbVMoy8puJyafRlm0bV9MbGSabUPeLrRRaqIBcFcA2Pqg==",
"version": "8.8.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.8.0.tgz",
"integrity": "sha512-JDAgSYQ1ksuwqfChJusw1LSJ8BizJ2e/vVu5Lxjq3YvNJNlROv1ui4i+c/kUUrPheBvQl4c5UbERhTwKa6QBJQ==",
"dev": true,
"engines": {
"node": ">=10.0.0"
@@ -6212,9 +6212,9 @@
}
},
"puppeteer": {
"version": "15.0.0",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-15.0.0.tgz",
"integrity": "sha512-pMtswCW0/V4OkkzDmmb2FJKrUPh2uaB4pTVQEHT7833GfewVdKdbnSviVdfvRt3XhrsJkTmzh7FAUckW9Y5lZA==",
"version": "15.0.1",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-15.0.1.tgz",
"integrity": "sha512-t6+L0Vcc/03OO5izVXL+P5+9uvH1Ix9jK65JwYAQhI9UVtkzuikbJqz+BAsftkhOH0r9F4YiOTtMBPUbBnfn9A==",
"dev": true,
"requires": {
"cross-fetch": "3.1.5",
@@ -6228,7 +6228,7 @@
"rimraf": "3.0.2",
"tar-fs": "2.1.1",
"unbzip2-stream": "1.4.3",
"ws": "8.7.0"
"ws": "8.8.0"
}
},
"react-is": {
@@ -6625,9 +6625,9 @@
}
},
"ws": {
"version": "8.7.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.7.0.tgz",
"integrity": "sha512-c2gsP0PRwcLFzUiA8Mkr37/MI7ilIlHQxaEAtd0uNMbVMoy8puJyafRlm0bV9MbGSabUPeLrRRaqIBcFcA2Pqg==",
"version": "8.8.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.8.0.tgz",
"integrity": "sha512-JDAgSYQ1ksuwqfChJusw1LSJ8BizJ2e/vVu5Lxjq3YvNJNlROv1ui4i+c/kUUrPheBvQl4c5UbERhTwKa6QBJQ==",
"dev": true,
"requires": {}
},

View File

@@ -12,6 +12,6 @@
},
"devDependencies": {
"jest": "28.1.1",
"puppeteer": "15.0.0"
"puppeteer": "15.0.1"
}
}