Skip to content

Commit 3ad7ca7

Browse files
committed
fix: update dependency @dword-design/puppeteer to v6.0.5
1 parent b9f3308 commit 3ad7ca7

File tree

1 file changed

+56
-20
lines changed

1 file changed

+56
-20
lines changed

yarn.lock

Lines changed: 56 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,14 @@
3333
dependencies:
3434
"@babel/highlight" "^7.10.4"
3535

36-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.18.6":
36+
"@babel/code-frame@^7.0.0":
37+
version "7.21.4"
38+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.21.4.tgz#d0fa9e4413aca81f2b23b9442797bda1826edb39"
39+
integrity sha512-LYvhNKfwWSPpocw8GI7gpK2nq3HSDuEPC/uSYaALSJu9xjsalaaYFOq0Pwt5KmVqwEbZlDu81aLXwBOmD/Fv9g==
40+
dependencies:
41+
"@babel/highlight" "^7.18.6"
42+
43+
"@babel/code-frame@^7.12.13", "@babel/code-frame@^7.18.6":
3744
version "7.18.6"
3845
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.18.6.tgz#3b25d38c89600baa2dcc219edfa88a74eb2c427a"
3946
integrity sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==
@@ -1738,9 +1745,9 @@
17381745
expect-mocha-snapshot "^2.1.5"
17391746

17401747
"@dword-design/puppeteer@^6.0.2":
1741-
version "6.0.4"
1742-
resolved "https://registry.yarnpkg.com/@dword-design/puppeteer/-/puppeteer-6.0.4.tgz#ea530cf783392ebb5387ab186147c765d3243232"
1743-
integrity sha512-Z0YsVE+4DtopSegGaOg/wg7hAmYiQeP186PzmWBEpKl2CpFUz4OdD+bIcxeW9+/prSZGik4j8sx+zPYfmwFMWw==
1748+
version "6.0.5"
1749+
resolved "https://registry.yarnpkg.com/@dword-design/puppeteer/-/puppeteer-6.0.5.tgz#6527af5b0fbd7e93ed23f85f07d93c30f92de68c"
1750+
integrity sha512-FMkewXQ9XDHtVzJVjfHlyo+hZKXian/HXq+rTFMraji1iLjzHXOPhoiKq1tnw9UGeT/Snyi/bBoQZGEImzqS8g==
17441751
dependencies:
17451752
puppeteer "^19.4.1"
17461753

@@ -2729,6 +2736,20 @@
27292736
resolved "https://registry.yarnpkg.com/@polka/url/-/url-1.0.0-next.21.tgz#5de5a2385a35309427f6011992b544514d559aa1"
27302737
integrity sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==
27312738

2739+
"@puppeteer/[email protected]":
2740+
version "0.4.0"
2741+
resolved "https://registry.yarnpkg.com/@puppeteer/browsers/-/browsers-0.4.0.tgz#abaae1eddc9902e1ea441e34171229bd7644ea62"
2742+
integrity sha512-3iB5pWn9Sr55PKKwqFWSWjLsTKCOEhKNI+uV3BZesgXuA3IhsX8I3hW0HI+3ksMIPkh2mVYzKSpvgq3oicjG2Q==
2743+
dependencies:
2744+
debug "4.3.4"
2745+
extract-zip "2.0.1"
2746+
https-proxy-agent "5.0.1"
2747+
progress "2.0.3"
2748+
proxy-from-env "1.1.0"
2749+
tar-fs "2.1.1"
2750+
unbzip2-stream "1.4.3"
2751+
yargs "17.7.1"
2752+
27322753
"@semantic-release/changelog@^5.0.0":
27332754
version "5.0.1"
27342755
resolved "https://registry.yarnpkg.com/@semantic-release/changelog/-/changelog-5.0.1.tgz#50a84b63e5d391b7debfe021421589fa2bcdafe4"
@@ -3108,9 +3129,9 @@
31083129
integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==
31093130

31103131
"@types/node@*":
3111-
version "18.15.7"
3112-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.7.tgz#33514fca9bdf136f77027358850c0fb9cd93c669"
3113-
integrity sha512-LFmUbFunqmBn26wJZgZPYZPrDR1RwGOu2v79Mgcka1ndO6V0/cwjivPTc4yoK6n9kmw4/ls1r8cLrvh2iMibFA==
3132+
version "18.15.11"
3133+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.11.tgz#b3b790f09cb1696cffcec605de025b088fa4225f"
3134+
integrity sha512-E5Kwq2n4SbMzQOn6wnmBjuK9ouqlURrcZDVfbo9ftDDTFt3nk7ZKK4GMOzoYgnpQJKcxwQw+lGaBvvlMo0qN/Q==
31143135

31153136
31163137
version "18.11.18"
@@ -5157,10 +5178,10 @@ chrome-trace-event@^1.0.2:
51575178
resolved "https://registry.yarnpkg.com/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz#1015eced4741e15d06664a957dbbf50d041e26ac"
51585179
integrity sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==
51595180

