|
1504 | 1504 | dependencies:
|
1505 | 1505 | debug "^4.3.1"
|
1506 | 1506 |
|
1507 |
| - |
1508 |
| - version "2.10.0" |
1509 |
| - resolved "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-2.10.0.tgz#a6e55bf85bfcc819e5e8c79f6122cccaa52515a4" |
1510 |
| - integrity sha512-HdHF4rny4JCvIcm7V1dpvpctIGqM3/Me255CB44vW7hDG1zYMmcBMjpNqZEDxdCfXGLkx5kP0+Jz5DUS+ukqtA== |
| 1507 | + |
| 1508 | + version "2.10.1" |
| 1509 | + resolved "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-2.10.1.tgz#df0ba78ccaae7a7519580ec0e57fe980026b100c" |
| 1510 | + integrity sha512-NgghEvl9fTZdXvxBHMgTlEVrjhDsbOfXgXzoarsV6o/arp2SvOOzZfFlKpxwLHJo7vVULq9Q/Dg76lUddLxgog== |
1511 | 1511 | dependencies:
|
1512 | 1512 | debug "^4.4.0"
|
1513 | 1513 | extract-zip "^2.0.1"
|
@@ -3147,10 +3147,10 @@ chownr@^3.0.0:
|
3147 | 3147 | resolved "https://registry.npmjs.org/chownr/-/chownr-3.0.0.tgz#9855e64ecd240a9cc4267ce8a4aa5d24a1da15e4"
|
3148 | 3148 | integrity sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==
|
3149 | 3149 |
|
3150 |
| -chromium-bidi@3.0.0: |
3151 |
| - version "3.0.0" |
3152 |
| - resolved "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-3.0.0.tgz#bfb0549db96552d42377401aadc0198a1bbb3e9f" |
3153 |
| - integrity sha512-ZOGRDAhBMX1uxL2Cm2TDuhImbrsEz5A/tTcVU6RpXEWaTNUNwsHW6njUXizh51Ir6iqHbKAfhA2XK33uBcLo5A== |
| 3150 | +chromium-bidi@4.0.1: |
| 3151 | + version "4.0.1" |
| 3152 | + resolved "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-4.0.1.tgz#b2a56c4acbf262daae8e83c1354d85a4ab639594" |
| 3153 | + integrity sha512-oRgKuzRQYXEUBlrlXWeBbot0KLyFOAwTe0pt3EJYZ1I0yvvr1dl6zhnUxlkKvSAk0pin+c1SxeuxBILISEgIEw== |
3154 | 3154 | dependencies:
|
3155 | 3155 | mitt "^3.0.1"
|
3156 | 3156 | zod "^3.24.1"
|
@@ -8186,28 +8186,28 @@ punycode@^2.1.0, punycode@^2.1.1, punycode@^2.3.1:
|
8186 | 8186 | resolved "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz#027422e2faec0b25e1549c3e1bd8309b9133b6e5"
|
8187 | 8187 | integrity sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==
|
8188 | 8188 |
|
8189 |
| -puppeteer-core@24.6.1: |
8190 |
| - version "24.6.1" |
8191 |
| - resolved "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-24.6.1.tgz#fc2ea21a49d6d8240cc959b729a12ba976ac140a" |
8192 |
| - integrity sha512-sMCxsY+OPWO2fecBrhIeCeJbWWXJ6UaN997sTid6whY0YT9XM0RnxEwLeUibluIS5/fRmuxe1efjb5RMBsky7g== |
| 8189 | +puppeteer-core@24.7.0: |
| 8190 | + version "24.7.0" |
| 8191 | + resolved "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-24.7.0.tgz#28c45f5242fc2127a0c66dab183f62613a8d4142" |
| 8192 | + integrity sha512-NEqVstBfP8S0L2PSLbGAVuLPXuvE83zfOf0qo3TadfzT62liurQJL5EC0XZ0dGxs5auBPHYncyJUwQymJuk/Hw== |
8193 | 8193 | dependencies:
|
8194 |
| - "@puppeteer/browsers" "2.10.0" |
8195 |
| - chromium-bidi "3.0.0" |
| 8194 | + "@puppeteer/browsers" "2.10.1" |
| 8195 | + chromium-bidi "4.0.1" |
8196 | 8196 | debug "^4.4.0"
|
8197 | 8197 | devtools-protocol "0.0.1425554"
|
8198 | 8198 | typed-query-selector "^2.12.0"
|
8199 | 8199 | ws "^8.18.1"
|
8200 | 8200 |
|
8201 |
| -puppeteer@^24.6.1: |
8202 |
| - version "24.6.1" |
8203 |
| - resolved "https://registry.npmjs.org/puppeteer/-/puppeteer-24.6.1.tgz#828308e1e05654c4ca87399e677d10e3eeb32702" |
8204 |
| - integrity sha512-/4ocGfu8LNvDbWUqJZV2VmwEWpbOdJa69y2Jivd213tV0ekAtUh/bgT1hhW63SDN/CtrEucOPwoomZ+9M+eBEg== |
| 8201 | +puppeteer@^24.7.0: |
| 8202 | + version "24.7.0" |
| 8203 | + resolved "https://registry.npmjs.org/puppeteer/-/puppeteer-24.7.0.tgz#bdfcd5d0630a0d85eb6a3f206a5f45671c9e533c" |
| 8204 | + integrity sha512-txRZf6QPYEBhnyzzPMCvWm20tstDbbN+j2e9L6+ib4Q+/9+d2V2CPfFnF0mbcW3txEwDlYrN84YLRYpS9/eSOw== |
8205 | 8205 | dependencies:
|
8206 |
| - "@puppeteer/browsers" "2.10.0" |
8207 |
| - chromium-bidi "3.0.0" |
| 8206 | + "@puppeteer/browsers" "2.10.1" |
| 8207 | + chromium-bidi "4.0.1" |
8208 | 8208 | cosmiconfig "^9.0.0"
|
8209 | 8209 | devtools-protocol "0.0.1425554"
|
8210 |
| - puppeteer-core "24.6.1" |
| 8210 | + puppeteer-core "24.7.0" |
8211 | 8211 | typed-query-selector "^2.12.0"
|
8212 | 8212 |
|
8213 | 8213 | pure-rand@^6.0.0:
|
|
0 commit comments