@@ -1871,7 +1871,7 @@ acorn@^7.1.1, acorn@^7.4.0:
1871
1871
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa"
1872
1872
integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==
1873
1873
1874
- acorn@^8.5.0 :
1874
+ acorn@^8.5.0, acorn@^8.7.1 :
1875
1875
version "8.7.1"
1876
1876
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.1.tgz#0197122c843d1bf6d0a5e83220a788f278f63c30"
1877
1877
integrity sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A==
@@ -2701,7 +2701,7 @@ dashdash@^1.12.0:
2701
2701
dependencies :
2702
2702
assert-plus "^1.0.0"
2703
2703
2704
- data-urls@^3.0.1 :
2704
+ data-urls@^3.0.1, data-urls@^3.0.2 :
2705
2705
version "3.0.2"
2706
2706
resolved "https://registry.yarnpkg.com/data-urls/-/data-urls-3.0.2.tgz#9cf24a477ae22bcef5cd5f6f0bfbc1d2d3be9143"
2707
2707
integrity sha512-Jy/tj3ldjZJo63sVAvg6LHt2mHvl4V6AgRAmNDtLdm7faqtsx+aJG42rsyCo9JCoRVKwPFzKlIPx3DIibwSIaQ==
@@ -2902,6 +2902,11 @@ enquirer@^2.3.0, enquirer@^2.3.5, enquirer@^2.3.6:
2902
2902
dependencies :
2903
2903
ansi-colors "^4.1.1"
2904
2904
2905
+ entities@^4.3.0 :
2906
+ version "4.3.0"
2907
+ resolved "https://registry.yarnpkg.com/entities/-/entities-4.3.0.tgz#62915f08d67353bb4eb67e3d62641a4059aec656"
2908
+ integrity sha512-/iP1rZrSEJ0DTlPiX+jbzlA3eVkY/e8L8SozroF395fIqE3TYF/Nz7YOMAawta+vLmyJ/hkGNNPcSbMADCCXbg==
2909
+
2905
2910
error-ex@^1.3.1 :
2906
2911
version "1.3.2"
2907
2912
resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf"
@@ -3586,7 +3591,7 @@ http-signature@~1.3.6:
3586
3591
jsprim "^2.0.2"
3587
3592
sshpk "^1.14.1"
3588
3593
3589
- https-proxy-agent@^5.0.0 :
3594
+ https-proxy-agent@^5.0.0, https-proxy-agent@^5.0.1 :
3590
3595
version "5.0.1"
3591
3596
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz#c59ef224a04fe8b754f3db0063a25ea30d0005d6"
3592
3597
integrity sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==
@@ -4328,6 +4333,39 @@ jsdom@^19.0.0:
4328
4333
ws "^8.2.3"
4329
4334
xml-name-validator "^4.0.0"
4330
4335
4336
+ jsdom@^20.0.0 :
4337
+ version "20.0.0"
4338
+ resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-20.0.0.tgz#882825ac9cc5e5bbee704ba16143e1fa78361ebf"
4339
+ integrity sha512-x4a6CKCgx00uCmP+QakBDFXwjAJ69IkkIWHmtmjd3wvXPcdOS44hfX2vqkOQrVrq8l9DhNNADZRXaCEWvgXtVA==
4340
+ dependencies :
4341
+ abab "^2.0.6"
4342
+ acorn "^8.7.1"
4343
+ acorn-globals "^6.0.0"
4344
+ cssom "^0.5.0"
4345
+ cssstyle "^2.3.0"
4346
+ data-urls "^3.0.2"
4347
+ decimal.js "^10.3.1"
4348
+ domexception "^4.0.0"
4349
+ escodegen "^2.0.0"
4350
+ form-data "^4.0.0"
4351
+ html-encoding-sniffer "^3.0.0"
4352
+ http-proxy-agent "^5.0.0"
4353
+ https-proxy-agent "^5.0.1"
4354
+ is-potential-custom-element-name "^1.0.1"
4355
+ nwsapi "^2.2.0"
4356
+ parse5 "^7.0.0"
4357
+ saxes "^6.0.0"
4358
+ symbol-tree "^3.2.4"
4359
+ tough-cookie "^4.0.0"
4360
+ w3c-hr-time "^1.0.2"
4361
+ w3c-xmlserializer "^3.0.0"
4362
+ webidl-conversions "^7.0.0"
4363
+ whatwg-encoding "^2.0.0"
4364
+ whatwg-mimetype "^3.0.0"
4365
+ whatwg-url "^11.0.0"
4366
+ ws "^8.8.0"
4367
+ xml-name-validator "^4.0.0"
4368
+
4331
4369
jsesc@^2.5.1 :
4332
4370
version "2.5.2"
4333
4371
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4"
@@ -4657,7 +4695,7 @@ min-indent@^1.0.0:
4657
4695
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
4658
4696
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
4659
4697
4660
-
4698
+ [email protected] , minimatch@^3.0.4 :
4661
4699
version "3.0.4"
4662
4700
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
4663
4701
integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
4671
4709
dependencies :
4672
4710
brace-expansion "^2.0.1"
4673
4711
4674
- minimatch@^3.0.4 :
4675
- version "3.1.2"
4676
- resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
4677
- integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
4678
- dependencies :
4679
- brace-expansion "^1.1.7"
4680
-
4681
4712
minimist-options@^4.0.2 :
4682
4713
version "4.1.0"
4683
4714
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
4980
5011
resolved "https://registry.yarnpkg.com/parse5/-/parse5-6.0.1.tgz#e1a1c085c569b3dc08321184f19a39cc27f7c30b"
4981
5012
integrity sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==
4982
5013
5014
+ parse5@^7.0.0 :
5015
+ version "7.0.0"
5016
+ resolved "https://registry.yarnpkg.com/parse5/-/parse5-7.0.0.tgz#51f74a5257f5fcc536389e8c2d0b3802e1bfa91a"
5017
+ integrity sha512-y/t8IXSPWTuRZqXc0ajH/UwDj4mnqLEbSttNbThcFhGrZuOyoyvNBO85PBp2jQa55wY9d07PBNjsK8ZP3K5U6g==
5018
+ dependencies :
5019
+ entities "^4.3.0"
5020
+
4983
5021
path-exists@^4.0.0 :
4984
5022
version "4.0.0"
4985
5023
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
@@ -5484,6 +5522,13 @@ saxes@^5.0.1:
5484
5522
dependencies :
5485
5523
xmlchars "^2.2.0"
5486
5524
5525
+ saxes@^6.0.0 :
5526
+ version "6.0.0"
5527
+ resolved "https://registry.yarnpkg.com/saxes/-/saxes-6.0.0.tgz#fe5b4a4768df4f14a201b1ba6a65c1f3d9988cc5"
5528
+ integrity sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==
5529
+ dependencies :
5530
+ xmlchars "^2.2.0"
5531
+
5487
5532
" semver@2 || 3 || 4 || 5" , semver@^5.4.1, semver@^5.5.0, semver@^5.6.0:
5488
5533
version "5.7.1"
5489
5534
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
@@ -6272,10 +6317,10 @@ write-file-atomic@^4.0.1:
6272
6317
imurmurhash "^0.1.4"
6273
6318
signal-exit "^3.0.7"
6274
6319
6275
- ws@^8.2.3 :
6276
- version "8.5 .0"
6277
- resolved "https://registry.yarnpkg.com/ws/-/ws-8.5 .0.tgz#bfb4be96600757fe5382de12c670dab984a1ed4f "
6278
- integrity sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg ==
6320
+ ws@^8.2.3, ws@^8.8.0 :
6321
+ version "8.8 .0"
6322
+ resolved "https://registry.yarnpkg.com/ws/-/ws-8.8 .0.tgz#8e71c75e2f6348dbf8d78005107297056cb77769 "
6323
+ integrity sha512-JDAgSYQ1ksuwqfChJusw1LSJ8BizJ2e/vVu5Lxjq3YvNJNlROv1ui4i+c/kUUrPheBvQl4c5UbERhTwKa6QBJQ ==
6279
6324
6280
6325
xml-name-validator@^4.0.0 :
6281
6326
version "4.0.0"
0 commit comments