html-snapshots 1.3.0 → 1.3.2

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.
@@ -8,7 +8,39 @@
8
8
  "name": "html-snapshots-example",
9
9
  "version": "0.1.1",
10
10
  "dependencies": {
11
- "html-snapshots": "^1.2.0"
11
+ "html-snapshots": "^1.3.1"
12
+ }
13
+ },
14
+ "node_modules/@babel/code-frame": {
15
+ "version": "7.18.6",
16
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz",
17
+ "integrity": "sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==",
18
+ "dependencies": {
19
+ "@babel/highlight": "^7.18.6"
20
+ },
21
+ "engines": {
22
+ "node": ">=6.9.0"
23
+ }
24
+ },
25
+ "node_modules/@babel/helper-validator-identifier": {
26
+ "version": "7.19.1",
27
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz",
28
+ "integrity": "sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==",
29
+ "engines": {
30
+ "node": ">=6.9.0"
31
+ }
32
+ },
33
+ "node_modules/@babel/highlight": {
34
+ "version": "7.18.6",
35
+ "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz",
36
+ "integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==",
37
+ "dependencies": {
38
+ "@babel/helper-validator-identifier": "^7.18.6",
39
+ "chalk": "^2.0.0",
40
+ "js-tokens": "^4.0.0"
41
+ },
42
+ "engines": {
43
+ "node": ">=6.9.0"
12
44
  }
13
45
  },
14
46
  "node_modules/@sindresorhus/is": {
@@ -39,11 +71,16 @@
39
71
  "integrity": "sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ=="
40
72
  },
41
73
  "node_modules/@types/node": {
42
- "version": "18.11.2",
43
- "resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.2.tgz",
44
- "integrity": "sha512-BWN3M23gLO2jVG8g/XHIRFWiiV4/GckeFIqbU/C4V3xpoBBWSMk4OZomouN0wCkfQFPqgZikyLr7DOYDysIkkw==",
74
+ "version": "18.11.9",
75
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.9.tgz",
76
+ "integrity": "sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg==",
45
77
  "optional": true
46
78
  },
79
+ "node_modules/@types/parse-json": {
80
+ "version": "4.0.0",
81
+ "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz",
82
+ "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA=="
83
+ },
47
84
  "node_modules/@types/yauzl": {
48
85
  "version": "2.10.0",
49
86
  "resolved": "https://registry.npmjs.org/@types/yauzl/-/yauzl-2.10.0.tgz",
@@ -100,6 +137,17 @@
100
137
  "url": "https://github.com/sponsors/epoberezkin"
101
138
  }
102
139
  },
140
+ "node_modules/ansi-styles": {
141
+ "version": "3.2.1",
142
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
143
+ "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
144
+ "dependencies": {
145
+ "color-convert": "^1.9.0"
146
+ },
147
+ "engines": {
148
+ "node": ">=4"
149
+ }
150
+ },
103
151
  "node_modules/asn1": {
104
152
  "version": "0.2.6",
105
153
  "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.6.tgz",
@@ -269,16 +317,50 @@
269
317
  "node": ">=14.16"
270
318
  }
271
319
  },
320
+ "node_modules/callsites": {
321
+ "version": "3.1.0",
322
+ "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
323
+ "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
324
+ "engines": {
325
+ "node": ">=6"
326
+ }
327
+ },
272
328
  "node_modules/caseless": {
273
329
  "version": "0.12.0",
274
330
  "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz",
275
331
  "integrity": "sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw=="
276
332
  },
333
+ "node_modules/chalk": {
334
+ "version": "2.4.2",
335
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
336
+ "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
337
+ "dependencies": {
338
+ "ansi-styles": "^3.2.1",
339
+ "escape-string-regexp": "^1.0.5",
340
+ "supports-color": "^5.3.0"
341
+ },
342
+ "engines": {
343
+ "node": ">=4"
344
+ }
345
+ },
277
346
  "node_modules/chownr": {
278
347
  "version": "1.1.4",
279
348
  "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz",
280
349
  "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg=="
281
350
  },
351
+ "node_modules/color-convert": {
352
+ "version": "1.9.3",
353
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
354
+ "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
355
+ "dependencies": {
356
+ "color-name": "1.1.3"
357
+ }
358
+ },
359
+ "node_modules/color-name": {
360
+ "version": "1.1.3",
361
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
362
+ "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="
363
+ },
282
364
  "node_modules/combine-errors": {
283
365
  "version": "3.0.3",
284
366
  "resolved": "https://registry.npmjs.org/combine-errors/-/combine-errors-3.0.3.tgz",
@@ -323,6 +405,21 @@
323
405
  "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
324
406
  "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ=="
325
407
  },
