Skip to content

Commit d08c642

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 0c967ea commit d08c642

2 files changed

Lines changed: 31 additions & 125 deletions

File tree

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.0.0",
1313
"csv-parse": "^4.16.0",
1414
"date-fns": "^2.22.1",
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
@@ -1228,11 +1228,6 @@
12281228
jest-diff "^26.0.0"
12291229
pretty-format "^26.0.0"
12301230

1231-
"@types/mime-types@^2.1.0":
1232-
version "2.1.0"
1233-
resolved "https://registry.yarnpkg.com/@types/mime-types/-/mime-types-2.1.0.tgz#9ca52cda363f699c69466c2a6ccdaad913ea7a73"
1234-
integrity sha1-nKUs2jY/aZxpRmwqbM2q2RPqenM=
1235-
12361231
"@types/node@*":
12371232
version "13.9.0"
12381233
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.9.0.tgz#5b6ee7a77faacddd7de719017d0bc12f52f81589"
@@ -1320,11 +1315,6 @@ acorn@^8.2.4:
13201315
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.2.4.tgz#caba24b08185c3b56e3168e97d15ed17f4d31fd0"
13211316
integrity sha512-Ibt84YwBDDA890eDiDCEqcbwvHlBvzzDkU2cGBBDDI1QWT12jTiXIOn2CIw5KK4i6N5Z2HUxwYjzriDyqaqqZg==
13221317

1323-
agent-base@5:
1324-
version "5.1.1"
1325-
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-5.1.1.tgz#e8fb3f242959db44d63be665db7a8e739537a32c"
1326-
integrity sha512-TMeqbNl2fMW0nMjTEPOwe3J/PRFP4vqeoNuQMG0HlMrtm5QxKqdvAkZ1pRBQ/ulIyDD5Yq0nJ7YbdD8ey0TO3g==
1327-
13281318
agent-base@6:
13291319
version "6.0.2"
13301320
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77"
@@ -1435,11 +1425,6 @@ async-csv@^2.1.3:
14351425
dependencies:
14361426
csv "^5.1.3"
14371427

1438-
async-limiter@~1.0.0:
1439-
version "1.0.1"
1440-
resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.1.tgz#dd379e94f0db8310b08291f9d64c3209766617fd"
1441-
integrity sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==
1442-
14431428
async-retry@^1.3.1:
14441429
version "1.3.1"
14451430
resolved "https://registry.yarnpkg.com/async-retry/-/async-retry-1.3.1.tgz#139f31f8ddce50c0870b0ba558a6079684aaed55"
@@ -1697,12 +1682,12 @@ chownr@^1.1.1:
16971682
resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.4.tgz#6fc9d7b42d32a583596337666e7d08084da2cc6b"
16981683
integrity sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==
16991684

1700-
chrome-aws-lambda@^2.1.1:
1701-
version "2.1.1"
1702-
resolved "https://registry.yarnpkg.com/chrome-aws-lambda/-/chrome-aws-lambda-2.1.1.tgz#2aeb0c97fb67e908d06dc8d92d92c7d4fb58467c"
1703-
integrity sha512-Wer2QuygxsCov5bM2+8CLa6qYpNsc5AxYTlgTne00aFoxFP491LGJRxOQtGnYtsJP6UG4pB0SfrwTyPnLys1Lw==
1685+
chrome-aws-lambda@^10.0.0:
1686+
version "10.0.0"
1687+
resolved "https://registry.yarnpkg.com/chrome-aws-lambda/-/chrome-aws-lambda-10.0.0.tgz#a1693d75c34b5d069765334f44cb331365501e6b"
1688+
integrity sha512-zer0p8IYw0PPTKzws638x3GvPzZXASMvwi6d7RYEiRfP98wmx0rPgON0czfFGPEwe3XmPC2Wn7F9vckhlb6ydA==
17041689
dependencies:
1705-
lambdafs "^1.3.0"
1690+
lambdafs "^2.0.3"
17061691

17071692
ci-info@^3.1.1:
17081693
version "3.1.1"
@@ -1816,16 +1801,6 @@ concat-map@0.0.1:
18161801
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
18171802
integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=
18181803

1819-
concat-stream@^1.6.2:
1820-
version "1.6.2"
1821-
resolved "https://registry.yarnpkg.com/concat-stream/-/concat-stream-1.6.2.tgz#904bdf194cd3122fc675c77fc4ac3d4ff0fd1a34"
1822-
integrity sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==
1823-
dependencies:
1824-
buffer-from "^1.0.0"
1825-
inherits "^2.0.3"
1826-
readable-stream "^2.2.2"
1827-
typedarray "^0.0.6"
1828-
18291804
console-control-strings@^1.0.0, console-control-strings@~1.1.0:
18301805
version "1.1.0"
18311806
resolved "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e"
@@ -1923,13 +1898,6 @@ debug@4, debug@4.3.1, debug@^4.1.0, debug@^4.1.1:
19231898
dependencies:
19241899
ms "2.1.2"
19251900

