Skip to content

Commit 2862720

Browse files
Bump puppeteer-core and chrome-aws-lambda
Bumps [puppeteer-core](https://github.com/puppeteer/puppeteer) and [chrome-aws-lambda](https://github.com/alixaxel/chrome-aws-lambda). These dependencies needed to be updated together. Updates `puppeteer-core` from 2.1.1 to 10.1.0 - [Release notes](https://github.com/puppeteer/puppeteer/releases) - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md) - [Commits](puppeteer/puppeteer@v2.1.1...v10.1.0) Updates `chrome-aws-lambda` from 2.1.1 to 10.0.0 - [Release notes](https://github.com/alixaxel/chrome-aws-lambda/releases) - [Commits](alixaxel/chrome-aws-lambda@v2.1.1...v10.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 466da32 commit 2862720

File tree

2 files changed

+31
-125
lines changed

2 files changed

+31
-125
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
},
1010
"dependencies": {
1111
"@zeit/fetch-retry": "^5.0.1",
12-
"chrome-aws-lambda": "^2.1.1",
12+
"chrome-aws-lambda": "^10.1.0",
1313
"csv-parse": "^4.16.0",
1414
"date-fns": "^2.23.0",
1515
"isomorphic-unfetch": "^3.1.0",
1616
"pbf": "^3.2.1",
17-
"puppeteer-core": "^2.1.1",
17+
"puppeteer-core": "^10.1.0",
1818
"qs": "^6.10.1",
1919
"sharp": "^0.26.3"
2020
},

yarn.lock

Lines changed: 29 additions & 123 deletions
Original file line numberDiff line numberDiff line change
@@ -1240,11 +1240,6 @@
12401240
jest-diff "^26.0.0"
12411241
pretty-format "^26.0.0"
12421242

1243-
"@types/mime-types@^2.1.0":
1244-
version "2.1.0"
1245-
resolved "https://registry.yarnpkg.com/@types/mime-types/-/mime-types-2.1.0.tgz#9ca52cda363f699c69466c2a6ccdaad913ea7a73"
1246-
integrity sha1-nKUs2jY/aZxpRmwqbM2q2RPqenM=
1247-
12481243
"@types/node@*":
12491244
version "13.9.0"
12501245
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.9.0.tgz#5b6ee7a77faacddd7de719017d0bc12f52f81589"
@@ -1332,11 +1327,6 @@ acorn@^8.2.4:
13321327
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.2.4.tgz#caba24b08185c3b56e3168e97d15ed17f4d31fd0"
13331328
integrity sha512-Ibt84YwBDDA890eDiDCEqcbwvHlBvzzDkU2cGBBDDI1QWT12jTiXIOn2CIw5KK4i6N5Z2HUxwYjzriDyqaqqZg==
13341329

1335-
agent-base@5:
1336-
version "5.1.1"
1337-
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-5.1.1.tgz#e8fb3f242959db44d63be665db7a8e739537a32c"
1338-
integrity sha512-TMeqbNl2fMW0nMjTEPOwe3J/PRFP4vqeoNuQMG0HlMrtm5QxKqdvAkZ1pRBQ/ulIyDD5Yq0nJ7YbdD8ey0TO3g==
1339-
13401330
agent-base@6:
13411331
version "6.0.2"
13421332
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77"
@@ -1447,11 +1437,6 @@ async-csv@^2.1.3:
14471437
dependencies:
14481438
csv "^5.1.3"
14491439

1450-
async-limiter@~1.0.0:
1451-
version "1.0.1"
1452-
resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.1.tgz#dd379e94f0db8310b08291f9d64c3209766617fd"
1453-
integrity sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==
1454-
14551440
async-retry@^1.3.1:
14561441
version "1.3.1"
14571442
resolved "https://registry.yarnpkg.com/async-retry/-/async-retry-1.3.1.tgz#139f31f8ddce50c0870b0ba558a6079684aaed55"
@@ -1709,12 +1694,12 @@ chownr@^1.1.1:
17091694
resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.4.tgz#6fc9d7b42d32a583596337666e7d08084da2cc6b"
17101695
integrity sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==
17111696