408
+ "node_modules/cosmiconfig": {
409
+ "version": "7.0.1",
410
+ "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.1.tgz",
411
+ "integrity": "sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==",
412
+ "dependencies": {
413
+ "@types/parse-json": "^4.0.0",
414
+ "import-fresh": "^3.2.1",
415
+ "parse-json": "^5.0.0",
416
+ "path-type": "^4.0.0",
417
+ "yaml": "^1.10.0"
418
+ },
419
+ "engines": {
420
+ "node": ">=10"
421
+ }
422
+ },
326
423
  "node_modules/cross-fetch": {
327
424
  "version": "3.1.5",
328
425
  "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.5.tgz",
@@ -397,9 +494,9 @@
397
494
  }
398
495
  },
399
496
  "node_modules/devtools-protocol": {
400
- "version": "0.0.1045489",
401
- "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1045489.tgz",
402
- "integrity": "sha512-D+PTmWulkuQW4D1NTiCRCFxF7pQPn0hgp4YyX4wAQ6xYXKOadSWPR3ENGDQ47MW/Ewc9v2rpC/UEEGahgBYpSQ=="
497
+ "version": "0.0.1056733",
498
+ "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1056733.tgz",
499
+ "integrity": "sha512-CmTu6SQx2g3TbZzDCAV58+LTxVdKplS7xip0g5oDXpZ+isr0rv5dDP8ToyVRywzPHkCCPKgKgScEcwz4uPWDIA=="
403
500
  },
404
501
  "node_modules/ecc-jsbn": {
405
502
  "version": "0.1.2",
@@ -418,11 +515,27 @@
418
515
  "once": "^1.4.0"
419
516
  }
420
517
  },
518
+ "node_modules/error-ex": {
519
+ "version": "1.3.2",
520
+ "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
521
+ "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
522
+ "dependencies": {
523
+ "is-arrayish": "^0.2.1"
524
+ }
525
+ },
421
526
  "node_modules/es6-promise": {
422
527
  "version": "4.2.8",
423
528
  "resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-4.2.8.tgz",
424
529
  "integrity": "sha512-HJDGx5daxeIvxdBxvG2cb9g4tEvwIk3i8+nhX0yGrYmZUzbkdg8QbDevheDB8gd0//uPj4c1EQua8Q+MViT0/w=="
425
530
  },
531
+ "node_modules/escape-string-regexp": {
532
+ "version": "1.0.5",
533
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
534
+ "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
535
+ "engines": {
536
+ "node": ">=0.8.0"
537
+ }
538
+ },
426
539
  "node_modules/extend": {
427
540
  "version": "3.0.2",
428
541
  "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
@@ -616,6 +729,14 @@
616
729
  "node": ">=6"
617
730
  }
618
731
  },
732
+ "node_modules/has-flag": {
733
+ "version": "3.0.0",
734
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
735
+ "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
736
+ "engines": {
737
+ "node": ">=4"
738
+ }
739
+ },
619
740
  "node_modules/hasha": {
620
741
  "version": "2.2.0",
621
742
  "resolved": "https://registry.npmjs.org/hasha/-/hasha-2.2.0.tgz",
@@ -629,9 +750,9 @@
629
750
  }
630
751
  },
631
752
  "node_modules/html-snapshots": {
632
- "version": "1.2.0",
633
- "resolved": "https://registry.npmjs.org/html-snapshots/-/html-snapshots-1.2.0.tgz",
634
- "integrity": "sha512-/erOUW66PXzxzmq9daIt9F/sOGtLCKIjT7VuFUutNeZCtjiK6eM6bBiF9CFq9SOsyJ1sWqFasBUsq7F9GSnWpA==",
753
+ "version": "1.3.1",
754
+ "resolved": "https://registry.npmjs.org/html-snapshots/-/html-snapshots-1.3.1.tgz",
755
+ "integrity": "sha512-CizjME9vY/sWkUkn5LPKiIgva3z+nmsDIKgILlrPMqCotljAtgNIai4UzRQkXdy3N3wU+pXq5Fs7Elv1hbHf6Q==",
635
756
  "dependencies": {
636
757
  "async": "3.2.4",
637
758
  "async-lock": "1.3.2",
@@ -640,7 +761,7 @@
640
761
  "lodash": "4.17.21",
641
762
  "mkdirp": "1.0.4",
642
763
  "phantomjs-prebuilt": "2.1.16",
643
- "puppeteer": "^19.0.0",
764
+ "puppeteer": "^19.2.0",
644
765
  "rimraf": "3.0.2",
645
766
  "xml2js": "0.4.23"
646
767
  },
@@ -731,6 +852,21 @@
731
852
  }
