chore(deps): update dependency puppeteer to v16

This commit is contained in:
renovate[bot]
2022-08-03 16:17:53 +00:00
committed by Łukasz Mierzwa
parent 7fe48115e0
commit c7a345debd
2 changed files with 16 additions and 16 deletions

View File

@@ -10,7 +10,7 @@
"license": "Apache-2.0",
"devDependencies": {
"jest": "28.1.3",
"puppeteer": "15.5.0"
"puppeteer": "16.0.0"
},
"engines": {
"node": "18.7.0",
@@ -3221,9 +3221,9 @@
}
},
"node_modules/puppeteer": {
"version": "15.5.0",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-15.5.0.tgz",
"integrity": "sha512-+vZPU8iBSdCx1Kn5hHas80fyo0TiVyMeqLGv/1dygX2HKhAZjO9YThadbRTCoTYq0yWw+w/CysldPsEekDtjDQ==",
"version": "16.0.0",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-16.0.0.tgz",
"integrity": "sha512-FgSe21IHNHkqv1SiJiob4ANsxVujcINa4p3MaDEMyoZsocbgSgwYE0c9lnF8eoinw4id3vx4DOXwhFdOOwVlDg==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
@@ -3238,7 +3238,7 @@
"rimraf": "3.0.2",
"tar-fs": "2.1.1",
"unbzip2-stream": "1.4.3",
"ws": "8.8.0"
"ws": "8.8.1"
},
"engines": {
"node": ">=14.1.0"
@@ -3793,9 +3793,9 @@
}
},
"node_modules/ws": {
"version": "8.8.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.8.0.tgz",
"integrity": "sha512-JDAgSYQ1ksuwqfChJusw1LSJ8BizJ2e/vVu5Lxjq3YvNJNlROv1ui4i+c/kUUrPheBvQl4c5UbERhTwKa6QBJQ==",
"version": "8.8.1",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.8.1.tgz",
"integrity": "sha512-bGy2JzvzkPowEJV++hF07hAD6niYSr0JzBNo/J29WsB57A2r7Wlc1UFcTR9IzrPvuNVO4B8LGqF8qcpsVOhJCA==",
"dev": true,
"engines": {
"node": ">=10.0.0"
@@ -6320,9 +6320,9 @@
}
},
"puppeteer": {
"version": "15.5.0",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-15.5.0.tgz",
"integrity": "sha512-+vZPU8iBSdCx1Kn5hHas80fyo0TiVyMeqLGv/1dygX2HKhAZjO9YThadbRTCoTYq0yWw+w/CysldPsEekDtjDQ==",
"version": "16.0.0",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-16.0.0.tgz",
"integrity": "sha512-FgSe21IHNHkqv1SiJiob4ANsxVujcINa4p3MaDEMyoZsocbgSgwYE0c9lnF8eoinw4id3vx4DOXwhFdOOwVlDg==",
"dev": true,
"requires": {
"cross-fetch": "3.1.5",
@@ -6336,7 +6336,7 @@
"rimraf": "3.0.2",
"tar-fs": "2.1.1",
"unbzip2-stream": "1.4.3",
"ws": "8.8.0"
"ws": "8.8.1"
}
},
"react-is": {
@@ -6737,9 +6737,9 @@
}
},
"ws": {
"version": "8.8.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.8.0.tgz",
"integrity": "sha512-JDAgSYQ1ksuwqfChJusw1LSJ8BizJ2e/vVu5Lxjq3YvNJNlROv1ui4i+c/kUUrPheBvQl4c5UbERhTwKa6QBJQ==",
"version": "8.8.1",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.8.1.tgz",
"integrity": "sha512-bGy2JzvzkPowEJV++hF07hAD6niYSr0JzBNo/J29WsB57A2r7Wlc1UFcTR9IzrPvuNVO4B8LGqF8qcpsVOhJCA==",
"dev": true,
"requires": {}
},

View File

@@ -12,6 +12,6 @@
},
"devDependencies": {
"jest": "28.1.3",
"puppeteer": "15.5.0"
"puppeteer": "16.0.0"
}
}