1712-
chrome-aws-lambda@^2.1.1:
1713-
version "2.1.1"
1714-
resolved "https://registry.yarnpkg.com/chrome-aws-lambda/-/chrome-aws-lambda-2.1.1.tgz#2aeb0c97fb67e908d06dc8d92d92c7d4fb58467c"
1715-
integrity sha512-Wer2QuygxsCov5bM2+8CLa6qYpNsc5AxYTlgTne00aFoxFP491LGJRxOQtGnYtsJP6UG4pB0SfrwTyPnLys1Lw==
1697+
chrome-aws-lambda@^10.1.0:
1698+
version "10.1.0"
1699+
resolved "https://registry.yarnpkg.com/chrome-aws-lambda/-/chrome-aws-lambda-10.1.0.tgz#ac43b4cdfc1fbb2275c62effada560858099501e"
1700+
integrity sha512-NZQVf+J4kqG4sVhRm3WNmOfzY0OtTSm+S8rg77pwePa9RCYHzhnzRs8YvNI6L9tALIW6RpmefWiPURt3vURXcw==
17161701
dependencies:
1717-
lambdafs "^1.3.0"
1702+
lambdafs "^2.0.3"
17181703

17191704
ci-info@^3.1.1:
17201705
version "3.1.1"
@@ -1828,16 +1813,6 @@ concat-map@0.0.1:
18281813
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
18291814
integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=
18301815

1831-
concat-stream@^1.6.2:
1832-
version "1.6.2"
1833-
resolved "https://registry.yarnpkg.com/concat-stream/-/concat-stream-1.6.2.tgz#904bdf194cd3122fc675c77fc4ac3d4ff0fd1a34"
1834-
integrity sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==
1835-
dependencies:
1836-
buffer-from "^1.0.0"
1837-
inherits "^2.0.3"
1838-
readable-stream "^2.2.2"
1839-
typedarray "^0.0.6"
1840-
18411816
console-control-strings@^1.0.0, console-control-strings@~1.1.0:
18421817
version "1.1.0"
18431818
resolved "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e"
@@ -1935,13 +1910,6 @@ debug@4, debug@4.3.1, debug@^4.1.0, debug@^4.1.1:
19351910
dependencies:
19361911
ms "2.1.2"
19371912

1938-
debug@^2.6.9:
1939-
version "2.6.9"
1940-
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
1941-
integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==
1942-
dependencies:
1943-
ms "2.0.0"
1944-
19451913
debug@^3.1.0:
19461914
version "3.2.6"
19471915
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b"
@@ -2173,16 +2141,6 @@ extract-zip@2.0.1:
21732141
optionalDependencies:
21742142
"@types/yauzl" "^2.9.1"
21752143

2176-
extract-zip@^1.6.6:
2177-
version "1.7.0"
2178-
resolved "https://registry.yarnpkg.com/extract-zip/-/extract-zip-1.7.0.tgz#556cc3ae9df7f452c493a0cfb51cc30277940927"
2179-
integrity sha512-xoh5G1W/PB0/27lXgMQyIhP5DSY/LhoCsOyZgb+6iMmRtCwVBo55uKaMoEYrDCKQhWvqEip5ZPKAc6eFNyf/MA==
2180-
dependencies:
2181-
concat-stream "^1.6.2"
2182-
debug "^2.6.9"
2183-
mkdirp "^0.5.4"
2184-
yauzl "^2.10.0"
2185-
21862144
fast-json-stable-stringify@^2.0.0:
21872145
version "2.1.0"
21882146
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -2391,14 +2349,6 @@ https-proxy-agent@5.0.0, https-proxy-agent@^5.0.0:
23912349
agent-base "6"
23922350
debug "4"
23932351