1926-
debug@^2.6.9:
1927-
version "2.6.9"
1928-
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
1929-
integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==
1930-
dependencies:
1931-
ms "2.0.0"
1932-
19331901
debug@^3.1.0:
19341902
version "3.2.6"
19351903
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b"
@@ -2161,16 +2129,6 @@ extract-zip@2.0.1:
21612129
optionalDependencies:
21622130
"@types/yauzl" "^2.9.1"
21632131

2164-
extract-zip@^1.6.6:
2165-
version "1.7.0"
2166-
resolved "https://registry.yarnpkg.com/extract-zip/-/extract-zip-1.7.0.tgz#556cc3ae9df7f452c493a0cfb51cc30277940927"
2167-
integrity sha512-xoh5G1W/PB0/27lXgMQyIhP5DSY/LhoCsOyZgb+6iMmRtCwVBo55uKaMoEYrDCKQhWvqEip5ZPKAc6eFNyf/MA==
2168-
dependencies:
2169-
concat-stream "^1.6.2"
2170-
debug "^2.6.9"
2171-
mkdirp "^0.5.4"
2172-
yauzl "^2.10.0"
2173-
21742132
fast-json-stable-stringify@^2.0.0:
21752133
version "2.1.0"
21762134
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -2379,14 +2337,6 @@ https-proxy-agent@5.0.0, https-proxy-agent@^5.0.0:
23792337
agent-base "6"
23802338
debug "4"
23812339

2382-
https-proxy-agent@^4.0.0:
2383-
version "4.0.0"
2384-
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-4.0.0.tgz#702b71fb5520a132a66de1f67541d9e62154d82b"
2385-
integrity sha512-zoDhWrkR3of1l9QAL8/scJZyLu8j/gBkcwcaQOZh7Gyh/+uJQzGVETdgT30akuwkpL8HTRfssqI3BZuV18teDg==
2386-
dependencies:
2387-
agent-base "5"
2388-
debug "4"
2389-
23902340
human-signals@^2.1.0:
23912341
version "2.1.0"
23922342
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0"
@@ -3093,12 +3043,12 @@ kleur@^3.0.3:
30933043
resolved "https://registry.yarnpkg.com/kleur/-/kleur-3.0.3.tgz#a79c9ecc86ee1ce3fa6206d1216c501f147fc07e"
30943044
integrity sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==
30953045

3096-
lambdafs@^1.3.0:
3097-
version "1.3.0"
3098-
resolved "https://registry.yarnpkg.com/lambdafs/-/lambdafs-1.3.0.tgz#7e369cedc9a09623bb365fa99a1113c2ab2fc7ae"
3099-
integrity sha512-HqRPmEgtkTW4sCYDUjTEuTGkjCHuLvtZU8iM8GkhD7SpjW4AJJbBk86YU4K43sWGuW5Vmzp1lVCx4ab/kJsuBw==
3046+
lambdafs@^2.0.3:
3047+
version "2.0.3"
3048+
resolved "https://registry.yarnpkg.com/lambdafs/-/lambdafs-2.0.3.tgz#f2acc53cf4862d29f1df654c327864b4faeb1d4a"
3049+
integrity sha512-5YWwZA/QKk09GdfcJ/ABVO+bpFoGlnTBa5jmyM8Kt9yIzl2lDDVBPLK+Aenq2UEcuDpqxXIYI5zLB7VZNepTrg==
31003050
dependencies:
3101-
tar-fs "^2.0.0"
3051+
tar-fs "^2.1.1"
31023052

31033053
leven@^3.1.0:
31043054
version "3.1.0"
@@ -3179,30 +3129,13 @@ mime-db@1.43.0:
31793129
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.43.0.tgz#0a12e0502650e473d735535050e7c8f4eb4fae58"
31803130
integrity sha512-+5dsGEEovYbT8UY9yD7eE4XTc4UwJ1jBYlgaQQF38ENsKR3wj/8q8RFZrF9WIZpB2V1ArTVFUva8sAul1NzRzQ==
31813131