732
853
  ]
733
854
  },
855
+ "node_modules/import-fresh": {
856
+ "version": "3.3.0",
857
+ "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
858
+ "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
859
+ "dependencies": {
860
+ "parent-module": "^1.0.0",
861
+ "resolve-from": "^4.0.0"
862
+ },
863
+ "engines": {
864
+ "node": ">=6"
865
+ },
866
+ "funding": {
867
+ "url": "https://github.com/sponsors/sindresorhus"
868
+ }
869
+ },
734
870
  "node_modules/inflight": {
735
871
  "version": "1.0.6",
736
872
  "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
@@ -745,6 +881,11 @@
745
881
  "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
746
882
  "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
747
883
  },
884
+ "node_modules/is-arrayish": {
885
+ "version": "0.2.1",
886
+ "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
887
+ "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg=="
888
+ },
748
889
  "node_modules/is-stream": {
749
890
  "version": "1.1.0",
750
891
  "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz",
@@ -773,6 +914,11 @@
773
914
  "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz",
774
915
  "integrity": "sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g=="
775
916
  },
917
+ "node_modules/js-tokens": {
918
+ "version": "4.0.0",
919
+ "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
920
+ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
921
+ },
776
922
  "node_modules/jsbn": {
777
923
  "version": "0.1.1",
778
924
  "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz",
@@ -783,6 +929,11 @@
783
929
  "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
784
930
  "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ=="
785
931
  },
932
+ "node_modules/json-parse-even-better-errors": {
933
+ "version": "2.3.1",
934
+ "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
935
+ "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w=="
936
+ },
786
937
  "node_modules/json-schema": {
787
938
  "version": "0.4.0",
788
939
  "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz",
@@ -841,6 +992,11 @@
841
992
  "graceful-fs": "^4.1.9"
842
993
  }
843
994
  },
995
+ "node_modules/lines-and-columns": {
996
+ "version": "1.2.4",
997
+ "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
998
+ "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg=="
999
+ },
844
1000
  "node_modules/lodash": {
845
1001
  "version": "4.17.21",
846
1002
  "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
@@ -1027,6 +1183,34 @@
1027
1183
  "node": ">=12.20"
1028
1184
  }
1029
1185
  },
1186
+ "node_modules/parent-module": {
1187
+ "version": "1.0.1",
1188
+ "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
1189
+ "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
1190
+ "dependencies": {
1191
+ "callsites": "^3.0.0"
1192
+ },
1193
+ "engines": {
1194
+ "node": ">=6"
1195
+ }
1196
+ },
1197
+ "node_modules/parse-json": {
1198
+ "version": "5.2.0",
1199
+ "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
1200
+ "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
1201
+ "dependencies": {
1202
+ "@babel/code-frame": "^7.0.0",
1203
+ "error-ex": "^1.3.1",
1204
+ "json-parse-even-better-errors": "^2.3.0",
1205
+ "lines-and-columns": "^1.1.6"
1206
+ },
1207
+ "engines": {
1208
+ "node": ">=8"
1209
+ },
1210
+ "funding": {
1211
+ "url": "https://github.com/sponsors/sindresorhus"
1212
+ }
1213
+ },
1030
1214
  "node_modules/path-is-absolute": {
1031
1215
  "version": "1.0.1",
1032
1216
  "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
@@ -1035,6 +1219,14 @@
1035
1219
  "node": ">=0.10.0"
1036
1220
  }
1037
1221
  },
1222
+ "node_modules/path-type": {
1223
+ "version": "4.0.0",
1224
+ "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
1225
+ "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
1226
+ "engines": {
1227
+ "node": ">=8"
1228
+ }
1229
+ },
1038
1230
  "node_modules/pend": {
1039
1231
  "version": "1.2.0",
1040
1232
  "resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz",
@@ -1126,35 +1318,37 @@
1126
1318
  }
1127
1319
  },
1128
1320
  "node_modules/puppeteer": {
1129
- "version": "19.0.0",
1130
- "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-19.0.0.tgz",
1131
- "integrity": "sha512-3Ga5IVerQQ2hKU9q7T28RmcUsd8F2kL6cYuPcPCzeclSjmHhGydPBZL/KJKC02sG6J6Wfry85uiWpbkjQ5qBiw==",
1321
+ "version": "19.2.1",
1322
+ "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-19.2.1.tgz",
1323
+ "integrity": "sha512-LwChdWDriDdegEZC36+kZRqq+ApI3zGni5dJrx3LVbt1+2AO4LPeYNI1MDz8MsrxB74IaV8/5eGtKLxOCg/wLw==",
1132
1324
  "hasInstallScript": true,
1133
1325
  "dependencies": {
1326
+ "cosmiconfig": "7.0.1",
1327
+ "devtools-protocol": "0.0.1056733",
1134
1328
  "https-proxy-agent": "5.0.1",
1135
1329
  "progress": "2.0.3",
1136
1330
  "proxy-from-env": "1.1.0",
1137
- "puppeteer-core": "19.0.0"
1331
+ "puppeteer-core": "19.2.1"
1138
1332
  },
1139
1333
  "engines": {
1140
1334
  "node": ">=14.1.0"
1141
1335
  }
1142
1336
  },