5160-
5161-
version "0.4.5"
5162-
resolved "https://registry.yarnpkg.com/chromium-bidi/-/chromium-bidi-0.4.5.tgz#a352e755536dde609bd2c77e4b1f0906bff8784e"
5163-
integrity sha512-rkav9YzRfAshSTG3wNXF7P7yNiI29QAo1xBXElPoCoSQR5n20q3cOyVhDv6S7+GlF/CJ/emUxlQiR0xOPurkGg==
5181+
5182+
version "0.4.6"
5183+
resolved "https://registry.yarnpkg.com/chromium-bidi/-/chromium-bidi-0.4.6.tgz#a082151834083ed002624f12fa35e748817b2ee5"
5184+
integrity sha512-TQOkWRaLI/IWvoP8XC+7jO4uHTIiAUiklXU1T0qszlUFEai9LgKXIBXy3pOS3EnQZ3bQtMbKUPkug0fTAEHCSw==
51645185
dependencies:
51655186
mitt "3.0.0"
51665187

@@ -13855,12 +13876,13 @@ punycode@^2.1.0:
1385513876
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.3.0.tgz#f67fa67c94da8f4d0cfff981aee4118064199b8f"
1385613877
integrity sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==
1385713878

13858-
13859-
version "19.8.0"
13860-
resolved "https://registry.yarnpkg.com/puppeteer-core/-/puppeteer-core-19.8.0.tgz#0152f652a64274f93f681b52ed03baf7de7905dd"
13861-
integrity sha512-5gBkLR9nae7chWDhI3mpj5QA+hPmjEOW29qw5ap5g51Uo5Lxe5Yip1uyQwZSjg5Wn/eyE9grh2Lyx3m8rPK90A==
13879+
13880+
version "19.8.5"
13881+
resolved "https://registry.yarnpkg.com/puppeteer-core/-/puppeteer-core-19.8.5.tgz#ba02fbe5bc2f82a9270aa1b983cf29cc1d4f1573"
13882+
integrity sha512-zoGhim/oBQbkND6h4Xz4X7l5DkWVH9wH7z0mVty5qa/c0P1Yad47t/npVtt2xS10BiQwzztWKx7Pa2nJ5yykdw==
1386213883
dependencies:
13863-
chromium-bidi "0.4.5"
13884+
"@puppeteer/browsers" "0.4.0"
13885+
chromium-bidi "0.4.6"
1386413886
cross-fetch "3.1.5"
1386513887
debug "4.3.4"
1386613888
devtools-protocol "0.0.1107588"
@@ -13872,15 +13894,16 @@ [email protected]:
1387213894
ws "8.13.0"
1387313895

1387413896
puppeteer@^19.4.1:
13875-
version "19.8.0"
13876-
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-19.8.0.tgz#2d2225fb24ba6813cd31304d41c6b8340c9f3582"
13877-
integrity sha512-MpQClmttCUxv4bVokX/YSXLCU12CUApuRf0rIJyGknYcIrDQNkLUx1N7hNt88Ya4lq9VDsdiDEJ3bcPijqJYPQ==
13897+
version "19.8.5"
13898+
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-19.8.5.tgz#18e701ff3122c46c3ce3e292191f3e439ee1e081"
13899+
integrity sha512-WSjouU7eux6cwBMEz4A7mDRVZWTQQTDXrb1R6AhKDdeEgpiBBkAzcAusPhILxiJOKj60rULZpWuCZ7HZIO6GTA==
1387813900
dependencies:
13901+
"@puppeteer/browsers" "0.4.0"
1387913902
cosmiconfig "8.1.3"
1388013903
https-proxy-agent "5.0.1"
1388113904
progress "2.0.3"
1388213905
proxy-from-env "1.1.0"
13883-
puppeteer-core "19.8.0"
13906+
puppeteer-core "19.8.5"
1388413907

1388513908
q@^1.5.1:
1388613909
version "1.5.1"
@@ -17111,6 +17134,19 @@ [email protected], yargs@^16.1.0, yargs@^16.2.0:
1711117134
y18n "^5.0.5"
1711217135
yargs-parser "^20.2.2"
1711317136

17137+
17138+
version "17.7.1"
17139+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.7.1.tgz#34a77645201d1a8fc5213ace787c220eabbd0967"
17140+
integrity sha512-cwiTb08Xuv5fqF4AovYacTFNxk62th7LKJ6BL9IGUpTJrWoU7/7WdQGTP2SjKf1dUNBGzDd28p/Yfs/GI6JrLw==
17141+
dependencies:
17142+
cliui "^8.0.1"
17143+
escalade "^3.1.1"
17144+
get-caller-file "^2.0.5"
17145+
require-directory "^2.1.1"
17146+
string-width "^4.2.3"
17147+
y18n "^5.0.5"
17148+
yargs-parser "^21.1.1"
17149+
1711417150
yargs@^15.0.2:
1711517151
version "15.4.1"
1711617152
resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.4.1.tgz#0d87a16de01aee9d8bec2bfbf74f67851730f4f8"

0 commit comments

Comments
 (0)