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

This commit is contained in:
renovate[bot]
2022-07-08 11:24:53 +00:00
parent fcc9cfc38c
commit e0b0a148ff
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.3.1"
"puppeteer": "15.3.2"
},
"engines": {
"node": "18.4.0",
@@ -3176,9 +3176,9 @@
}
},
"node_modules/puppeteer": {
"version": "15.3.1",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-15.3.1.tgz",
"integrity": "sha512-Z+SpYBiS1zUzMXV7Wnhe2pyuVCFAFRTq1UrUWHB2CkLos5v7bXvXYuZ3Fn5pSN5IObxijyx4opNYKTCRnGni6Q==",
"version": "15.3.2",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-15.3.2.tgz",
"integrity": "sha512-6z4fTHCHTpG3Yu7zqP0mLfCmkNkgw5KSUfLAwuBabz9Pkqoe0Z08hqUx5GNxhhMgEo4YVOSPBshePA6zliznWQ==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
@@ -6236,9 +6236,9 @@
}
},
"puppeteer": {
"version": "15.3.1",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-15.3.1.tgz",
"integrity": "sha512-Z+SpYBiS1zUzMXV7Wnhe2pyuVCFAFRTq1UrUWHB2CkLos5v7bXvXYuZ3Fn5pSN5IObxijyx4opNYKTCRnGni6Q==",
"version": "15.3.2",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-15.3.2.tgz",
"integrity": "sha512-6z4fTHCHTpG3Yu7zqP0mLfCmkNkgw5KSUfLAwuBabz9Pkqoe0Z08hqUx5GNxhhMgEo4YVOSPBshePA6zliznWQ==",
"dev": true,
"requires": {
"cross-fetch": "3.1.5",

View File

@@ -12,6 +12,6 @@
},
"devDependencies": {
"jest": "28.1.2",
"puppeteer": "15.3.1"
"puppeteer": "15.3.2"
}
}