1143
1337
  "node_modules/puppeteer-core": {
1144
- "version": "19.0.0",
1145
- "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-19.0.0.tgz",
1146
- "integrity": "sha512-OljQ9W5M4cBX68vnOAGbcRkVENDHn6lfj6QYoGsnLQsxPAh6ExTQAhHauwdFdQkhYdDExZFWlKArnBONzeHY+g==",
1338
+ "version": "19.2.1",
1339
+ "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-19.2.1.tgz",
1340
+ "integrity": "sha512-8T60tsWqk0z1yfptP6STFy/RH5hMLe3AVl4ZaU6/eoTrMV8+AdLGCSJA3wQG6Cu9d72DzGjHrJn4+3nRTguVmA==",
1147
1341
  "dependencies": {
1148
1342
  "cross-fetch": "3.1.5",
1149
1343
  "debug": "4.3.4",
1150
- "devtools-protocol": "0.0.1045489",
1344
+ "devtools-protocol": "0.0.1056733",
1151
1345
  "extract-zip": "2.0.1",
1152
1346
  "https-proxy-agent": "5.0.1",
1153
1347
  "proxy-from-env": "1.1.0",
1154
1348
  "rimraf": "3.0.2",
1155
1349
  "tar-fs": "2.1.1",
1156
1350
  "unbzip2-stream": "1.4.3",
1157
- "ws": "8.9.0"
1351
+ "ws": "8.10.0"
1158
1352
  },
1159
1353
  "engines": {
1160
1354
  "node": ">=14.1.0"
@@ -1299,6 +1493,14 @@
1299
1493
  "resolved": "https://registry.npmjs.org/resolve-alpn/-/resolve-alpn-1.2.1.tgz",
1300
1494
  "integrity": "sha512-0a1F4l73/ZFZOakJnQ3FvkJ2+gSTQWz/r2KE5OdDY0TxPm5h4GkqkWWfM47T7HsbnOtcJVEF4epCVy6u7Q3K+g=="
1301
1495
  },
1496
+ "node_modules/resolve-from": {
1497
+ "version": "4.0.0",
1498
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
1499
+ "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
1500
+ "engines": {
1501
+ "node": ">=4"
1502
+ }
1503
+ },
1302
1504
  "node_modules/responselike": {
1303
1505
  "version": "3.0.0",
1304
1506
  "resolved": "https://registry.npmjs.org/responselike/-/responselike-3.0.0.tgz",
@@ -1374,6 +1576,17 @@
1374
1576
  "safe-buffer": "~5.1.0"
1375
1577
  }
1376
1578
  },
1579
+ "node_modules/supports-color": {
1580
+ "version": "5.5.0",
1581
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
1582
+ "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
1583
+ "dependencies": {
1584
+ "has-flag": "^3.0.0"
1585
+ },
1586
+ "engines": {
1587
+ "node": ">=4"
1588
+ }
1589
+ },
1377
1590
  "node_modules/tar-fs": {
1378
1591
  "version": "2.1.1",
1379
1592
  "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.1.tgz",
@@ -1541,9 +1754,9 @@
1541
1754
  "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="
1542
1755
  },
1543
1756
  "node_modules/ws": {
1544
- "version": "8.9.0",
1545
- "resolved": "https://registry.npmjs.org/ws/-/ws-8.9.0.tgz",
1546
- "integrity": "sha512-Ja7nszREasGaYUYCI2k4lCKIRTt+y7XuqVoHR44YpI49TtryyqbqvDMn5eqfW7e6HzTukDRIsXqzVHScqRcafg==",
1757
+ "version": "8.10.0",
1758
+ "resolved": "https://registry.npmjs.org/ws/-/ws-8.10.0.tgz",
1759
+ "integrity": "sha512-+s49uSmZpvtAsd2h37vIPy1RBusaLawVe8of+GyEPsaJTCMpj/2v8NpeK1SHXjBlQ95lQTmQofOJnFiLoaN3yw==",
1547
1760
  "engines": {
1548
1761
  "node": ">=10.0.0"
1549
1762
  },
@@ -1580,6 +1793,14 @@
1580
1793
  "node": ">=4.0"
1581
1794
  }
