html-snapshots 1.3.0 → 1.3.1

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.0"
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.5",
75
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.5.tgz",
76
+ "integrity": "sha512-3JRwhbjI+cHLAkUorhf8RnqUbFXajvzX4q6fMn5JwkgtuwfYtRQYI3u4V92vI6NJuTsbBQWWh3RZjFsuevyMGQ==",
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.0",
754
+ "resolved": "https://registry.npmjs.org/html-snapshots/-/html-snapshots-1.3.0.tgz",
755
+ "integrity": "sha512-D673Hv7slHyUOGPV9R8PD9RZuZjjnfrxMDzy8mK1esqqMBfk57utCzbCBuyHy301Kp78+uz/GQhD4jlBrzgbEA==",
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.1.1",
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,24 +1318,26 @@
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.1.2",
1322
+ "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-19.1.2.tgz",
1323
+ "integrity": "sha512-paX23NEpQRoJzz6g/q6A8PwSeAoa+WM263IFQL/ArJcyfotF1WvCBiZkzEcGD864Xm2rFvFuopBWYQjSBfeaQw==",
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.1.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.1.1",
1339
+ "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-19.1.1.tgz",
1340
+ "integrity": "sha512-jV26Ke0VFel4MoXLjqm50uAW2uwksTP6Md1tvtXqWqXM5FyboKI6E9YYJ1qEQilUAqlhgGq8xLN5+SL8bPz/kw==",
1147
1341
  "dependencies": {
1148
1342
  "cross-fetch": "3.1.5",
1149
1343
  "debug": "4.3.4",
@@ -1176,6 +1370,11 @@
1176
1370
  }
1177
1371
  }
1178
1372
  },
1373
+ "node_modules/puppeteer-core/node_modules/devtools-protocol": {
1374
+ "version": "0.0.1045489",
1375
+ "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1045489.tgz",
1376
+ "integrity": "sha512-D+PTmWulkuQW4D1NTiCRCFxF7pQPn0hgp4YyX4wAQ6xYXKOadSWPR3ENGDQ47MW/Ewc9v2rpC/UEEGahgBYpSQ=="
1377
+ },
1179
1378
  "node_modules/puppeteer-core/node_modules/extract-zip": {
1180
1379
  "version": "2.0.1",
1181
1380
  "resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-2.0.1.tgz",
@@ -1299,6 +1498,14 @@
1299
1498
  "resolved": "https://registry.npmjs.org/resolve-alpn/-/resolve-alpn-1.2.1.tgz",
1300
1499
  "integrity": "sha512-0a1F4l73/ZFZOakJnQ3FvkJ2+gSTQWz/r2KE5OdDY0TxPm5h4GkqkWWfM47T7HsbnOtcJVEF4epCVy6u7Q3K+g=="
1301
1500
  },
1501
+ "node_modules/resolve-from": {
1502
+ "version": "4.0.0",
1503
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
1504
+ "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
1505
+ "engines": {
1506
+ "node": ">=4"
1507
+ }
1508
+ },
1302
1509
  "node_modules/responselike": {
1303
1510
  "version": "3.0.0",
1304
1511
  "resolved": "https://registry.npmjs.org/responselike/-/responselike-3.0.0.tgz",
@@ -1374,6 +1581,17 @@
1374
1581
  "safe-buffer": "~5.1.0"
1375
1582
  }
1376
1583
  },
1584
+ "node_modules/supports-color": {
1585
+ "version": "5.5.0",
1586
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
1587
+ "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
1588
+ "dependencies": {
1589
+ "has-flag": "^3.0.0"
1590
+ },
1591
+ "engines": {
1592
+ "node": ">=4"
1593
+ }
1594
+ },
1377
1595
  "node_modules/tar-fs": {
1378
1596
  "version": "2.1.1",
1379
1597
  "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.1.tgz",
@@ -1580,6 +1798,14 @@
1580
1798
  "node": ">=4.0"
1581
1799
  }
1582
1800
  },
1801
+ "node_modules/yaml": {
1802
+ "version": "1.10.2",
1803
+ "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",
1804
+ "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==",
1805
+ "engines": {
1806
+ "node": ">= 6"
1807
+ }
1808
+ },
1583
1809
  "node_modules/yauzl": {
1584
1810
  "version": "2.10.0",
1585
1811
  "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz",
@@ -1591,6 +1817,29 @@
1591
1817
  }