2394-
https-proxy-agent@^4.0.0:
2395-
version "4.0.0"
2396-
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-4.0.0.tgz#702b71fb5520a132a66de1f67541d9e62154d82b"
2397-
integrity sha512-zoDhWrkR3of1l9QAL8/scJZyLu8j/gBkcwcaQOZh7Gyh/+uJQzGVETdgT30akuwkpL8HTRfssqI3BZuV18teDg==
2398-
dependencies:
2399-
agent-base "5"
2400-
debug "4"
2401-
24022352
human-signals@^2.1.0:
24032353
version "2.1.0"
24042354
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0"
@@ -3105,12 +3055,12 @@ kleur@^3.0.3:
31053055
resolved "https://registry.yarnpkg.com/kleur/-/kleur-3.0.3.tgz#a79c9ecc86ee1ce3fa6206d1216c501f147fc07e"
31063056
integrity sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==
31073057

3108-
lambdafs@^1.3.0:
3109-
version "1.3.0"
3110-
resolved "https://registry.yarnpkg.com/lambdafs/-/lambdafs-1.3.0.tgz#7e369cedc9a09623bb365fa99a1113c2ab2fc7ae"
3111-
integrity sha512-HqRPmEgtkTW4sCYDUjTEuTGkjCHuLvtZU8iM8GkhD7SpjW4AJJbBk86YU4K43sWGuW5Vmzp1lVCx4ab/kJsuBw==
3058+
lambdafs@^2.0.3:
3059+
version "2.0.3"
3060+
resolved "https://registry.yarnpkg.com/lambdafs/-/lambdafs-2.0.3.tgz#f2acc53cf4862d29f1df654c327864b4faeb1d4a"
3061+
integrity sha512-5YWwZA/QKk09GdfcJ/ABVO+bpFoGlnTBa5jmyM8Kt9yIzl2lDDVBPLK+Aenq2UEcuDpqxXIYI5zLB7VZNepTrg==
31123062
dependencies:
3113-
tar-fs "^2.0.0"
3063+
tar-fs "^2.1.1"
31143064

31153065
leven@^3.1.0:
31163066
version "3.1.0"
@@ -3191,30 +3141,13 @@ mime-db@1.43.0:
31913141
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.43.0.tgz#0a12e0502650e473d735535050e7c8f4eb4fae58"
31923142
integrity sha512-+5dsGEEovYbT8UY9yD7eE4XTc4UwJ1jBYlgaQQF38ENsKR3wj/8q8RFZrF9WIZpB2V1ArTVFUva8sAul1NzRzQ==
31933143

3194-
mime-db@1.44.0:
3195-
version "1.44.0"
3196-
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.44.0.tgz#fa11c5eb0aca1334b4233cb4d52f10c5a6272f92"
3197-
integrity sha512-/NOTfLrsPBVeH7YtFPgsVWveuL+4SjjYxaQ1xtM1KMFj7HdxlBlxeyNLzhyJVx7r4rZGJAZ/6lkKCitSc/Nmpg==
3198-
31993144
mime-types@^2.1.12:
32003145
version "2.1.26"
32013146
resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.26.tgz#9c921fc09b7e149a65dfdc0da4d20997200b0a06"
32023147
integrity sha512-01paPWYgLrkqAyrlDorC1uDwl2p3qZT7yl806vW7DvDoxwXi46jsjFbg+WdwotBIk6/MbEhO/dh5aZ5sNj/dWQ==
32033148
dependencies:
32043149
mime-db "1.43.0"
32053150