1582
1795
  },
1796
+ "node_modules/yaml": {
1797
+ "version": "1.10.2",
1798
+ "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",
1799
+ "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==",
1800
+ "engines": {
1801
+ "node": ">= 6"
1802
+ }
1803
+ },
1583
1804
  "node_modules/yauzl": {
1584
1805
  "version": "2.10.0",
1585
1806
  "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz",
@@ -1591,6 +1812,29 @@
1591
1812
  }
1592
1813
  },
1593
1814
  "dependencies": {
1815
+ "@babel/code-frame": {
1816
+ "version": "7.18.6",
1817
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz",
1818
+ "integrity": "sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==",
1819
+ "requires": {
1820
+ "@babel/highlight": "^7.18.6"
1821
+ }
1822
+ },
1823
+ "@babel/helper-validator-identifier": {
1824
+ "version": "7.19.1",
1825
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz",
1826
+ "integrity": "sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w=="
1827
+ },
1828
+ "@babel/highlight": {
1829
+ "version": "7.18.6",
1830
+ "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz",
1831
+ "integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==",
1832
+ "requires": {
1833
+ "@babel/helper-validator-identifier": "^7.18.6",
1834
+ "chalk": "^2.0.0",
1835
+ "js-tokens": "^4.0.0"
1836
+ }
1837
+ },
1594
1838
  "@sindresorhus/is": {
1595
1839
  "version": "5.3.0",
1596
1840
  "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.3.0.tgz",
@@ -1610,11 +1854,16 @@
1610
1854
  "integrity": "sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ=="
1611
1855
  },
1612
1856
  "@types/node": {
1613
- "version": "18.11.2",
1614
- "resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.2.tgz",
1615
- "integrity": "sha512-BWN3M23gLO2jVG8g/XHIRFWiiV4/GckeFIqbU/C4V3xpoBBWSMk4OZomouN0wCkfQFPqgZikyLr7DOYDysIkkw==",
1857
+ "version": "18.11.9",
1858
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.9.tgz",
1859
+ "integrity": "sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg==",
1616
1860
  "optional": true
1617
1861
  },
1862
+ "@types/parse-json": {
1863
+ "version": "4.0.0",
1864
+ "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz",
1865
+ "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA=="
1866
+ },
1618
1867
  "@types/yauzl": {
1619
1868
  "version": "2.10.0",
1620
1869
  "resolved": "https://registry.npmjs.org/@types/yauzl/-/yauzl-2.10.0.tgz",
@@ -1658,6 +1907,14 @@
1658
1907
  "uri-js": "^4.2.2"
1659
1908
  }
1660
1909
  },
1910
+ "ansi-styles": {
1911
+ "version": "3.2.1",
1912
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
1913
+ "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
1914
+ "requires": {
1915
+ "color-convert": "^1.9.0"
1916
+ }
1917
+ },
1661
1918
  "asn1": {
1662
1919
  "version": "0.2.6",
1663
1920
  "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.6.tgz",
@@ -1783,16 +2040,44 @@
1783
2040
  "responselike": "^3.0.0"
1784
2041
  }
1785
2042
  },
2043
+ "callsites": {
2044
+ "version": "3.1.0",
2045
+ "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
2046
+ "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ=="
2047
+ },
1786
2048
  "caseless": {
1787
2049
  "version": "0.12.0",
1788
2050
  "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz",
1789
2051
  "integrity": "sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw=="
1790
2052
  },
2053
+ "chalk": {
2054
+ "version": "2.4.2",
2055
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
2056
+ "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
2057
+ "requires": {
2058
+ "ansi-styles": "^3.2.1",
2059
+ "escape-string-regexp": "^1.0.5",
2060
+ "supports-color": "^5.3.0"
2061
+ }
2062
+ },
1791
2063
  "chownr": {
1792
2064
  "version": "1.1.4",
1793
2065
  "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz",
1794
2066
  "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg=="
1795
2067
  },
2068
+ "color-convert": {
2069
+ "version": "1.9.3",
2070
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
2071
+ "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
2072
+ "requires": {
2073
+ "color-name": "1.1.3"
2074
+ }
2075
+ },
2076
+ "color-name": {
2077
+ "version": "1.1.3",
2078
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
2079
+ "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="
2080
+ },
1796
2081
  "combine-errors": {
1797
2082
  "version": "3.0.3",
1798
2083
  "resolved": "https://registry.npmjs.org/combine-errors/-/combine-errors-3.0.3.tgz",
@@ -1831,6 +2116,18 @@
1831
2116
  "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
1832
2117
  "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ=="
1833
2118
  },