1592
1818
  },
1593
1819
  "dependencies": {
1820
+ "@babel/code-frame": {
1821
+ "version": "7.18.6",
1822
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz",
1823
+ "integrity": "sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==",
1824
+ "requires": {
1825
+ "@babel/highlight": "^7.18.6"
1826
+ }
1827
+ },
1828
+ "@babel/helper-validator-identifier": {
1829
+ "version": "7.19.1",
1830
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz",
1831
+ "integrity": "sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w=="
1832
+ },
1833
+ "@babel/highlight": {
1834
+ "version": "7.18.6",
1835
+ "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz",
1836
+ "integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==",
1837
+ "requires": {
1838
+ "@babel/helper-validator-identifier": "^7.18.6",
1839
+ "chalk": "^2.0.0",
1840
+ "js-tokens": "^4.0.0"
1841
+ }
1842
+ },
1594
1843
  "@sindresorhus/is": {
1595
1844
  "version": "5.3.0",
1596
1845
  "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.3.0.tgz",
@@ -1610,11 +1859,16 @@
1610
1859
  "integrity": "sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ=="
1611
1860
  },
1612
1861
  "@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==",
1862
+ "version": "18.11.5",
1863
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.5.tgz",
1864
+ "integrity": "sha512-3JRwhbjI+cHLAkUorhf8RnqUbFXajvzX4q6fMn5JwkgtuwfYtRQYI3u4V92vI6NJuTsbBQWWh3RZjFsuevyMGQ==",
1616
1865
  "optional": true
1617
1866
  },
1867
+ "@types/parse-json": {
1868
+ "version": "4.0.0",
1869
+ "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz",
1870
+ "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA=="
1871
+ },
1618
1872
  "@types/yauzl": {
1619
1873
  "version": "2.10.0",
1620
1874
  "resolved": "https://registry.npmjs.org/@types/yauzl/-/yauzl-2.10.0.tgz",
@@ -1658,6 +1912,14 @@
1658
1912
  "uri-js": "^4.2.2"
1659
1913
  }
1660
1914
  },
1915
+ "ansi-styles": {
1916
+ "version": "3.2.1",
1917
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
1918
+ "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
1919
+ "requires": {
1920
+ "color-convert": "^1.9.0"
1921
+ }
1922
+ },
1661
1923
  "asn1": {
1662
1924
  "version": "0.2.6",
1663
1925
  "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.6.tgz",
@@ -1783,16 +2045,44 @@
1783
2045
  "responselike": "^3.0.0"
1784
2046
  }
1785
2047
  },
2048
+ "callsites": {
2049
+ "version": "3.1.0",
2050
+ "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
2051
+ "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ=="
2052
+ },
1786
2053
  "caseless": {
1787
2054
  "version": "0.12.0",
1788
2055
  "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz",
1789
2056
  "integrity": "sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw=="
1790
2057
  },
2058
+ "chalk": {
2059
+ "version": "2.4.2",
2060
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
2061
+ "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
2062
+ "requires": {
2063
+ "ansi-styles": "^3.2.1",
2064
+ "escape-string-regexp": "^1.0.5",
2065
+ "supports-color": "^5.3.0"
2066
+ }
2067
+ },
1791
2068
  "chownr": {
1792
2069
  "version": "1.1.4",
1793
2070
  "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz",
1794
2071
  "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg=="
1795
2072
  },
2073
+ "color-convert": {
2074
+ "version": "1.9.3",
2075
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
2076
+ "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
2077
+ "requires": {
2078
+ "color-name": "1.1.3"
2079
+ }
2080
+ },
2081
+ "color-name": {
2082
+ "version": "1.1.3",
2083
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
2084
+ "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="
2085
+ },
1796
2086
  "combine-errors": {
1797
2087
  "version": "3.0.3",
1798
2088
  "resolved": "https://registry.npmjs.org/combine-errors/-/combine-errors-3.0.3.tgz",
@@ -1831,6 +2121,18 @@
1831
2121
  "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
1832
2122
  "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ=="
1833
2123
  },
