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

This commit is contained in:
renovate[bot]
2022-06-24 18:28:01 +00:00
parent 40710ae922
commit e0465324cf
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.2"
"puppeteer": "15.1.0"
},
"engines": {
"node": "18.4.0",
@@ -1564,9 +1564,9 @@
}
},
"node_modules/devtools-protocol": {
"version": "0.0.1001819",
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1001819.tgz",
"integrity": "sha512-G6OsIFnv/rDyxSqBa2lDLR6thp9oJioLsb2Gl+LbQlyoA9/OBAkrTU9jiCcQ8Pnh7z4d6slDiLaogR5hzgJLmQ==",
"version": "0.0.1011705",
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1011705.tgz",
"integrity": "sha512-OKvTvu9n3swmgYshvsyVHYX0+aPzCoYUnyXUacfQMmFtBtBKewV/gT4I9jkAbpTqtTi2E4S9MXLlvzBDUlqg0Q==",
"dev": true
},
"node_modules/diff-sequences": {
@@ -3177,15 +3177,15 @@
}
},
"node_modules/puppeteer": {
"version": "15.0.2",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-15.0.2.tgz",
"integrity": "sha512-7gJkr2skctdyRn9hACFw8olqtbnUXxT7LZ2dQT5krUgB30TsAUZ5c/NDQ/4H3514IrDB9DmKqZGHT0I369SvAQ==",
"version": "15.1.0",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-15.1.0.tgz",
"integrity": "sha512-AZLQs6QB7tcYV4r7SRh8tN1OyTGI1hUBy5FDyd9Ry5wyfo1h2Tgl1uhT49sG2T8jI6JFuBXr+ratj9+zvNlx2g==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
"cross-fetch": "3.1.5",
"debug": "4.3.4",
"devtools-protocol": "0.0.1001819",
"devtools-protocol": "0.0.1011705",
"extract-zip": "2.0.1",
"https-proxy-agent": "5.0.1",
"pkg-dir": "4.2.0",
@@ -5001,9 +5001,9 @@
"dev": true
},
"devtools-protocol": {
"version": "0.0.1001819",
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1001819.tgz",
"integrity": "sha512-G6OsIFnv/rDyxSqBa2lDLR6thp9oJioLsb2Gl+LbQlyoA9/OBAkrTU9jiCcQ8Pnh7z4d6slDiLaogR5hzgJLmQ==",
"version": "0.0.1011705",
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1011705.tgz",
"integrity": "sha512-OKvTvu9n3swmgYshvsyVHYX0+aPzCoYUnyXUacfQMmFtBtBKewV/gT4I9jkAbpTqtTi2E4S9MXLlvzBDUlqg0Q==",
"dev": true
},
"diff-sequences": {
@@ -6212,14 +6212,14 @@
}
},
"puppeteer": {
"version": "15.0.2",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-15.0.2.tgz",
"integrity": "sha512-7gJkr2skctdyRn9hACFw8olqtbnUXxT7LZ2dQT5krUgB30TsAUZ5c/NDQ/4H3514IrDB9DmKqZGHT0I369SvAQ==",
"version": "15.1.0",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-15.1.0.tgz",
"integrity": "sha512-AZLQs6QB7tcYV4r7SRh8tN1OyTGI1hUBy5FDyd9Ry5wyfo1h2Tgl1uhT49sG2T8jI6JFuBXr+ratj9+zvNlx2g==",
"dev": true,
"requires": {
"cross-fetch": "3.1.5",
"debug": "4.3.4",
"devtools-protocol": "0.0.1001819",
"devtools-protocol": "0.0.1011705",
"extract-zip": "2.0.1",
"https-proxy-agent": "5.0.1",
"pkg-dir": "4.2.0",

View File

@@ -12,6 +12,6 @@
},
"devDependencies": {
"jest": "28.1.1",
"puppeteer": "15.0.2"
"puppeteer": "15.1.0"
}
}