2119
+ "cosmiconfig": {
2120
+ "version": "7.0.1",
2121
+ "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.1.tgz",
2122
+ "integrity": "sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==",
2123
+ "requires": {
2124
+ "@types/parse-json": "^4.0.0",
2125
+ "import-fresh": "^3.2.1",
2126
+ "parse-json": "^5.0.0",
2127
+ "path-type": "^4.0.0",
2128
+ "yaml": "^1.10.0"
2129
+ }
2130
+ },
1834
2131
  "cross-fetch": {
1835
2132
  "version": "3.1.5",
1836
2133
  "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.5.tgz",
@@ -1886,9 +2183,9 @@
1886
2183
  "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ=="
1887
2184
  },
1888
2185
  "devtools-protocol": {
1889
- "version": "0.0.1045489",
1890
- "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1045489.tgz",
1891
- "integrity": "sha512-D+PTmWulkuQW4D1NTiCRCFxF7pQPn0hgp4YyX4wAQ6xYXKOadSWPR3ENGDQ47MW/Ewc9v2rpC/UEEGahgBYpSQ=="
2186
+ "version": "0.0.1056733",
2187
+ "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1056733.tgz",
2188
+ "integrity": "sha512-CmTu6SQx2g3TbZzDCAV58+LTxVdKplS7xip0g5oDXpZ+isr0rv5dDP8ToyVRywzPHkCCPKgKgScEcwz4uPWDIA=="
1892
2189
  },
1893
2190
  "ecc-jsbn": {
1894
2191
  "version": "0.1.2",
@@ -1907,11 +2204,24 @@
1907
2204
  "once": "^1.4.0"
1908
2205
  }
1909
2206
  },
2207
+ "error-ex": {
2208
+ "version": "1.3.2",
2209
+ "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
2210
+ "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
2211
+ "requires": {
2212
+ "is-arrayish": "^0.2.1"
2213
+ }
2214
+ },
1910
2215
  "es6-promise": {
1911
2216
  "version": "4.2.8",
1912
2217
  "resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-4.2.8.tgz",
1913
2218
  "integrity": "sha512-HJDGx5daxeIvxdBxvG2cb9g4tEvwIk3i8+nhX0yGrYmZUzbkdg8QbDevheDB8gd0//uPj4c1EQua8Q+MViT0/w=="
1914
2219
  },
2220
+ "escape-string-regexp": {
2221
+ "version": "1.0.5",
2222
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
2223
+ "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg=="
2224
+ },
1915
2225
  "extend": {
1916
2226
  "version": "3.0.2",
1917
2227
  "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
@@ -2064,6 +2374,11 @@
2064
2374
  "har-schema": "^2.0.0"
2065
2375
  }
2066
2376
  },
2377
+ "has-flag": {
2378
+ "version": "3.0.0",
2379
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
2380
+ "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw=="
2381
+ },
2067
2382
  "hasha": {
2068
2383
  "version": "2.2.0",
2069
2384
  "resolved": "https://registry.npmjs.org/hasha/-/hasha-2.2.0.tgz",
@@ -2074,9 +2389,9 @@
2074
2389
  }
2075
2390
  },
2076
2391
  "html-snapshots": {
2077
- "version": "1.2.0",
2078
- "resolved": "https://registry.npmjs.org/html-snapshots/-/html-snapshots-1.2.0.tgz",
2079
- "integrity": "sha512-/erOUW66PXzxzmq9daIt9F/sOGtLCKIjT7VuFUutNeZCtjiK6eM6bBiF9CFq9SOsyJ1sWqFasBUsq7F9GSnWpA==",
2392
+ "version": "1.3.1",
2393
+ "resolved": "https://registry.npmjs.org/html-snapshots/-/html-snapshots-1.3.1.tgz",
2394
+ "integrity": "sha512-CizjME9vY/sWkUkn5LPKiIgva3z+nmsDIKgILlrPMqCotljAtgNIai4UzRQkXdy3N3wU+pXq5Fs7Elv1hbHf6Q==",
2080
2395
  "requires": {
2081
2396
  "async": "3.2.4",
2082
2397
  "async-lock": "1.3.2",
@@ -2085,7 +2400,7 @@
2085
2400
  "lodash": "4.17.21",
2086
2401
  "mkdirp": "1.0.4",
2087
2402
  "phantomjs-prebuilt": "2.1.16",
2088
- "puppeteer": "^19.0.0",
2403
+ "puppeteer": "^19.2.0",
2089
2404
  "rimraf": "3.0.2",
2090
2405
  "xml2js": "0.4.23"
2091
2406
  }
@@ -2143,6 +2458,15 @@
2143
2458
  "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
2144
2459
  "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA=="
2145
2460
  },