2124
+ "cosmiconfig": {
2125
+ "version": "7.0.1",
2126
+ "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.1.tgz",
2127
+ "integrity": "sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==",
2128
+ "requires": {
2129
+ "@types/parse-json": "^4.0.0",
2130
+ "import-fresh": "^3.2.1",
2131
+ "parse-json": "^5.0.0",
2132
+ "path-type": "^4.0.0",
2133
+ "yaml": "^1.10.0"
2134
+ }
2135
+ },
1834
2136
  "cross-fetch": {
1835
2137
  "version": "3.1.5",
1836
2138
  "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.5.tgz",
@@ -1886,9 +2188,9 @@
1886
2188
  "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ=="
1887
2189
  },
1888
2190
  "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=="
2191
+ "version": "0.0.1056733",
2192
+ "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1056733.tgz",
2193
+ "integrity": "sha512-CmTu6SQx2g3TbZzDCAV58+LTxVdKplS7xip0g5oDXpZ+isr0rv5dDP8ToyVRywzPHkCCPKgKgScEcwz4uPWDIA=="
1892
2194
  },
1893
2195
  "ecc-jsbn": {
1894
2196
  "version": "0.1.2",
@@ -1907,11 +2209,24 @@
1907
2209
  "once": "^1.4.0"
1908
2210
  }
1909
2211
  },
2212
+ "error-ex": {
2213
+ "version": "1.3.2",
2214
+ "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
2215
+ "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
2216
+ "requires": {
2217
+ "is-arrayish": "^0.2.1"
2218
+ }
2219
+ },
1910
2220
  "es6-promise": {
1911
2221
  "version": "4.2.8",
1912
2222
  "resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-4.2.8.tgz",
1913
2223
  "integrity": "sha512-HJDGx5daxeIvxdBxvG2cb9g4tEvwIk3i8+nhX0yGrYmZUzbkdg8QbDevheDB8gd0//uPj4c1EQua8Q+MViT0/w=="
1914
2224
  },
2225
+ "escape-string-regexp": {
2226
+ "version": "1.0.5",
2227
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
2228
+ "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg=="
2229
+ },
1915
2230
  "extend": {
1916
2231
  "version": "3.0.2",
1917
2232
  "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
@@ -2064,6 +2379,11 @@
2064
2379
  "har-schema": "^2.0.0"
2065
2380
  }
2066
2381
  },
2382
+ "has-flag": {
2383
+ "version": "3.0.0",
2384
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
2385
+ "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw=="
2386
+ },
2067
2387
  "hasha": {
2068
2388
  "version": "2.2.0",
2069
2389
  "resolved": "https://registry.npmjs.org/hasha/-/hasha-2.2.0.tgz",
@@ -2074,9 +2394,9 @@
2074
2394
  }
2075
2395
  },
2076
2396
  "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==",
2397
+ "version": "1.3.0",
2398
+ "resolved": "https://registry.npmjs.org/html-snapshots/-/html-snapshots-1.3.0.tgz",
2399
+ "integrity": "sha512-D673Hv7slHyUOGPV9R8PD9RZuZjjnfrxMDzy8mK1esqqMBfk57utCzbCBuyHy301Kp78+uz/GQhD4jlBrzgbEA==",
2080
2400
  "requires": {
2081
2401
  "async": "3.2.4",
2082
2402
  "async-lock": "1.3.2",
@@ -2085,7 +2405,7 @@
2085
2405
  "lodash": "4.17.21",
2086
2406
  "mkdirp": "1.0.4",
2087
2407
  "phantomjs-prebuilt": "2.1.16",
2088
- "puppeteer": "^19.0.0",
2408
+ "puppeteer": "^19.1.1",
2089
2409
  "rimraf": "3.0.2",
2090
2410
  "xml2js": "0.4.23"
2091
2411
  }
@@ -2143,6 +2463,15 @@
2143
2463
  "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
2144
2464
  "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA=="
2145
2465
  },