3206-
mime-types@^2.1.25:
3207-
version "2.1.27"
3208-
resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.27.tgz#47949f98e279ea53119f5722e0f34e529bec009f"
3209-
integrity sha512-JIhqnCasI9yD+SsmkquHBxTSEuZdQX5BuQnS2Vc7puQQQ+8yiP5AY5uWhpdv4YL4VM5c6iliiYWPgJ/nJQLp7w==
3210-
dependencies:
3211-
mime-db "1.44.0"
3212-
3213-
mime@^2.0.3:
3214-
version "2.4.6"
3215-
resolved "https://registry.yarnpkg.com/mime/-/mime-2.4.6.tgz#e5b407c90db442f2beb5b162373d07b69affa4d1"
3216-
integrity sha512-RZKhC3EmpBchfTGBVb8fb+RL2cWyw/32lshnsETttkBAyAUXSGHxbEJWWRXc751DrIxG1q04b8QwMbAwkRPpUA==
3217-
32183151
mimic-fn@^2.1.0:
32193152
version "2.1.0"
32203153
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
@@ -3252,18 +3185,13 @@ mkdirp-classic@^0.5.2, mkdirp-classic@^0.5.3:
32523185
resolved "https://registry.yarnpkg.com/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz#fa10c9115cc6d8865be221ba47ee9bed78601113"
32533186
integrity sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==
32543187

3255-
mkdirp@^0.5.1, mkdirp@^0.5.4:
3188+
mkdirp@^0.5.1:
32563189
version "0.5.5"
32573190
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.5.tgz#d91cefd62d1436ca0f41620e251288d420099def"
32583191
integrity sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==
32593192
dependencies:
32603193
minimist "^1.2.5"
32613194

3262-
ms@2.0.0:
3263-
version "2.0.0"
3264-
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
3265-
integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=
3266-
32673195
ms@2.1.2, ms@^2.1.1:
32683196
version "2.1.2"
32693197
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
@@ -3580,11 +3508,6 @@ progress@2.0.1:
35803508
resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.1.tgz#c9242169342b1c29d275889c95734621b1952e31"
35813509
integrity sha512-OE+a6vzqazc+K6LxJrX5UPyKFvGnL5CYmq2jFGNIBWHpc4QyE49/YOumcrpQFJpfejmvRtbJzgO1zPmMCqlbBg==
35823510

3583-
progress@^2.0.1:
3584-
version "2.0.3"
3585-
resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8"
3586-
integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==
3587-
35883511
prompts@^2.0.1:
35893512
version "2.3.2"
35903513
resolved "https://registry.yarnpkg.com/prompts/-/prompts-2.3.2.tgz#480572d89ecf39566d2bd3fe2c9fccb7c4c0b068"
@@ -3598,7 +3521,7 @@ protocol-buffers-schema@^3.3.1:
35983521
resolved "https://registry.yarnpkg.com/protocol-buffers-schema/-/protocol-buffers-schema-3.4.0.tgz#2f0ea31ca96627d680bf2fefae7ebfa2b6453eae"
35993522
integrity sha512-G/2kcamPF2S49W5yaMGdIpkG6+5wZF0fzBteLKgEHjbNzqjZQ85aAs1iJGto31EJaSTkNvHs5IXuHSaTLWBAiA==
36003523

3601-
proxy-from-env@1.1.0, proxy-from-env@^1.0.0:
3524+
proxy-from-env@1.1.0:
36023525
version "1.1.0"
36033526
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
36043527
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
@@ -3621,21 +3544,23 @@ punycode@^2.1.1:
36213544
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
36223545
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
36233546