2461
+ "import-fresh": {
2462
+ "version": "3.3.0",
2463
+ "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
2464
+ "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
2465
+ "requires": {
2466
+ "parent-module": "^1.0.0",
2467
+ "resolve-from": "^4.0.0"
2468
+ }
2469
+ },
2146
2470
  "inflight": {
2147
2471
  "version": "1.0.6",
2148
2472
  "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
@@ -2157,6 +2481,11 @@
2157
2481
  "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
2158
2482
  "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
2159
2483
  },
2484
+ "is-arrayish": {
2485
+ "version": "0.2.1",
2486
+ "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
2487
+ "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg=="
2488
+ },
2160
2489
  "is-stream": {
2161
2490
  "version": "1.1.0",
2162
2491
  "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz",
@@ -2182,6 +2511,11 @@
2182
2511
  "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz",
2183
2512
  "integrity": "sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g=="
2184
2513
  },
2514
+ "js-tokens": {
2515
+ "version": "4.0.0",
2516
+ "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
2517
+ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
2518
+ },
2185
2519
  "jsbn": {
2186
2520
  "version": "0.1.1",
2187
2521
  "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz",
@@ -2192,6 +2526,11 @@
2192
2526
  "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
2193
2527
  "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ=="
2194
2528
  },
2529
+ "json-parse-even-better-errors": {
2530
+ "version": "2.3.1",
2531
+ "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
2532
+ "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w=="
2533
+ },
2195
2534
  "json-schema": {
2196
2535
  "version": "0.4.0",
2197
2536
  "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz",
@@ -2247,6 +2586,11 @@
2247
2586
  "graceful-fs": "^4.1.9"
2248
2587
  }
2249
2588
  },
2589
+ "lines-and-columns": {
2590
+ "version": "1.2.4",
2591
+ "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
2592
+ "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg=="
2593
+ },
2250
2594
  "lodash": {
2251
2595
  "version": "4.17.21",
2252
2596
  "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
@@ -2383,11 +2727,35 @@
2383
2727
  "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-3.0.0.tgz",
2384
2728
  "integrity": "sha512-mlVgR3PGuzlo0MmTdk4cXqXWlwQDLnONTAg6sm62XkMJEiRxN3GL3SffkYvqwonbkJBcrI7Uvv5Zh9yjvn2iUw=="
2385
2729
  },
2730
+ "parent-module": {
2731
+ "version": "1.0.1",
2732
+ "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
2733
+ "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
2734
+ "requires": {
2735
+ "callsites": "^3.0.0"
2736
+ }
2737
+ },
2738
+ "parse-json": {
2739
+ "version": "5.2.0",
2740
+ "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
2741
+ "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
2742
+ "requires": {
2743
+ "@babel/code-frame": "^7.0.0",
2744
+ "error-ex": "^1.3.1",
2745
+ "json-parse-even-better-errors": "^2.3.0",
2746
+ "lines-and-columns": "^1.1.6"
2747
+ }
2748
+ },
2386
2749
  "path-is-absolute": {
2387
2750
  "version": "1.0.1",
2388
2751
  "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
2389
2752
  "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg=="
2390
2753
  },
2754
+ "path-type": {
2755
+ "version": "4.0.0",
2756
+ "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
2757
+ "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw=="
2758
+ },
2391
2759
  "pend": {
2392
2760
  "version": "1.2.0",
2393
2761
  "resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz",
@@ -2462,14 +2830,16 @@
2462
2830
  "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A=="
2463
2831
  },