2466
+ "import-fresh": {
2467
+ "version": "3.3.0",
2468
+ "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
2469
+ "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
2470
+ "requires": {
2471
+ "parent-module": "^1.0.0",
2472
+ "resolve-from": "^4.0.0"
2473
+ }
2474
+ },
2146
2475
  "inflight": {
2147
2476
  "version": "1.0.6",
2148
2477
  "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
@@ -2157,6 +2486,11 @@
2157
2486
  "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
2158
2487
  "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
2159
2488
  },
2489
+ "is-arrayish": {
2490
+ "version": "0.2.1",
2491
+ "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
2492
+ "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg=="
2493
+ },
2160
2494
  "is-stream": {
2161
2495
  "version": "1.1.0",
2162
2496
  "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz",
@@ -2182,6 +2516,11 @@
2182
2516
  "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz",
2183
2517
  "integrity": "sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g=="
2184
2518
  },
2519
+ "js-tokens": {
2520
+ "version": "4.0.0",
2521
+ "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
2522
+ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
2523
+ },
2185
2524
  "jsbn": {
2186
2525
  "version": "0.1.1",
2187
2526
  "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz",
@@ -2192,6 +2531,11 @@
2192
2531
  "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
2193
2532
  "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ=="
2194
2533
  },
2534
+ "json-parse-even-better-errors": {
2535
+ "version": "2.3.1",
2536
+ "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
2537
+ "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w=="
2538
+ },
2195
2539
  "json-schema": {
2196
2540
  "version": "0.4.0",
2197
2541
  "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz",
@@ -2247,6 +2591,11 @@
2247
2591
  "graceful-fs": "^4.1.9"
2248
2592
  }
2249
2593
  },
2594
+ "lines-and-columns": {
2595
+ "version": "1.2.4",
2596
+ "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
2597
+ "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg=="
2598
+ },
2250
2599
  "lodash": {
2251
2600
  "version": "4.17.21",
2252
2601
  "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
@@ -2383,11 +2732,35 @@
2383
2732
  "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-3.0.0.tgz",
2384
2733
  "integrity": "sha512-mlVgR3PGuzlo0MmTdk4cXqXWlwQDLnONTAg6sm62XkMJEiRxN3GL3SffkYvqwonbkJBcrI7Uvv5Zh9yjvn2iUw=="
2385
2734
  },
2735
+ "parent-module": {
2736
+ "version": "1.0.1",
2737
+ "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
2738
+ "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
2739
+ "requires": {
2740
+ "callsites": "^3.0.0"
2741
+ }
2742
+ },
2743
+ "parse-json": {
2744
+ "version": "5.2.0",
2745
+ "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
2746
+ "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
2747
+ "requires": {
2748
+ "@babel/code-frame": "^7.0.0",
2749
+ "error-ex": "^1.3.1",
2750
+ "json-parse-even-better-errors": "^2.3.0",
2751
+ "lines-and-columns": "^1.1.6"
2752
+ }
2753
+ },
2386
2754
  "path-is-absolute": {
2387
2755
  "version": "1.0.1",
2388
2756
  "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
2389
2757
  "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg=="
2390
2758
  },
2759
+ "path-type": {
2760
+ "version": "4.0.0",
2761
+ "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
2762
+ "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw=="
2763
+ },
2391
2764
  "pend": {
2392
2765
  "version": "1.2.0",
2393
2766
  "resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz",
@@ -2462,14 +2835,16 @@
2462
2835
  "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A=="
2463
2836
  },