3182-
mime-db@1.44.0:
3183-
version "1.44.0"
3184-
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.44.0.tgz#fa11c5eb0aca1334b4233cb4d52f10c5a6272f92"
3185-
integrity sha512-/NOTfLrsPBVeH7YtFPgsVWveuL+4SjjYxaQ1xtM1KMFj7HdxlBlxeyNLzhyJVx7r4rZGJAZ/6lkKCitSc/Nmpg==
3186-
31873132
mime-types@^2.1.12:
31883133
version "2.1.26"
31893134
resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.26.tgz#9c921fc09b7e149a65dfdc0da4d20997200b0a06"
31903135
integrity sha512-01paPWYgLrkqAyrlDorC1uDwl2p3qZT7yl806vW7DvDoxwXi46jsjFbg+WdwotBIk6/MbEhO/dh5aZ5sNj/dWQ==
31913136
dependencies:
31923137
mime-db "1.43.0"
31933138

3194-
mime-types@^2.1.25:
3195-
version "2.1.27"
3196-
resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.27.tgz#47949f98e279ea53119f5722e0f34e529bec009f"
3197-
integrity sha512-JIhqnCasI9yD+SsmkquHBxTSEuZdQX5BuQnS2Vc7puQQQ+8yiP5AY5uWhpdv4YL4VM5c6iliiYWPgJ/nJQLp7w==
3198-
dependencies:
3199-
mime-db "1.44.0"
3200-
3201-
mime@^2.0.3:
3202-
version "2.4.6"
3203-
resolved "https://registry.yarnpkg.com/mime/-/mime-2.4.6.tgz#e5b407c90db442f2beb5b162373d07b69affa4d1"
3204-
integrity sha512-RZKhC3EmpBchfTGBVb8fb+RL2cWyw/32lshnsETttkBAyAUXSGHxbEJWWRXc751DrIxG1q04b8QwMbAwkRPpUA==
3205-
32063139
mimic-fn@^2.1.0:
32073140
version "2.1.0"
32083141
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
@@ -3240,18 +3173,13 @@ mkdirp-classic@^0.5.2, mkdirp-classic@^0.5.3:
32403173
resolved "https://registry.yarnpkg.com/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz#fa10c9115cc6d8865be221ba47ee9bed78601113"
32413174
integrity sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==
32423175

3243-
mkdirp@^0.5.1, mkdirp@^0.5.4:
3176+
mkdirp@^0.5.1:
32443177
version "0.5.5"
32453178
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.5.tgz#d91cefd62d1436ca0f41620e251288d420099def"
32463179
integrity sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==
32473180
dependencies:
32483181
minimist "^1.2.5"
32493182

3250-
ms@2.0.0:
3251-
version "2.0.0"
3252-
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
3253-
integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=
3254-
32553183
ms@2.1.2, ms@^2.1.1:
32563184
version "2.1.2"
32573185
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
@@ -3568,11 +3496,6 @@ progress@2.0.1:
35683496
resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.1.tgz#c9242169342b1c29d275889c95734621b1952e31"
35693497
integrity sha512-OE+a6vzqazc+K6LxJrX5UPyKFvGnL5CYmq2jFGNIBWHpc4QyE49/YOumcrpQFJpfejmvRtbJzgO1zPmMCqlbBg==
35703498

3571-
progress@^2.0.1:
3572-
version "2.0.3"
3573-
resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8"
3574-
integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==
3575-
35763499
prompts@^2.0.1:
35773500
version "2.3.2"
35783501
resolved "https://registry.yarnpkg.com/prompts/-/prompts-2.3.2.tgz#480572d89ecf39566d2bd3fe2c9fccb7c4c0b068"
@@ -3586,7 +3509,7 @@ protocol-buffers-schema@^3.3.1:
35863509
resolved "https://registry.yarnpkg.com/protocol-buffers-schema/-/protocol-buffers-schema-3.4.0.tgz#2f0ea31ca96627d680bf2fefae7ebfa2b6453eae"
35873510
integrity sha512-G/2kcamPF2S49W5yaMGdIpkG6+5wZF0fzBteLKgEHjbNzqjZQ85aAs1iJGto31EJaSTkNvHs5IXuHSaTLWBAiA==
35883511

3589-
proxy-from-env@1.1.0, proxy-from-env@^1.0.0:
3512+
proxy-from-env@1.1.0:
35903513
version "1.1.0"
35913514
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
35923515
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
@@ -3609,21 +3532,23 @@ punycode@^2.1.1:
36093532
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
36103533
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
36113534