2464
2832
  "puppeteer": {
2465
- "version": "19.0.0",
2466
- "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-19.0.0.tgz",
2467
- "integrity": "sha512-3Ga5IVerQQ2hKU9q7T28RmcUsd8F2kL6cYuPcPCzeclSjmHhGydPBZL/KJKC02sG6J6Wfry85uiWpbkjQ5qBiw==",
2833
+ "version": "19.2.1",
2834
+ "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-19.2.1.tgz",
2835
+ "integrity": "sha512-LwChdWDriDdegEZC36+kZRqq+ApI3zGni5dJrx3LVbt1+2AO4LPeYNI1MDz8MsrxB74IaV8/5eGtKLxOCg/wLw==",
2468
2836
  "requires": {
2837
+ "cosmiconfig": "7.0.1",
2838
+ "devtools-protocol": "0.0.1056733",
2469
2839
  "https-proxy-agent": "5.0.1",
2470
2840
  "progress": "2.0.3",
2471
2841
  "proxy-from-env": "1.1.0",
2472
- "puppeteer-core": "19.0.0"
2842
+ "puppeteer-core": "19.2.1"
2473
2843
  },
2474
2844
  "dependencies": {
2475
2845
  "progress": {
@@ -2480,20 +2850,20 @@
2480
2850
  }
2481
2851
  },
2482
2852
  "puppeteer-core": {
2483
- "version": "19.0.0",
2484
- "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-19.0.0.tgz",
2485
- "integrity": "sha512-OljQ9W5M4cBX68vnOAGbcRkVENDHn6lfj6QYoGsnLQsxPAh6ExTQAhHauwdFdQkhYdDExZFWlKArnBONzeHY+g==",
2853
+ "version": "19.2.1",
2854
+ "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-19.2.1.tgz",
2855
+ "integrity": "sha512-8T60tsWqk0z1yfptP6STFy/RH5hMLe3AVl4ZaU6/eoTrMV8+AdLGCSJA3wQG6Cu9d72DzGjHrJn4+3nRTguVmA==",
2486
2856
  "requires": {
2487
2857
  "cross-fetch": "3.1.5",
2488
2858
  "debug": "4.3.4",
2489
- "devtools-protocol": "0.0.1045489",
2859
+ "devtools-protocol": "0.0.1056733",
2490
2860
  "extract-zip": "2.0.1",
2491
2861
  "https-proxy-agent": "5.0.1",
2492
2862
  "proxy-from-env": "1.1.0",
2493
2863
  "rimraf": "3.0.2",
2494
2864
  "tar-fs": "2.1.1",
2495
2865
  "unbzip2-stream": "1.4.3",
2496
- "ws": "8.9.0"
2866
+ "ws": "8.10.0"
2497
2867
  },
2498
2868
  "dependencies": {
2499
2869
  "debug": {
@@ -2594,6 +2964,11 @@
2594
2964
  "resolved": "https://registry.npmjs.org/resolve-alpn/-/resolve-alpn-1.2.1.tgz",
2595
2965
  "integrity": "sha512-0a1F4l73/ZFZOakJnQ3FvkJ2+gSTQWz/r2KE5OdDY0TxPm5h4GkqkWWfM47T7HsbnOtcJVEF4epCVy6u7Q3K+g=="
2596
2966
  },
2967
+ "resolve-from": {
2968
+ "version": "4.0.0",
2969
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
2970
+ "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g=="
2971
+ },
2597
2972
  "responselike": {
2598
2973
  "version": "3.0.0",
2599
2974
  "resolved": "https://registry.npmjs.org/responselike/-/responselike-3.0.0.tgz",
@@ -2649,6 +3024,14 @@
2649
3024
  "safe-buffer": "~5.1.0"
2650
3025
  }
2651
3026
  },
3027
+ "supports-color": {
3028
+ "version": "5.5.0",
3029
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
3030
+ "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
3031
+ "requires": {
3032
+ "has-flag": "^3.0.0"
3033
+ }
3034
+ },
2652
3035
  "tar-fs": {
2653
3036
  "version": "2.1.1",
2654
3037
  "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.1.tgz",
@@ -2798,9 +3181,9 @@
2798
3181
  "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="
2799
3182
  },
2800
3183
  "ws": {
2801
- "version": "8.9.0",
2802
- "resolved": "https://registry.npmjs.org/ws/-/ws-8.9.0.tgz",
2803
- "integrity": "sha512-Ja7nszREasGaYUYCI2k4lCKIRTt+y7XuqVoHR44YpI49TtryyqbqvDMn5eqfW7e6HzTukDRIsXqzVHScqRcafg==",
3184
+ "version": "8.10.0",
3185
+ "resolved": "https://registry.npmjs.org/ws/-/ws-8.10.0.tgz",
3186
+ "integrity": "sha512-+s49uSmZpvtAsd2h37vIPy1RBusaLawVe8of+GyEPsaJTCMpj/2v8NpeK1SHXjBlQ95lQTmQofOJnFiLoaN3yw==",
2804
3187
  "requires": {}
2805
3188
  },
2806
3189
  "xml2js": {
@@ -2817,6 +3200,11 @@
2817
3200
  "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-11.0.1.tgz",
2818
3201
  "integrity": "sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA=="
2819
3202
  },
3203
+ "yaml": {
3204
+ "version": "1.10.2",
3205
+ "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",
3206
+ "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg=="
3207
+ },
2820
3208
  "yauzl": {
2821
3209
  "version": "2.10.0",
2822
3210
  "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz",