chore(deps): update dependency puppeteer to v10.4.0

This commit is contained in:
Renovate Bot
2021-09-21 17:35:39 +00:00
committed by renovate[bot]
parent a9204f12ea
commit cf98d8b964
2 changed files with 7 additions and 7 deletions

View File

@ -2464,9 +2464,9 @@
}
},
"@types/node": {
"version": "16.4.11",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.4.11.tgz",
"integrity": "sha512-nWSFUbuNiPKJEe1IViuodSI+9cM+vpM8SWF/O6dJK7wmGRNq55U7XavJHrlRrPkSMuUZUFzg1xaZ1B+ZZCrRWw==",
"version": "16.9.4",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.9.4.tgz",
"integrity": "sha512-KDazLNYAGIuJugdbULwFZULF9qQ13yNWEBFnfVpqlpgAAo6H/qnM9RjBgh0A0kmHf3XxAKLdN5mTIng9iUvVLA==",
"dev": true,
"optional": true
},
@ -7656,9 +7656,9 @@
"dev": true
},
"puppeteer": {
"version": "10.2.0",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-10.2.0.tgz",
"integrity": "sha512-OR2CCHRashF+f30+LBOtAjK6sNtz2HEyTr5FqAvhf8lR/qB3uBRoIZOwQKgwoyZnMBsxX7ZdazlyBgGjpnkiMw==",
"version": "10.4.0",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-10.4.0.tgz",
"integrity": "sha512-2cP8mBoqnu5gzAVpbZ0fRaobBWZM8GEUF4I1F6WbgHrKV/rz7SX8PG2wMymZgD0wo0UBlg2FBPNxlF/xlqW6+w==",
"dev": true,
"requires": {
"debug": "4.3.1",

View File

@ -56,7 +56,7 @@
"lodash": "4.17.21",
"mocha": "9.1.1",
"mock-require": "3.0.3",
"puppeteer": "10.2.0",
"puppeteer": "10.4.0",
"readdirp": "3.6.0",
"rehype": "11.0.0",
"string-similarity": "4.0.4",