mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 04:07:36 +00:00
chore(deps): bump puppeteer-extra-plugin-stealth from 2.6.7 to 2.7.4 (#1878)
Bumps [puppeteer-extra-plugin-stealth](https://github.com/berstend/puppeteer-extra) from 2.6.7 to 2.7.4. - [Release notes](https://github.com/berstend/puppeteer-extra/releases) - [Commits](https://github.com/berstend/puppeteer-extra/compare/puppeteer-extra-plugin-stealth@2.6.7...puppeteer-extra-plugin-stealth@2.7.4) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
Generated
+43
-3
@@ -3057,6 +3057,16 @@
|
||||
"resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz",
|
||||
"integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow=="
|
||||
},
|
||||
"fs-extra": {
|
||||
"version": "8.1.0",
|
||||
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz",
|
||||
"integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==",
|
||||
"requires": {
|
||||
"graceful-fs": "^4.2.0",
|
||||
"jsonfile": "^4.0.0",
|
||||
"universalify": "^0.1.0"
|
||||
}
|
||||
},
|
||||
"fs.realpath": {
|
||||
"version": "1.0.0",
|
||||
"resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
|
||||
@@ -3995,6 +4005,14 @@
|
||||
"minimist": "^1.2.5"
|
||||
}
|
||||
},
|
||||
"jsonfile": {
|
||||
"version": "4.0.0",
|
||||
"resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
|
||||
"integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=",
|
||||
"requires": {
|
||||
"graceful-fs": "^4.1.6"
|
||||
}
|
||||
},
|
||||
"jsonwebtoken": {
|
||||
"version": "8.5.1",
|
||||
"resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz",
|
||||
@@ -7470,14 +7488,36 @@
|
||||
}
|
||||
},
|
||||
"puppeteer-extra-plugin-stealth": {
|
||||
"version": "2.6.7",
|
||||
"resolved": "https://registry.npmjs.org/puppeteer-extra-plugin-stealth/-/puppeteer-extra-plugin-stealth-2.6.7.tgz",
|
||||
"integrity": "sha512-mKHcCDXVzigiYY2qk3j2J5BTzjl+nNnVxRc/30OMdEYrF5Wfz0xrPKv5VR+xM7E0gb4vL/tanHl0bCrEjSDlWg==",
|
||||
"version": "2.7.4",
|
||||
"resolved": "https://registry.npmjs.org/puppeteer-extra-plugin-stealth/-/puppeteer-extra-plugin-stealth-2.7.4.tgz",
|
||||
"integrity": "sha512-d7C7MwOSPNtf6khDc0LYFAEUBH8vQXKrbHReeAhNGS/I1m5MJvy5Ir9WwcBz6xOwPhcFuSQEUcs+x1peIxA00Q==",
|
||||
"requires": {
|
||||
"debug": "^4.1.1",
|
||||
"puppeteer-extra-plugin": "^3.1.8",
|
||||
"puppeteer-extra-plugin-user-preferences": "^2.2.11"
|
||||
}
|
||||
},
|
||||
"puppeteer-extra-plugin-user-data-dir": {
|
||||
"version": "2.2.11",
|
||||
"resolved": "https://registry.npmjs.org/puppeteer-extra-plugin-user-data-dir/-/puppeteer-extra-plugin-user-data-dir-2.2.11.tgz",
|
||||
"integrity": "sha512-jng9rTY0qE8HJId/oAjs+RVNxgeQKDnoBsQPaQtL/FbkvD9C/7RlKSmz7IyjhafilzSZcA4fB7jFJX9rrN9Bdg==",
|
||||
"requires": {
|
||||
"debug": "^4.1.1",
|
||||
"fs-extra": "^8.1.0",
|
||||
"puppeteer-extra-plugin": "^3.1.8"
|
||||
}
|
||||
},
|
||||
"puppeteer-extra-plugin-user-preferences": {
|
||||
"version": "2.2.11",
|
||||
"resolved": "https://registry.npmjs.org/puppeteer-extra-plugin-user-preferences/-/puppeteer-extra-plugin-user-preferences-2.2.11.tgz",
|
||||
"integrity": "sha512-lvqd2R7N35/8ldqgty1TUmzmu3VlhunEaEABGm4bUglEXUxGHQgRheP+U8BmWIM2GCGjNoJCSu3nqGJ56ZsSRg==",
|
||||
"requires": {
|
||||
"debug": "^4.1.1",
|
||||
"deepmerge": "^4.2.2",
|
||||
"puppeteer-extra-plugin": "^3.1.8",
|
||||
"puppeteer-extra-plugin-user-data-dir": "^2.2.11"
|
||||
}
|
||||
},
|
||||
"pushover-notifications": {
|
||||
"version": "1.2.2",
|
||||
"resolved": "https://registry.npmjs.org/pushover-notifications/-/pushover-notifications-1.2.2.tgz",
|
||||
|
||||
+1
-1
@@ -53,7 +53,7 @@
|
||||
"puppeteer-extra": "^3.1.16",
|
||||
"puppeteer-extra-plugin-adblocker": "^2.11.10",
|
||||
"puppeteer-extra-plugin-block-resources": "^2.2.8",
|
||||
"puppeteer-extra-plugin-stealth": "^2.6.7",
|
||||
"puppeteer-extra-plugin-stealth": "^2.7.4",
|
||||
"pushover-notifications": "^1.2.2",
|
||||
"redis": "^3.0.2",
|
||||
"top-user-agents": "^1.0.19",
|
||||
|
||||
Reference in New Issue
Block a user