html-snapshots 1.0.1 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/workflows/verify.yml +1 -1
- package/HISTORY.md +10 -8
- package/examples/debug-phantomjs/package-lock.json +160 -99
- package/examples/debug-phantomjs/package.json +1 -1
- package/examples/html5rocks/package-lock.json +92 -67
- package/examples/html5rocks/package.json +1 -1
- package/examples/process-limit/package-lock.json +98 -73
- package/examples/process-limit/package.json +1 -1
- package/examples/simple-promise/package-lock.json +32 -32
- package/examples/simple-promise/package.json +1 -1
- package/examples/sitemap-index/package-lock.json +92 -67
- package/examples/sitemap-index/package.json +1 -1
- package/examples/verbose/package-lock.json +32 -32
- package/examples/verbose/package.json +1 -1
- package/package.json +5 -5
package/HISTORY.md
CHANGED
|
@@ -32,11 +32,13 @@ jQuery selectors are no longer supported by default. To restore the previous beh
|
|
|
32
32
|
The upside is jQuery is no longer required to be loaded by the page being snapshotted. However, if you use jQuery selectors, or selectors not supported by [querySelector](https://developer.mozilla.org/en-US/docs/Web/API/document.querySelector), the page being snapshotted must load jQuery.
|
|
33
33
|
|
|
34
34
|
## Node Support Tags
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
35
|
+
| Tag | Supported Node Version |
|
|
36
|
+
| --- | --- |
|
|
37
|
+
| `v0.13.2 ` | Node 0.12 (or less) |
|
|
38
|
+
| `v0.14.16` | Node 4+ |
|
|
39
|
+
| `v0.15.x ` | Node 6+ |
|
|
40
|
+
| `v0.16.x ` | Node 8+ |
|
|
41
|
+
| `v0.17.x ` | Node 10+ |
|
|
42
|
+
| `v0.18.x ` | Node 14+ |
|
|
43
|
+
| `v0.19.x ` | Node 14+ |
|
|
44
|
+
| `v1.0.x ` | Node 14+ |
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"name": "html-snapshots-example",
|
|
9
9
|
"version": "0.1.0",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"html-snapshots": "^1.
|
|
11
|
+
"html-snapshots": "^1.1.0"
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"node_modules/@sindresorhus/is": {
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
"integrity": "sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ=="
|
|
40
40
|
},
|
|
41
41
|
"node_modules/@types/node": {
|
|
42
|
-
"version": "18.
|
|
43
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.
|
|
44
|
-
"integrity": "sha512-
|
|
42
|
+
"version": "18.8.4",
|
|
43
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.8.4.tgz",
|
|
44
|
+
"integrity": "sha512-WdlVphvfR/GJCLEMbNA8lJ0lhFNBj4SW3O+O5/cEGw9oYrv0al9zTwuQsq+myDUXgNx2jgBynoVgZ2MMJ6pbow==",
|
|
45
45
|
"optional": true
|
|
46
46
|
},
|
|
47
47
|
"node_modules/@types/yauzl": {
|
|
@@ -139,8 +139,9 @@
|
|
|
139
139
|
"license": "MIT"
|
|
140
140
|
},
|
|
141
141
|
"node_modules/balanced-match": {
|
|
142
|
-
"version": "1.0.
|
|
143
|
-
"
|
|
142
|
+
"version": "1.0.2",
|
|
143
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
144
|
+
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
|
|
144
145
|
},
|
|
145
146
|
"node_modules/base64-js": {
|
|
146
147
|
"version": "1.5.1",
|
|
@@ -193,7 +194,8 @@
|
|
|
193
194
|
},
|
|
194
195
|
"node_modules/brace-expansion": {
|
|
195
196
|
"version": "1.1.11",
|
|
196
|
-
"
|
|
197
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
198
|
+
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
197
199
|
"dependencies": {
|
|
198
200
|
"balanced-match": "^1.0.0",
|
|
199
201
|
"concat-map": "0.0.1"
|
|
@@ -234,11 +236,11 @@
|
|
|
234
236
|
"license": "MIT"
|
|
235
237
|
},
|
|
236
238
|
"node_modules/cacheable-lookup": {
|
|
237
|
-
"version": "
|
|
238
|
-
"resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-
|
|
239
|
-
"integrity": "sha512
|
|
239
|
+
"version": "7.0.0",
|
|
240
|
+
"resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-7.0.0.tgz",
|
|
241
|
+
"integrity": "sha512-+qJyx4xiKra8mZrcwhjMRMUhD5NR1R8esPkzIYxX96JiecFoxAXFuz/GpR3+ev4PE1WamHip78wV0vcmPQtp8w==",
|
|
240
242
|
"engines": {
|
|
241
|
-
"node": ">=
|
|
243
|
+
"node": ">=14.16"
|
|
242
244
|
}
|
|
243
245
|
},
|
|
244
246
|
"node_modules/cacheable-request": {
|
|
@@ -286,7 +288,8 @@
|
|
|
286
288
|
},
|
|
287
289
|
"node_modules/concat-map": {
|
|
288
290
|
"version": "0.0.1",
|
|
289
|
-
"
|
|
291
|
+
"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
|
|
292
|
+
"integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg=="
|
|
290
293
|
},
|
|
291
294
|
"node_modules/concat-stream": {
|
|
292
295
|
"version": "1.6.2",
|
|
@@ -375,9 +378,9 @@
|
|
|
375
378
|
}
|
|
376
379
|
},
|
|
377
380
|
"node_modules/devtools-protocol": {
|
|
378
|
-
"version": "0.0.
|
|
379
|
-
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.
|
|
380
|
-
"integrity": "sha512-
|
|
381
|
+
"version": "0.0.1045489",
|
|
382
|
+
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1045489.tgz",
|
|
383
|
+
"integrity": "sha512-D+PTmWulkuQW4D1NTiCRCFxF7pQPn0hgp4YyX4wAQ6xYXKOadSWPR3ENGDQ47MW/Ewc9v2rpC/UEEGahgBYpSQ=="
|
|
381
384
|
},
|
|
382
385
|
"node_modules/ecc-jsbn": {
|
|
383
386
|
"version": "0.1.2",
|
|
@@ -468,9 +471,9 @@
|
|
|
468
471
|
}
|
|
469
472
|
},
|
|
470
473
|
"node_modules/form-data-encoder": {
|
|
471
|
-
"version": "2.1.
|
|
472
|
-
"resolved": "https://registry.npmjs.org/form-data-encoder/-/form-data-encoder-2.1.
|
|
473
|
-
"integrity": "sha512-
|
|
474
|
+
"version": "2.1.3",
|
|
475
|
+
"resolved": "https://registry.npmjs.org/form-data-encoder/-/form-data-encoder-2.1.3.tgz",
|
|
476
|
+
"integrity": "sha512-KqU0nnPMgIJcCOFTNJFEA8epcseEaoox4XZffTgy8jlI6pL/5EFyR54NRG7CnCJN0biY7q52DO3MH6/sJ/TKlQ==",
|
|
474
477
|
"engines": {
|
|
475
478
|
"node": ">= 14.17"
|
|
476
479
|
}
|
|
@@ -491,7 +494,8 @@
|
|
|
491
494
|
},
|
|
492
495
|
"node_modules/fs.realpath": {
|
|
493
496
|
"version": "1.0.0",
|
|
494
|
-
"
|
|
497
|
+
"resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
|
|
498
|
+
"integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw=="
|
|
495
499
|
},
|
|
496
500
|
"node_modules/get-stream": {
|
|
497
501
|
"version": "6.0.1",
|
|
@@ -512,13 +516,14 @@
|
|
|
512
516
|
}
|
|
513
517
|
},
|
|
514
518
|
"node_modules/glob": {
|
|
515
|
-
"version": "7.
|
|
516
|
-
"
|
|
519
|
+
"version": "7.2.3",
|
|
520
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
|
|
521
|
+
"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
|
|
517
522
|
"dependencies": {
|
|
518
523
|
"fs.realpath": "^1.0.0",
|
|
519
524
|
"inflight": "^1.0.4",
|
|
520
525
|
"inherits": "2",
|
|
521
|
-
"minimatch": "^3.
|
|
526
|
+
"minimatch": "^3.1.1",
|
|
522
527
|
"once": "^1.3.0",
|
|
523
528
|
"path-is-absolute": "^1.0.0"
|
|
524
529
|
},
|
|
@@ -530,14 +535,14 @@
|
|
|
530
535
|
}
|
|
531
536
|
},
|
|
532
537
|
"node_modules/got": {
|
|
533
|
-
"version": "12.5.
|
|
534
|
-
"resolved": "https://registry.npmjs.org/got/-/got-12.5.
|
|
535
|
-
"integrity": "sha512
|
|
538
|
+
"version": "12.5.1",
|
|
539
|
+
"resolved": "https://registry.npmjs.org/got/-/got-12.5.1.tgz",
|
|
540
|
+
"integrity": "sha512-sD16AK8cCyUoPtKr/NMvLTFFa+T3i3S+zoiuvhq0HP2YiqBZA9AtlBjAdsQBsLBK7slPuvmfE0OxhGi7N5dD4w==",
|
|
536
541
|
"dependencies": {
|
|
537
542
|
"@sindresorhus/is": "^5.2.0",
|
|
538
543
|
"@szmarczak/http-timer": "^5.0.1",
|
|
539
|
-
"cacheable-lookup": "^
|
|
540
|
-
"cacheable-request": "^10.1
|
|
544
|
+
"cacheable-lookup": "^7.0.0",
|
|
545
|
+
"cacheable-request": "^10.2.1",
|
|
541
546
|
"decompress-response": "^6.0.0",
|
|
542
547
|
"form-data-encoder": "^2.1.2",
|
|
543
548
|
"get-stream": "^6.0.1",
|
|
@@ -588,18 +593,18 @@
|
|
|
588
593
|
}
|
|
589
594
|
},
|
|
590
595
|
"node_modules/html-snapshots": {
|
|
591
|
-
"version": "1.
|
|
592
|
-
"resolved": "https://registry.npmjs.org/html-snapshots/-/html-snapshots-1.
|
|
593
|
-
"integrity": "sha512-
|
|
596
|
+
"version": "1.1.0",
|
|
597
|
+
"resolved": "https://registry.npmjs.org/html-snapshots/-/html-snapshots-1.1.0.tgz",
|
|
598
|
+
"integrity": "sha512-J0Bg/hLBbSWP4579qVYDjdTJbsDqrUkhtMntS118Dqk7O7lzS0X1FF7lZKGMOtlCXC6CDpnEtKIYNE4bReBgsA==",
|
|
594
599
|
"dependencies": {
|
|
595
600
|
"async": "3.2.4",
|
|
596
601
|
"async-lock": "1.3.2",
|
|
597
602
|
"combine-errors": "3.0.3",
|
|
598
|
-
"got": "12.5.
|
|
603
|
+
"got": "12.5.1",
|
|
599
604
|
"lodash": "4.17.21",
|
|
600
605
|
"mkdirp": "1.0.4",
|
|
601
606
|
"phantomjs-prebuilt": "2.1.16",
|
|
602
|
-
"puppeteer": "^18.
|
|
607
|
+
"puppeteer": "^18.2.1",
|
|
603
608
|
"rimraf": "3.0.2",
|
|
604
609
|
"xml2js": "0.4.23"
|
|
605
610
|
},
|
|
@@ -691,7 +696,8 @@
|
|
|
691
696
|
},
|
|
692
697
|
"node_modules/inflight": {
|
|
693
698
|
"version": "1.0.6",
|
|
694
|
-
"
|
|
699
|
+
"resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
|
|
700
|
+
"integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
|
|
695
701
|
"dependencies": {
|
|
696
702
|
"once": "^1.3.0",
|
|
697
703
|
"wrappy": "1"
|
|
@@ -870,8 +876,9 @@
|
|
|
870
876
|
}
|
|
871
877
|
},
|
|
872
878
|
"node_modules/minimatch": {
|
|
873
|
-
"version": "3.
|
|
874
|
-
"
|
|
879
|
+
"version": "3.1.2",
|
|
880
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
881
|
+
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
875
882
|
"dependencies": {
|
|
876
883
|
"brace-expansion": "^1.1.7"
|
|
877
884
|
},
|
|
@@ -880,8 +887,9 @@
|
|
|
880
887
|
}
|
|
881
888
|
},
|
|
882
889
|
"node_modules/minimist": {
|
|
883
|
-
"version": "1.2.
|
|
884
|
-
"
|
|
890
|
+
"version": "1.2.6",
|
|
891
|
+
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz",
|
|
892
|
+
"integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q=="
|
|
885
893
|
},
|
|
886
894
|
"node_modules/mkdirp": {
|
|
887
895
|
"version": "1.0.4",
|
|
@@ -941,7 +949,8 @@
|
|
|
941
949
|
},
|
|
942
950
|
"node_modules/once": {
|
|
943
951
|
"version": "1.4.0",
|
|
944
|
-
"
|
|
952
|
+
"resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
|
|
953
|
+
"integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
|
|
945
954
|
"dependencies": {
|
|
946
955
|
"wrappy": "1"
|
|
947
956
|
}
|
|
@@ -956,7 +965,8 @@
|
|
|
956
965
|
},
|
|
957
966
|
"node_modules/path-is-absolute": {
|
|
958
967
|
"version": "1.0.1",
|
|
959
|
-
"
|
|
968
|
+
"resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
|
|
969
|
+
"integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
|
|
960
970
|
"engines": {
|
|
961
971
|
"node": ">=0.10.0"
|
|
962
972
|
}
|
|
@@ -1041,28 +1051,41 @@
|
|
|
1041
1051
|
}
|
|
1042
1052
|
},
|
|
1043
1053
|
"node_modules/puppeteer": {
|
|
1044
|
-
"version": "18.
|
|
1045
|
-
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-18.
|
|
1046
|
-
"integrity": "sha512-
|
|
1054
|
+
"version": "18.2.1",
|
|
1055
|
+
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-18.2.1.tgz",
|
|
1056
|
+
"integrity": "sha512-7+UhmYa7wxPh2oMRwA++k8UGVDxh3YdWFB52r9C3tM81T6BU7cuusUSxImz0GEYSOYUKk/YzIhkQ6+vc0gHbxQ==",
|
|
1047
1057
|
"hasInstallScript": true,
|
|
1058
|
+
"dependencies": {
|
|
1059
|
+
"https-proxy-agent": "5.0.1",
|
|
1060
|
+
"progress": "2.0.3",
|
|
1061
|
+
"proxy-from-env": "1.1.0",
|
|
1062
|
+
"puppeteer-core": "18.2.1"
|
|
1063
|
+
},
|
|
1064
|
+
"engines": {
|
|
1065
|
+
"node": ">=14.1.0"
|
|
1066
|
+
}
|
|
1067
|
+
},
|
|
1068
|
+
"node_modules/puppeteer-core": {
|
|
1069
|
+
"version": "18.2.1",
|
|
1070
|
+
"resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-18.2.1.tgz",
|
|
1071
|
+
"integrity": "sha512-MRtTAZfQTluz3U2oU/X2VqVWPcR1+94nbA2V6ZrSZRVEwLqZ8eclZ551qGFQD/vD2PYqHJwWOW/fpC721uznVw==",
|
|
1048
1072
|
"dependencies": {
|
|
1049
1073
|
"cross-fetch": "3.1.5",
|
|
1050
1074
|
"debug": "4.3.4",
|
|
1051
|
-
"devtools-protocol": "0.0.
|
|
1075
|
+
"devtools-protocol": "0.0.1045489",
|
|
1052
1076
|
"extract-zip": "2.0.1",
|
|
1053
1077
|
"https-proxy-agent": "5.0.1",
|
|
1054
|
-
"progress": "2.0.3",
|
|
1055
1078
|
"proxy-from-env": "1.1.0",
|
|
1056
1079
|
"rimraf": "3.0.2",
|
|
1057
1080
|
"tar-fs": "2.1.1",
|
|
1058
1081
|
"unbzip2-stream": "1.4.3",
|
|
1059
|
-
"ws": "8.
|
|
1082
|
+
"ws": "8.9.0"
|
|
1060
1083
|
},
|
|
1061
1084
|
"engines": {
|
|
1062
1085
|
"node": ">=14.1.0"
|
|
1063
1086
|
}
|
|
1064
1087
|
},
|
|
1065
|
-
"node_modules/puppeteer/node_modules/debug": {
|
|
1088
|
+
"node_modules/puppeteer-core/node_modules/debug": {
|
|
1066
1089
|
"version": "4.3.4",
|
|
1067
1090
|
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
|
|
1068
1091
|
"integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
|
|
@@ -1078,7 +1101,7 @@
|
|
|
1078
1101
|
}
|
|
1079
1102
|
}
|
|
1080
1103
|
},
|
|
1081
|
-
"node_modules/puppeteer/node_modules/extract-zip": {
|
|
1104
|
+
"node_modules/puppeteer-core/node_modules/extract-zip": {
|
|
1082
1105
|
"version": "2.0.1",
|
|
1083
1106
|
"resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-2.0.1.tgz",
|
|
1084
1107
|
"integrity": "sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==",
|
|
@@ -1097,7 +1120,7 @@
|
|
|
1097
1120
|
"@types/yauzl": "^2.9.1"
|
|
1098
1121
|
}
|
|
1099
1122
|
},
|
|
1100
|
-
"node_modules/puppeteer/node_modules/get-stream": {
|
|
1123
|
+
"node_modules/puppeteer-core/node_modules/get-stream": {
|
|
1101
1124
|
"version": "5.2.0",
|
|
1102
1125
|
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz",
|
|
1103
1126
|
"integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==",
|
|
@@ -1111,7 +1134,7 @@
|
|
|
1111
1134
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
1112
1135
|
}
|
|
1113
1136
|
},
|
|
1114
|
-
"node_modules/puppeteer/node_modules/ms": {
|
|
1137
|
+
"node_modules/puppeteer-core/node_modules/ms": {
|
|
1115
1138
|
"version": "2.1.2",
|
|
1116
1139
|
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
|
|
1117
1140
|
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
|
|
@@ -1213,7 +1236,8 @@
|
|
|
1213
1236
|
},
|
|
1214
1237
|
"node_modules/rimraf": {
|
|
1215
1238
|
"version": "3.0.2",
|
|
1216
|
-
"
|
|
1239
|
+
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
|
|
1240
|
+
"integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
|
|
1217
1241
|
"dependencies": {
|
|
1218
1242
|
"glob": "^7.1.3"
|
|
1219
1243
|
},
|
|
@@ -1413,12 +1437,13 @@
|
|
|
1413
1437
|
},
|
|
1414
1438
|
"node_modules/wrappy": {
|
|
1415
1439
|
"version": "1.0.2",
|
|
1416
|
-
"
|
|
1440
|
+
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
|
|
1441
|
+
"integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="
|
|
1417
1442
|
},
|
|
1418
1443
|
"node_modules/ws": {
|
|
1419
|
-
"version": "8.
|
|
1420
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-8.
|
|
1421
|
-
"integrity": "sha512-
|
|
1444
|
+
"version": "8.9.0",
|
|
1445
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-8.9.0.tgz",
|
|
1446
|
+
"integrity": "sha512-Ja7nszREasGaYUYCI2k4lCKIRTt+y7XuqVoHR44YpI49TtryyqbqvDMn5eqfW7e6HzTukDRIsXqzVHScqRcafg==",
|
|
1422
1447
|
"engines": {
|
|
1423
1448
|
"node": ">=10.0.0"
|
|
1424
1449
|
},
|
|
@@ -1482,9 +1507,9 @@
|
|
|
1482
1507
|
"integrity": "sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ=="
|
|
1483
1508
|
},
|
|
1484
1509
|
"@types/node": {
|
|
1485
|
-
"version": "18.
|
|
1486
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.
|
|
1487
|
-
"integrity": "sha512-
|
|
1510
|
+
"version": "18.8.4",
|
|
1511
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.8.4.tgz",
|
|
1512
|
+
"integrity": "sha512-WdlVphvfR/GJCLEMbNA8lJ0lhFNBj4SW3O+O5/cEGw9oYrv0al9zTwuQsq+myDUXgNx2jgBynoVgZ2MMJ6pbow==",
|
|
1488
1513
|
"optional": true
|
|
1489
1514
|
},
|
|
1490
1515
|
"@types/yauzl": {
|
|
@@ -1557,7 +1582,9 @@
|
|
|
1557
1582
|
"version": "1.11.0"
|
|
1558
1583
|
},
|
|
1559
1584
|
"balanced-match": {
|
|
1560
|
-
"version": "1.0.
|
|
1585
|
+
"version": "1.0.2",
|
|
1586
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
1587
|
+
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
|
|
1561
1588
|
},
|
|
1562
1589
|
"base64-js": {
|
|
1563
1590
|
"version": "1.5.1",
|
|
@@ -1594,6 +1621,8 @@
|
|
|
1594
1621
|
},
|
|
1595
1622
|
"brace-expansion": {
|
|
1596
1623
|
"version": "1.1.11",
|
|
1624
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
1625
|
+
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
1597
1626
|
"requires": {
|
|
1598
1627
|
"balanced-match": "^1.0.0",
|
|
1599
1628
|
"concat-map": "0.0.1"
|
|
@@ -1615,9 +1644,9 @@
|
|
|
1615
1644
|
"version": "1.1.1"
|
|
1616
1645
|
},
|
|
1617
1646
|
"cacheable-lookup": {
|
|
1618
|
-
"version": "
|
|
1619
|
-
"resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-
|
|
1620
|
-
"integrity": "sha512
|
|
1647
|
+
"version": "7.0.0",
|
|
1648
|
+
"resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-7.0.0.tgz",
|
|
1649
|
+
"integrity": "sha512-+qJyx4xiKra8mZrcwhjMRMUhD5NR1R8esPkzIYxX96JiecFoxAXFuz/GpR3+ev4PE1WamHip78wV0vcmPQtp8w=="
|
|
1621
1650
|
},
|
|
1622
1651
|
"cacheable-request": {
|
|
1623
1652
|
"version": "10.2.1",
|
|
@@ -1655,7 +1684,9 @@
|
|
|
1655
1684
|
}
|
|
1656
1685
|
},
|
|
1657
1686
|
"concat-map": {
|
|
1658
|
-
"version": "0.0.1"
|
|
1687
|
+
"version": "0.0.1",
|
|
1688
|
+
"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
|
|
1689
|
+
"integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg=="
|
|
1659
1690
|
},
|
|
1660
1691
|
"concat-stream": {
|
|
1661
1692
|
"version": "1.6.2",
|
|
@@ -1716,9 +1747,9 @@
|
|
|
1716
1747
|
"version": "1.0.0"
|
|
1717
1748
|
},
|
|
1718
1749
|
"devtools-protocol": {
|
|
1719
|
-
"version": "0.0.
|
|
1720
|
-
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.
|
|
1721
|
-
"integrity": "sha512-
|
|
1750
|
+
"version": "0.0.1045489",
|
|
1751
|
+
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1045489.tgz",
|
|
1752
|
+
"integrity": "sha512-D+PTmWulkuQW4D1NTiCRCFxF7pQPn0hgp4YyX4wAQ6xYXKOadSWPR3ENGDQ47MW/Ewc9v2rpC/UEEGahgBYpSQ=="
|
|
1722
1753
|
},
|
|
1723
1754
|
"ecc-jsbn": {
|
|
1724
1755
|
"version": "0.1.2",
|
|
@@ -1785,9 +1816,9 @@
|
|
|
1785
1816
|
}
|
|
1786
1817
|
},
|
|
1787
1818
|
"form-data-encoder": {
|
|
1788
|
-
"version": "2.1.
|
|
1789
|
-
"resolved": "https://registry.npmjs.org/form-data-encoder/-/form-data-encoder-2.1.
|
|
1790
|
-
"integrity": "sha512-
|
|
1819
|
+
"version": "2.1.3",
|
|
1820
|
+
"resolved": "https://registry.npmjs.org/form-data-encoder/-/form-data-encoder-2.1.3.tgz",
|
|
1821
|
+
"integrity": "sha512-KqU0nnPMgIJcCOFTNJFEA8epcseEaoox4XZffTgy8jlI6pL/5EFyR54NRG7CnCJN0biY7q52DO3MH6/sJ/TKlQ=="
|
|
1791
1822
|
},
|
|
1792
1823
|
"fs-constants": {
|
|
1793
1824
|
"version": "1.0.0",
|
|
@@ -1803,7 +1834,9 @@
|
|
|
1803
1834
|
}
|
|
1804
1835
|
},
|
|
1805
1836
|
"fs.realpath": {
|
|
1806
|
-
"version": "1.0.0"
|
|
1837
|
+
"version": "1.0.0",
|
|
1838
|
+
"resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
|
|
1839
|
+
"integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw=="
|
|
1807
1840
|
},
|
|
1808
1841
|
"get-stream": {
|
|
1809
1842
|
"version": "6.0.1",
|
|
@@ -1817,25 +1850,27 @@
|
|
|
1817
1850
|
}
|
|
1818
1851
|
},
|
|
1819
1852
|
"glob": {
|
|
1820
|
-
"version": "7.
|
|
1853
|
+
"version": "7.2.3",
|
|
1854
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
|
|
1855
|
+
"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
|
|
1821
1856
|
"requires": {
|
|
1822
1857
|
"fs.realpath": "^1.0.0",
|
|
1823
1858
|
"inflight": "^1.0.4",
|
|
1824
1859
|
"inherits": "2",
|
|
1825
|
-
"minimatch": "^3.
|
|
1860
|
+
"minimatch": "^3.1.1",
|
|
1826
1861
|
"once": "^1.3.0",
|
|
1827
1862
|
"path-is-absolute": "^1.0.0"
|
|
1828
1863
|
}
|
|
1829
1864
|
},
|
|
1830
1865
|
"got": {
|
|
1831
|
-
"version": "12.5.
|
|
1832
|
-
"resolved": "https://registry.npmjs.org/got/-/got-12.5.
|
|
1833
|
-
"integrity": "sha512
|
|
1866
|
+
"version": "12.5.1",
|
|
1867
|
+
"resolved": "https://registry.npmjs.org/got/-/got-12.5.1.tgz",
|
|
1868
|
+
"integrity": "sha512-sD16AK8cCyUoPtKr/NMvLTFFa+T3i3S+zoiuvhq0HP2YiqBZA9AtlBjAdsQBsLBK7slPuvmfE0OxhGi7N5dD4w==",
|
|
1834
1869
|
"requires": {
|
|
1835
1870
|
"@sindresorhus/is": "^5.2.0",
|
|
1836
1871
|
"@szmarczak/http-timer": "^5.0.1",
|
|
1837
|
-
"cacheable-lookup": "^
|
|
1838
|
-
"cacheable-request": "^10.1
|
|
1872
|
+
"cacheable-lookup": "^7.0.0",
|
|
1873
|
+
"cacheable-request": "^10.2.1",
|
|
1839
1874
|
"decompress-response": "^6.0.0",
|
|
1840
1875
|
"form-data-encoder": "^2.1.2",
|
|
1841
1876
|
"get-stream": "^6.0.1",
|
|
@@ -1866,18 +1901,18 @@
|
|
|
1866
1901
|
}
|
|
1867
1902
|
},
|
|
1868
1903
|
"html-snapshots": {
|
|
1869
|
-
"version": "1.
|
|
1870
|
-
"resolved": "https://registry.npmjs.org/html-snapshots/-/html-snapshots-1.
|
|
1871
|
-
"integrity": "sha512-
|
|
1904
|
+
"version": "1.1.0",
|
|
1905
|
+
"resolved": "https://registry.npmjs.org/html-snapshots/-/html-snapshots-1.1.0.tgz",
|
|
1906
|
+
"integrity": "sha512-J0Bg/hLBbSWP4579qVYDjdTJbsDqrUkhtMntS118Dqk7O7lzS0X1FF7lZKGMOtlCXC6CDpnEtKIYNE4bReBgsA==",
|
|
1872
1907
|
"requires": {
|
|
1873
1908
|
"async": "3.2.4",
|
|
1874
1909
|
"async-lock": "1.3.2",
|
|
1875
1910
|
"combine-errors": "3.0.3",
|
|
1876
|
-
"got": "12.5.
|
|
1911
|
+
"got": "12.5.1",
|
|
1877
1912
|
"lodash": "4.17.21",
|
|
1878
1913
|
"mkdirp": "1.0.4",
|
|
1879
1914
|
"phantomjs-prebuilt": "2.1.16",
|
|
1880
|
-
"puppeteer": "^18.
|
|
1915
|
+
"puppeteer": "^18.2.1",
|
|
1881
1916
|
"rimraf": "3.0.2",
|
|
1882
1917
|
"xml2js": "0.4.23"
|
|
1883
1918
|
}
|
|
@@ -1935,6 +1970,8 @@
|
|
|
1935
1970
|
},
|
|
1936
1971
|
"inflight": {
|
|
1937
1972
|
"version": "1.0.6",
|
|
1973
|
+
"resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
|
|
1974
|
+
"integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
|
|
1938
1975
|
"requires": {
|
|
1939
1976
|
"once": "^1.3.0",
|
|
1940
1977
|
"wrappy": "1"
|
|
@@ -2067,13 +2104,17 @@
|
|
|
2067
2104
|
"integrity": "sha512-e5ISH9xMYU0DzrT+jl8q2ze9D6eWBto+I8CNpe+VI+K2J/F/k3PdkdTdz4wvGVH4NTpo+NRYTVIuMQEMMcsLqg=="
|
|
2068
2105
|
},
|
|
2069
2106
|
"minimatch": {
|
|
2070
|
-
"version": "3.
|
|
2107
|
+
"version": "3.1.2",
|
|
2108
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
2109
|
+
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
2071
2110
|
"requires": {
|
|
2072
2111
|
"brace-expansion": "^1.1.7"
|
|
2073
2112
|
}
|
|
2074
2113
|
},
|
|
2075
2114
|
"minimist": {
|
|
2076
|
-
"version": "1.2.
|
|
2115
|
+
"version": "1.2.6",
|
|
2116
|
+
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz",
|
|
2117
|
+
"integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q=="
|
|
2077
2118
|
},
|
|
2078
2119
|
"mkdirp": {
|
|
2079
2120
|
"version": "1.0.4"
|
|
@@ -2104,6 +2145,8 @@
|
|
|
2104
2145
|
},
|
|
2105
2146
|
"once": {
|
|
2106
2147
|
"version": "1.4.0",
|
|
2148
|
+
"resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
|
|
2149
|
+
"integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
|
|
2107
2150
|
"requires": {
|
|
2108
2151
|
"wrappy": "1"
|
|
2109
2152
|
}
|
|
@@ -2114,7 +2157,9 @@
|
|
|
2114
2157
|
"integrity": "sha512-mlVgR3PGuzlo0MmTdk4cXqXWlwQDLnONTAg6sm62XkMJEiRxN3GL3SffkYvqwonbkJBcrI7Uvv5Zh9yjvn2iUw=="
|
|
2115
2158
|
},
|
|
2116
2159
|
"path-is-absolute": {
|
|
2117
|
-
"version": "1.0.1"
|
|
2160
|
+
"version": "1.0.1",
|
|
2161
|
+
"resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
|
|
2162
|
+
"integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg=="
|
|
2118
2163
|
},
|
|
2119
2164
|
"pend": {
|
|
2120
2165
|
"version": "1.2.0"
|
|
@@ -2172,21 +2217,38 @@
|
|
|
2172
2217
|
"version": "2.1.1"
|
|
2173
2218
|
},
|
|
2174
2219
|
"puppeteer": {
|
|
2175
|
-
"version": "18.
|
|
2176
|
-
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-18.
|
|
2177
|
-
"integrity": "sha512-
|
|
2220
|
+
"version": "18.2.1",
|
|
2221
|
+
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-18.2.1.tgz",
|
|
2222
|
+
"integrity": "sha512-7+UhmYa7wxPh2oMRwA++k8UGVDxh3YdWFB52r9C3tM81T6BU7cuusUSxImz0GEYSOYUKk/YzIhkQ6+vc0gHbxQ==",
|
|
2223
|
+
"requires": {
|
|
2224
|
+
"https-proxy-agent": "5.0.1",
|
|
2225
|
+
"progress": "2.0.3",
|
|
2226
|
+
"proxy-from-env": "1.1.0",
|
|
2227
|
+
"puppeteer-core": "18.2.1"
|
|
2228
|
+
},
|
|
2229
|
+
"dependencies": {
|
|
2230
|
+
"progress": {
|
|
2231
|
+
"version": "2.0.3",
|
|
2232
|
+
"resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz",
|
|
2233
|
+
"integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA=="
|
|
2234
|
+
}
|
|
2235
|
+
}
|
|
2236
|
+
},
|
|
2237
|
+
"puppeteer-core": {
|
|
2238
|
+
"version": "18.2.1",
|
|
2239
|
+
"resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-18.2.1.tgz",
|
|
2240
|
+
"integrity": "sha512-MRtTAZfQTluz3U2oU/X2VqVWPcR1+94nbA2V6ZrSZRVEwLqZ8eclZ551qGFQD/vD2PYqHJwWOW/fpC721uznVw==",
|
|
2178
2241
|
"requires": {
|
|
2179
2242
|
"cross-fetch": "3.1.5",
|
|
2180
2243
|
"debug": "4.3.4",
|
|
2181
|
-
"devtools-protocol": "0.0.
|
|
2244
|
+
"devtools-protocol": "0.0.1045489",
|
|
2182
2245
|
"extract-zip": "2.0.1",
|
|
2183
2246
|
"https-proxy-agent": "5.0.1",
|
|
2184
|
-
"progress": "2.0.3",
|
|
2185
2247
|
"proxy-from-env": "1.1.0",
|
|
2186
2248
|
"rimraf": "3.0.2",
|
|
2187
2249
|
"tar-fs": "2.1.1",
|
|
2188
2250
|
"unbzip2-stream": "1.4.3",
|
|
2189
|
-
"ws": "8.
|
|
2251
|
+
"ws": "8.9.0"
|
|
2190
2252
|
},
|
|
2191
2253
|
"dependencies": {
|
|
2192
2254
|
"debug": {
|
|
@@ -2220,11 +2282,6 @@
|
|
|
2220
2282
|
"version": "2.1.2",
|
|
2221
2283
|
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
|
|
2222
2284
|
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
|
|
2223
|
-
},
|
|
2224
|
-
"progress": {
|
|
2225
|
-
"version": "2.0.3",
|
|
2226
|
-
"resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz",
|
|
2227
|
-
"integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA=="
|
|
2228
2285
|
}
|
|
2229
2286
|
}
|
|
2230
2287
|
},
|
|
@@ -2294,6 +2351,8 @@
|
|
|
2294
2351
|
},
|
|
2295
2352
|
"rimraf": {
|
|
2296
2353
|
"version": "3.0.2",
|
|
2354
|
+
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
|
|
2355
|
+
"integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
|
|
2297
2356
|
"requires": {
|
|
2298
2357
|
"glob": "^7.1.3"
|
|
2299
2358
|
}
|
|
@@ -2444,12 +2503,14 @@
|
|
|
2444
2503
|
}
|
|
2445
2504
|
},
|
|
2446
2505
|
"wrappy": {
|
|
2447
|
-
"version": "1.0.2"
|
|
2506
|
+
"version": "1.0.2",
|
|
2507
|
+
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
|
|
2508
|
+
"integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="
|
|
2448
2509
|
},
|
|
2449
2510
|
"ws": {
|
|
2450
|
-
"version": "8.
|
|
2451
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-8.
|
|
2452
|
-
"integrity": "sha512-
|
|
2511
|
+
"version": "8.9.0",
|
|
2512
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-8.9.0.tgz",
|
|
2513
|
+
"integrity": "sha512-Ja7nszREasGaYUYCI2k4lCKIRTt+y7XuqVoHR44YpI49TtryyqbqvDMn5eqfW7e6HzTukDRIsXqzVHScqRcafg==",
|
|
2453
2514
|
"requires": {}
|
|
2454
2515
|
},
|
|
2455
2516
|
"xml2js": {
|