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

This commit is contained in:
renovate[bot]
2022-06-29 16:32:54 +00:00
parent feb1d15317
commit b010dda559
2 changed files with 8 additions and 8 deletions

View File

@@ -10,7 +10,7 @@
"license": "Apache-2.0",
"devDependencies": {
"jest": "28.1.2",
"puppeteer": "15.1.1"
"puppeteer": "15.2.0"
},
"engines": {
"node": "18.4.0",
@@ -3176,9 +3176,9 @@
}
},
"node_modules/puppeteer": {
"version": "15.1.1",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-15.1.1.tgz",
"integrity": "sha512-XMysu48uIcaYad/IelRTX3yxpHkcNdhdzPegnBEz9h1uEQfLhFcMJnjyvus51Sm+OPwr2gaKQhtyuIVaVKqd0Q==",
"version": "15.2.0",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-15.2.0.tgz",
"integrity": "sha512-6Mzj5pbq4J4DxJE5o6V+arrOB9Gma0CxOLP1zKYMrMR7AYuNaPzsK7pBrpDwI64W6Mxk5G7NqiLSFTrgSzR1zg==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
@@ -6236,9 +6236,9 @@
}
},
"puppeteer": {
"version": "15.1.1",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-15.1.1.tgz",
"integrity": "sha512-XMysu48uIcaYad/IelRTX3yxpHkcNdhdzPegnBEz9h1uEQfLhFcMJnjyvus51Sm+OPwr2gaKQhtyuIVaVKqd0Q==",
"version": "15.2.0",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-15.2.0.tgz",
"integrity": "sha512-6Mzj5pbq4J4DxJE5o6V+arrOB9Gma0CxOLP1zKYMrMR7AYuNaPzsK7pBrpDwI64W6Mxk5G7NqiLSFTrgSzR1zg==",
"dev": true,
"requires": {
"cross-fetch": "3.1.5",

View File

@@ -12,6 +12,6 @@
},
"devDependencies": {
"jest": "28.1.2",
"puppeteer": "15.1.1"
"puppeteer": "15.2.0"
}
}