2464
2837
  "puppeteer": {
2465
- "version": "19.0.0",
2466
- "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-19.0.0.tgz",
2467
- "integrity": "sha512-3Ga5IVerQQ2hKU9q7T28RmcUsd8F2kL6cYuPcPCzeclSjmHhGydPBZL/KJKC02sG6J6Wfry85uiWpbkjQ5qBiw==",
2838
+ "version": "19.1.2",
2839
+ "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-19.1.2.tgz",
2840
+ "integrity": "sha512-paX23NEpQRoJzz6g/q6A8PwSeAoa+WM263IFQL/ArJcyfotF1WvCBiZkzEcGD864Xm2rFvFuopBWYQjSBfeaQw==",
2468
2841
  "requires": {
2842
+ "cosmiconfig": "7.0.1",
2843
+ "devtools-protocol": "0.0.1056733",
2469
2844
  "https-proxy-agent": "5.0.1",
2470
2845
  "progress": "2.0.3",
2471
2846
  "proxy-from-env": "1.1.0",
2472
- "puppeteer-core": "19.0.0"
2847
+ "puppeteer-core": "19.1.1"
2473
2848
  },
2474
2849
  "dependencies": {
2475
2850
  "progress": {
@@ -2480,9 +2855,9 @@
2480
2855
  }
2481
2856
  },
2482
2857
  "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==",
2858
+ "version": "19.1.1",
2859
+ "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-19.1.1.tgz",
2860
+ "integrity": "sha512-jV26Ke0VFel4MoXLjqm50uAW2uwksTP6Md1tvtXqWqXM5FyboKI6E9YYJ1qEQilUAqlhgGq8xLN5+SL8bPz/kw==",
2486
2861
  "requires": {
2487
2862
  "cross-fetch": "3.1.5",
2488
2863
  "debug": "4.3.4",
@@ -2504,6 +2879,11 @@
2504
2879
  "ms": "2.1.2"
2505
2880
  }
2506
2881
  },
2882
+ "devtools-protocol": {
2883
+ "version": "0.0.1045489",
2884
+ "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1045489.tgz",
2885
+ "integrity": "sha512-D+PTmWulkuQW4D1NTiCRCFxF7pQPn0hgp4YyX4wAQ6xYXKOadSWPR3ENGDQ47MW/Ewc9v2rpC/UEEGahgBYpSQ=="
2886
+ },
2507
2887
  "extract-zip": {
2508
2888
  "version": "2.0.1",
2509
2889
  "resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-2.0.1.tgz",
@@ -2594,6 +2974,11 @@
2594
2974
  "resolved": "https://registry.npmjs.org/resolve-alpn/-/resolve-alpn-1.2.1.tgz",
2595
2975
  "integrity": "sha512-0a1F4l73/ZFZOakJnQ3FvkJ2+gSTQWz/r2KE5OdDY0TxPm5h4GkqkWWfM47T7HsbnOtcJVEF4epCVy6u7Q3K+g=="
2596
2976
  },
2977
+ "resolve-from": {
2978
+ "version": "4.0.0",
2979
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
2980
+ "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g=="
2981
+ },
2597
2982
  "responselike": {
2598
2983
  "version": "3.0.0",
2599
2984
  "resolved": "https://registry.npmjs.org/responselike/-/responselike-3.0.0.tgz",
@@ -2649,6 +3034,14 @@
2649
3034
  "safe-buffer": "~5.1.0"
2650
3035
  }
2651
3036
  },
3037
+ "supports-color": {
3038
+ "version": "5.5.0",
3039
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
3040
+ "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
3041
+ "requires": {
3042
+ "has-flag": "^3.0.0"
3043
+ }
3044
+ },
2652
3045
  "tar-fs": {
2653
3046
  "version": "2.1.1",
2654
3047
  "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.1.tgz",
@@ -2817,6 +3210,11 @@
2817
3210
  "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-11.0.1.tgz",
2818
3211
  "integrity": "sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA=="
2819
3212
  },
3213
+ "yaml": {
3214
+ "version": "1.10.2",
3215
+ "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",
3216
+ "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg=="
3217
+ },
2820
3218
  "yauzl": {
2821
3219
  "version": "2.10.0",
2822
3220
  "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz",
@@ -7,6 +7,6 @@
7
7
  "start": "node ./snapshot.js"
8
8
  },
9
9
  "dependencies": {
10
- "html-snapshots": "^1.2.0"
10
+ "html-snapshots": "^1.3.0"
11
11
  }
12
12
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "html-snapshots",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "author": {
5
5
  "name": "Alex Grant",
6
6
  "email": "alex@localnerve.com",
@@ -57,7 +57,7 @@
57
57
  "lodash": "4.17.21",
58
58
  "mkdirp": "1.0.4",
59
59
  "phantomjs-prebuilt": "2.1.16",
60
- "puppeteer": "^19.1.1",
60
+ "puppeteer": "^19.2.0",
61
61
  "rimraf": "3.0.2",
62
62
  "xml2js": "0.4.23"
63
63
  },