3612-
puppeteer-core@^2.1.1:
3613-
version "2.1.1"
3614-
resolved "https://registry.yarnpkg.com/puppeteer-core/-/puppeteer-core-2.1.1.tgz#e9b3fbc1237b4f66e25999832229e9db3e0b90ed"
3615-
integrity sha512-n13AWriBMPYxnpbb6bnaY5YoY6rGj8vPLrz6CZF3o0qJNEwlcfJVxBzYZ0NJsQ21UbdJoijPCDrM++SUVEz7+w==
3535+
puppeteer-core@^10.1.0:
3536+
version "10.1.0"
3537+
resolved "https://registry.yarnpkg.com/puppeteer-core/-/puppeteer-core-10.1.0.tgz#ffd9fd780ad237b9ac23cc95cbb919be5e4523a5"
3538+
integrity sha512-x2yDSJI/PRiWhDqAt1jd4rhTotxwjwKzHLIIqD2MlJ+TmzGJfBY9snAGIVXJwkWfKJg+Ef5xupdK0EbHDqBpFw==
36163539
dependencies:
3617-
"@types/mime-types" "^2.1.0"
3618-
debug "^4.1.0"
3619-
extract-zip "^1.6.6"
3620-
https-proxy-agent "^4.0.0"
3621-
mime "^2.0.3"
3622-
mime-types "^2.1.25"
3623-
progress "^2.0.1"
3624-
proxy-from-env "^1.0.0"
3625-
rimraf "^2.6.1"
3626-
ws "^6.1.0"
3540+
debug "4.3.1"
3541+
devtools-protocol "0.0.883894"
3542+
extract-zip "2.0.1"
3543+
https-proxy-agent "5.0.0"
3544+
node-fetch "2.6.1"
3545+
pkg-dir "4.2.0"
3546+
progress "2.0.1"
3547+
proxy-from-env "1.1.0"
3548+
rimraf "3.0.2"
3549+
tar-fs "2.0.0"
3550+
unbzip2-stream "1.3.3"
3551+
ws "7.4.6"
36273552

36283553
puppeteer@^10.1.0:
36293554
version "10.1.0"
@@ -3665,7 +3590,7 @@ react-is@^17.0.1:
36653590
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.1.tgz#5b3531bd76a645a4c9fb6e693ed36419e3301339"
36663591
integrity sha512-NAnt2iGDXohE5LI7uBnLnqvLQMtzhkiAOLXTmv+qnF9Ky7xAPcX8Up/xWIhxvLVGJvuLiNc4xQLtuqDRzb4fSA==
36673592

3668-
readable-stream@^2.0.6, readable-stream@^2.2.2:
3593+
readable-stream@^2.0.6:
36693594
version "2.3.7"
36703595
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.7.tgz#1eca1cf711aef814c04f62252a36a62f6cb23b57"
36713596
integrity sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==
@@ -3793,13 +3718,6 @@ rimraf@3.0.2, rimraf@^3.0.0:
37933718
dependencies:
37943719
glob "^7.1.3"
37953720

3796-
rimraf@^2.6.1:
3797-
version "2.7.1"
3798-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.7.1.tgz#35797f13a7fdadc566142c29d4f07ccad483e3ec"
3799-
integrity sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==
3800-
dependencies:
3801-
glob "^7.1.3"
3802-
38033721
run-async@^2.4.0:
38043722
version "2.4.1"
38053723
resolved "https://registry.yarnpkg.com/run-async/-/run-async-2.4.1.tgz#8440eccf99ea3e70bd409d49aab88e10c189a455"
@@ -4279,11 +4197,6 @@ typedarray-to-buffer@^3.1.5:
42794197
dependencies:
42804198
is-typedarray "^1.0.0"
42814199

4282-
typedarray@^0.0.6:
4283-
version "0.0.6"
4284-
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
4285-
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
4286-
42874200
typescript@3.9.3:
42884201
version "3.9.3"
42894202
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.3.tgz#d3ac8883a97c26139e42df5e93eeece33d610b8a"
@@ -4477,13 +4390,6 @@ ws@7.4.6, ws@^7.4.5:
44774390
resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.6.tgz#5654ca8ecdeee47c33a9a4bf6d28e2be2980377c"
44784391
integrity sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A==
44794392

4480-
ws@^6.1.0:
4481-
version "6.2.2"
4482-
resolved "https://registry.yarnpkg.com/ws/-/ws-6.2.2.tgz#dd5cdbd57a9979916097652d78f1cc5faea0c32e"
4483-
integrity sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw==
4484-
dependencies:
4485-
async-limiter "~1.0.0"
4486-
44874393
xml-name-validator@^3.0.0:
44884394
version "3.0.0"
44894395
resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-3.0.0.tgz#6ae73e06de4d8c6e47f9fb181f78d648ad457c6a"

0 commit comments

Comments
 (0)