3624-
puppeteer-core@^2.1.1:
3625-
version "2.1.1"
3626-
resolved "https://registry.yarnpkg.com/puppeteer-core/-/puppeteer-core-2.1.1.tgz#e9b3fbc1237b4f66e25999832229e9db3e0b90ed"
3627-
integrity sha512-n13AWriBMPYxnpbb6bnaY5YoY6rGj8vPLrz6CZF3o0qJNEwlcfJVxBzYZ0NJsQ21UbdJoijPCDrM++SUVEz7+w==
3547+
puppeteer-core@^10.1.0:
3548+
version "10.1.0"
3549+
resolved "https://registry.yarnpkg.com/puppeteer-core/-/puppeteer-core-10.1.0.tgz#ffd9fd780ad237b9ac23cc95cbb919be5e4523a5"
3550+
integrity sha512-x2yDSJI/PRiWhDqAt1jd4rhTotxwjwKzHLIIqD2MlJ+TmzGJfBY9snAGIVXJwkWfKJg+Ef5xupdK0EbHDqBpFw==
36283551
dependencies:
3629-
"@types/mime-types" "^2.1.0"
3630-
debug "^4.1.0"
3631-
extract-zip "^1.6.6"
3632-
https-proxy-agent "^4.0.0"
3633-
mime "^2.0.3"
3634-
mime-types "^2.1.25"
3635-
progress "^2.0.1"
3636-
proxy-from-env "^1.0.0"
3637-
rimraf "^2.6.1"
3638-
ws "^6.1.0"
3552+
debug "4.3.1"
3553+
devtools-protocol "0.0.883894"
3554+
extract-zip "2.0.1"
3555+
https-proxy-agent "5.0.0"
3556+
node-fetch "2.6.1"
3557+
pkg-dir "4.2.0"
3558+
progress "2.0.1"
3559+
proxy-from-env "1.1.0"
3560+
rimraf "3.0.2"
3561+
tar-fs "2.0.0"
3562+
unbzip2-stream "1.3.3"
3563+
ws "7.4.6"
36393564

36403565
puppeteer@^10.1.0:
36413566
version "10.1.0"
@@ -3677,7 +3602,7 @@ react-is@^17.0.1:
36773602
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.1.tgz#5b3531bd76a645a4c9fb6e693ed36419e3301339"
36783603
integrity sha512-NAnt2iGDXohE5LI7uBnLnqvLQMtzhkiAOLXTmv+qnF9Ky7xAPcX8Up/xWIhxvLVGJvuLiNc4xQLtuqDRzb4fSA==
36793604

3680-
readable-stream@^2.0.6, readable-stream@^2.2.2:
3605+
readable-stream@^2.0.6:
36813606
version "2.3.7"
36823607
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.7.tgz#1eca1cf711aef814c04f62252a36a62f6cb23b57"
36833608
integrity sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==
@@ -3805,13 +3730,6 @@ rimraf@3.0.2, rimraf@^3.0.0:
38053730
dependencies:
38063731
glob "^7.1.3"
38073732

3808-
rimraf@^2.6.1:
3809-
version "2.7.1"
3810-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.7.1.tgz#35797f13a7fdadc566142c29d4f07ccad483e3ec"
3811-
integrity sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==
3812-
dependencies:
3813-
glob "^7.1.3"
3814-
38153733
run-async@^2.4.0:
38163734
version "2.4.1"
38173735
resolved "https://registry.yarnpkg.com/run-async/-/run-async-2.4.1.tgz#8440eccf99ea3e70bd409d49aab88e10c189a455"
@@ -4291,11 +4209,6 @@ typedarray-to-buffer@^3.1.5:
42914209
dependencies:
42924210
is-typedarray "^1.0.0"
42934211

4294-
typedarray@^0.0.6:
4295-
version "0.0.6"
4296-
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
4297-
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
4298-
42994212
typescript@3.9.3:
43004213
version "3.9.3"
43014214
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.3.tgz#d3ac8883a97c26139e42df5e93eeece33d610b8a"
@@ -4489,13 +4402,6 @@ ws@7.4.6, ws@^7.4.5:
44894402
resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.6.tgz#5654ca8ecdeee47c33a9a4bf6d28e2be2980377c"
44904403
integrity sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A==
44914404

4492-
ws@^6.1.0:
4493-
version "6.2.2"
4494-
resolved "https://registry.yarnpkg.com/ws/-/ws-6.2.2.tgz#dd5cdbd57a9979916097652d78f1cc5faea0c32e"
4495-
integrity sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw==
4496-
dependencies:
4497-
async-limiter "~1.0.0"
4498-
44994405
xml-name-validator@^3.0.0:
45004406
version "3.0.0"
45014407
resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-3.0.0.tgz#6ae73e06de4d8c6e47f9fb181f78d648ad457c6a"

0 commit comments

Comments
 (0)