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

This commit is contained in:
Renovate Bot
2022-05-13 12:27:54 +00:00
committed by renovate[bot]
parent 450891e079
commit a7975309b7
2 changed files with 8 additions and 8 deletions

View File

@@ -10,7 +10,7 @@
"license": "Apache-2.0",
"devDependencies": {
"jest": "28.1.0",
"puppeteer": "14.0.0"
"puppeteer": "14.1.0"
},
"engines": {
"node": "18.1.0",
@@ -3164,9 +3164,9 @@
}
},
"node_modules/puppeteer": {
"version": "14.0.0",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-14.0.0.tgz",
"integrity": "sha512-Aj/cySGBMWpUYEWV0YOcwyhq5lOxuuiGScgdj/OvslAm/ydoywiI8OzAIXT4HzKmNTmzm/fKKHHtcsQa/fFgdw==",
"version": "14.1.0",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-14.1.0.tgz",
"integrity": "sha512-T3eB4f6k9HVttYvyy8drGIKb04M+vxhepqM7qqcVCBTNT3T6M9cUaJT4k7P+a6wSonObJSJUP98JkPDQG+3fJw==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
@@ -6187,9 +6187,9 @@
}
},
"puppeteer": {
"version": "14.0.0",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-14.0.0.tgz",
"integrity": "sha512-Aj/cySGBMWpUYEWV0YOcwyhq5lOxuuiGScgdj/OvslAm/ydoywiI8OzAIXT4HzKmNTmzm/fKKHHtcsQa/fFgdw==",
"version": "14.1.0",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-14.1.0.tgz",
"integrity": "sha512-T3eB4f6k9HVttYvyy8drGIKb04M+vxhepqM7qqcVCBTNT3T6M9cUaJT4k7P+a6wSonObJSJUP98JkPDQG+3fJw==",
"dev": true,
"requires": {
"cross-fetch": "3.1.5",

View File

@@ -12,6 +12,6 @@
},
"devDependencies": {
"jest": "28.1.0",
"puppeteer": "14.0.0"
"puppeteer": "14.1.0"
}
}