html-snapshots 1.3.1 → 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.0",
10
10
  "dependencies": {
11
- "html-snapshots": "^1.1.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.8.4",
43
- "resolved": "https://registry.npmjs.org/@types/node/-/node-18.8.4.tgz",
44
- "integrity": "sha512-WdlVphvfR/GJCLEMbNA8lJ0lhFNBj4SW3O+O5/cEGw9oYrv0al9zTwuQsq+myDUXgNx2jgBynoVgZ2MMJ6pbow==",
74
+ "version": "18.11.7",
75
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.7.tgz",
76
+ "integrity": "sha512-LhFTglglr63mNXUSRYD8A+ZAIu5sFqNJ4Y2fPuY7UlrySJH87rRRlhtVmMHplmfk5WkoJGmDjE9oiTfyX94CpQ==",
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",
@@ -99,6 +136,17 @@
99
136
  "url": "https://github.com/sponsors/epoberezkin"
100
137
  }
101
138
  },
139
+ "node_modules/ansi-styles": {
140
+ "version": "3.2.1",
141
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
142
+ "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
143
+ "dependencies": {
144
+ "color-convert": "^1.9.0"
145
+ },
146
+ "engines": {
147
+ "node": ">=4"
148
+ }
149
+ },
102
150
  "node_modules/asn1": {
103
151
  "version": "0.2.4",
104
152
  "license": "MIT",
@@ -244,31 +292,65 @@
244
292
  }
245
293
  },
246
294
  "node_modules/cacheable-request": {
247
- "version": "10.2.1",
248
- "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-10.2.1.tgz",
249
- "integrity": "sha512-3tLJyBjGuXw1s5gpKFSG3iS4kaKT4id04dZi98wzHQp/8cqZNweBnrF9J+rrlvrf4M53OdtDGNctNHFias8BEA==",
295
+ "version": "10.2.2",
296
+ "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-10.2.2.tgz",
297
+ "integrity": "sha512-KxjQZM3UIo7/J6W4sLpwFvu1GB3Whv8NtZ8ZrUL284eiQjiXeeqWTdhixNrp/NLZ/JNuFBo6BD4ZaO8ZJ5BN8Q==",
250
298
  "dependencies": {
251
299
  "@types/http-cache-semantics": "^4.0.1",
252
300
  "get-stream": "^6.0.1",
253
301
  "http-cache-semantics": "^4.1.0",
254
302
  "keyv": "^4.5.0",
255
303
  "mimic-response": "^4.0.0",
256
- "normalize-url": "^7.1.0",
304
+ "normalize-url": "^7.2.0",
257
305
  "responselike": "^3.0.0"
258
306
  },
259
307
  "engines": {
260
308
  "node": ">=14.16"
261
309
  }
262
310
  },
311
+ "node_modules/callsites": {
312
+ "version": "3.1.0",
313
+ "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
314
+ "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
315
+ "engines": {
316
+ "node": ">=6"
317
+ }
318
+ },
263
319
  "node_modules/caseless": {
264
320
  "version": "0.12.0",
265
321
  "license": "Apache-2.0"
266
322
  },
323
+ "node_modules/chalk": {
324
+ "version": "2.4.2",
325
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
326
+ "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
327
+ "dependencies": {
328
+ "ansi-styles": "^3.2.1",
329
+ "escape-string-regexp": "^1.0.5",
330
+ "supports-color": "^5.3.0"
331
+ },
332
+ "engines": {
333
+ "node": ">=4"
334
+ }
335
+ },
267
336
  "node_modules/chownr": {
268
337
  "version": "1.1.4",
269
338
  "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz",
270
339
  "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg=="
271
340
  },
341
+ "node_modules/color-convert": {
342
+ "version": "1.9.3",
343
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
344
+ "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
345
+ "dependencies": {
346
+ "color-name": "1.1.3"
347
+ }
348
+ },
349
+ "node_modules/color-name": {
350
+ "version": "1.1.3",
351
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
352
+ "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="
353
+ },
272
354
  "node_modules/combine-errors": {
273
355
  "version": "3.0.3",
274
356
  "dependencies": {
@@ -308,6 +390,21 @@
308
390
  "version": "1.0.2",
309
391
  "license": "MIT"
310
392
  },
393
+ "node_modules/cosmiconfig": {
394
+ "version": "7.0.1",
395
+ "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.1.tgz",
396
+ "integrity": "sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==",
397
+ "dependencies": {
398
+ "@types/parse-json": "^4.0.0",
399
+ "import-fresh": "^3.2.1",
400
+ "parse-json": "^5.0.0",
401
+ "path-type": "^4.0.0",
402
+ "yaml": "^1.10.0"
403
+ },
404
+ "engines": {
405
+ "node": ">=10"
406
+ }
407
+ },
311
408
  "node_modules/cross-fetch": {
312
409
  "version": "3.1.5",
313
410
  "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.5.tgz",
@@ -378,9 +475,9 @@
378
475
  }
379
476
  },
380
477
  "node_modules/devtools-protocol": {
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=="
478
+ "version": "0.0.1056733",
479
+ "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1056733.tgz",
480
+ "integrity": "sha512-CmTu6SQx2g3TbZzDCAV58+LTxVdKplS7xip0g5oDXpZ+isr0rv5dDP8ToyVRywzPHkCCPKgKgScEcwz4uPWDIA=="
384
481
  },
385
482
  "node_modules/ecc-jsbn": {
386
483
  "version": "0.1.2",
@@ -398,10 +495,26 @@
398
495
  "once": "^1.4.0"
399
496
  }
400
497
  },
498
+ "node_modules/error-ex": {
499
+ "version": "1.3.2",
500
+ "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
501
+ "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
502
+ "dependencies": {
503
+ "is-arrayish": "^0.2.1"
504
+ }
505
+ },
401
506
  "node_modules/es6-promise": {
402
507
  "version": "4.2.8",
403
508
  "license": "MIT"
404
509
  },
510
+ "node_modules/escape-string-regexp": {
511
+ "version": "1.0.5",
512
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
513
+ "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
514
+ "engines": {
515
+ "node": ">=0.8.0"
516
+ }
517
+ },
405
518
  "node_modules/extend": {
406
519
  "version": "3.0.2",
407
520
  "license": "MIT"
@@ -535,9 +648,9 @@
535
648
  }
536
649
  },
537
650
  "node_modules/got": {
538
- "version": "12.5.1",
539
- "resolved": "https://registry.npmjs.org/got/-/got-12.5.1.tgz",
540
- "integrity": "sha512-sD16AK8cCyUoPtKr/NMvLTFFa+T3i3S+zoiuvhq0HP2YiqBZA9AtlBjAdsQBsLBK7slPuvmfE0OxhGi7N5dD4w==",
651
+ "version": "12.5.2",
652
+ "resolved": "https://registry.npmjs.org/got/-/got-12.5.2.tgz",
653
+ "integrity": "sha512-guHGMSEcsA5m1oPRweXUJnug0vuvlkX9wx5hzOka+ZBrBUOJHU0Z1JcNu3QE5IPGnA5aXUsQHdWOD4eJg9/v3A==",
541
654
  "dependencies": {
542
655
  "@sindresorhus/is": "^5.2.0",
543
656
  "@szmarczak/http-timer": "^5.0.1",
@@ -581,6 +694,14 @@
581
694
  "node": ">=6"
582
695
  }
583
696
  },
697
+ "node_modules/has-flag": {
698
+ "version": "3.0.0",
699
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
700
+ "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
701
+ "engines": {
702
+ "node": ">=4"
703
+ }
704
+ },
584
705
  "node_modules/hasha": {
585
706
  "version": "2.2.0",
586
707
  "license": "MIT",
@@ -593,18 +714,18 @@
593
714
  }
594
715
  },
595
716
  "node_modules/html-snapshots": {
596
- "version": "1.1.0",
597
- "resolved": "https://registry.npmjs.org/html-snapshots/-/html-snapshots-1.1.0.tgz",
598
- "integrity": "sha512-J0Bg/hLBbSWP4579qVYDjdTJbsDqrUkhtMntS118Dqk7O7lzS0X1FF7lZKGMOtlCXC6CDpnEtKIYNE4bReBgsA==",
717
+ "version": "1.3.0",
718
+ "resolved": "https://registry.npmjs.org/html-snapshots/-/html-snapshots-1.3.0.tgz",
719
+ "integrity": "sha512-D673Hv7slHyUOGPV9R8PD9RZuZjjnfrxMDzy8mK1esqqMBfk57utCzbCBuyHy301Kp78+uz/GQhD4jlBrzgbEA==",
599
720
  "dependencies": {
600
721
  "async": "3.2.4",
601
722
  "async-lock": "1.3.2",
602
723
  "combine-errors": "3.0.3",
603
- "got": "12.5.1",
724
+ "got": "12.5.2",
604
725
  "lodash": "4.17.21",
605
726
  "mkdirp": "1.0.4",
606
727
  "phantomjs-prebuilt": "2.1.16",
607
- "puppeteer": "^18.2.1",
728
+ "puppeteer": "^19.1.1",
608
729
  "rimraf": "3.0.2",
609
730
  "xml2js": "0.4.23"
610
731
  },
@@ -694,6 +815,21 @@
694
815
  }
695
816
  ]
696
817
  },
818
+ "node_modules/import-fresh": {
819
+ "version": "3.3.0",
820
+ "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
821
+ "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
822
+ "dependencies": {
823
+ "parent-module": "^1.0.0",
824
+ "resolve-from": "^4.0.0"
825
+ },
826
+ "engines": {
827
+ "node": ">=6"
828
+ },
829
+ "funding": {
830
+ "url": "https://github.com/sponsors/sindresorhus"
831
+ }
832
+ },
697
833
  "node_modules/inflight": {
698
834
  "version": "1.0.6",
699
835
  "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
@@ -707,6 +843,11 @@
707
843
  "version": "2.0.4",
708
844
  "license": "ISC"
709
845
  },
846
+ "node_modules/is-arrayish": {
847
+ "version": "0.2.1",
848
+ "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
849
+ "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg=="
850
+ },
710
851
  "node_modules/is-stream": {
711
852
  "version": "1.1.0",
712
853
  "license": "MIT",
@@ -730,6 +871,11 @@
730
871
  "version": "0.1.2",
731
872
  "license": "MIT"
732
873
  },
874
+ "node_modules/js-tokens": {
875
+ "version": "4.0.0",
876
+ "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
877
+ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
878
+ },
733
879
  "node_modules/jsbn": {
734
880
  "version": "0.1.1",
735
881
  "license": "MIT"
@@ -739,6 +885,11 @@
739
885
  "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
740
886
  "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ=="
741
887
  },
888
+ "node_modules/json-parse-even-better-errors": {
889
+ "version": "2.3.1",
890
+ "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
891
+ "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w=="
892
+ },
742
893
  "node_modules/json-schema": {
743
894
  "version": "0.2.3"
744
895
  },
@@ -789,6 +940,11 @@
789
940
  "graceful-fs": "^4.1.9"
790
941
  }
791
942
  },
943
+ "node_modules/lines-and-columns": {
944
+ "version": "1.2.4",
945
+ "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
946
+ "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg=="
947
+ },
792
948
  "node_modules/lodash": {
793
949
  "version": "4.17.21",
794
950
  "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
@@ -963,6 +1119,34 @@
963
1119
  "node": ">=12.20"
964
1120
  }
965
1121
  },
1122
+ "node_modules/parent-module": {
1123
+ "version": "1.0.1",
1124
+ "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
1125
+ "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
1126
+ "dependencies": {
1127
+ "callsites": "^3.0.0"
1128
+ },
1129
+ "engines": {
1130
+ "node": ">=6"
1131
+ }
1132
+ },
1133
+ "node_modules/parse-json": {
1134
+ "version": "5.2.0",
1135
+ "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
1136
+ "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
1137
+ "dependencies": {
1138
+ "@babel/code-frame": "^7.0.0",
1139
+ "error-ex": "^1.3.1",
1140
+ "json-parse-even-better-errors": "^2.3.0",
1141
+ "lines-and-columns": "^1.1.6"
1142
+ },
1143
+ "engines": {
1144
+ "node": ">=8"
1145
+ },
1146
+ "funding": {
1147
+ "url": "https://github.com/sponsors/sindresorhus"
1148
+ }
1149
+ },
966
1150
  "node_modules/path-is-absolute": {
967
1151
  "version": "1.0.1",
968
1152
  "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
@@ -971,6 +1155,14 @@
971
1155
  "node": ">=0.10.0"
972
1156
  }
973
1157
  },
1158
+ "node_modules/path-type": {
1159
+ "version": "4.0.0",
1160
+ "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
1161
+ "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
1162
+ "engines": {
1163
+ "node": ">=8"
1164
+ }
1165
+ },
974
1166
  "node_modules/pend": {
975
1167
  "version": "1.2.0",
976
1168
  "license": "MIT"
@@ -1051,35 +1243,37 @@
1051
1243
  }
1052
1244
  },
1053
1245
  "node_modules/puppeteer": {
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==",
1246
+ "version": "19.2.0",
1247
+ "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-19.2.0.tgz",
1248
+ "integrity": "sha512-rhr5ery8htpOTikmm/wrDU707wtmJ7ccX2WLkBf0A8eYYpscck5/iz04/fHOiIRWMFfnYOvaO9wNb4jcO3Mjyg==",
1057
1249
  "hasInstallScript": true,
1058
1250
  "dependencies": {
1251
+ "cosmiconfig": "7.0.1",
1252
+ "devtools-protocol": "0.0.1056733",
1059
1253
  "https-proxy-agent": "5.0.1",
1060
1254
  "progress": "2.0.3",
1061
1255
  "proxy-from-env": "1.1.0",
1062
- "puppeteer-core": "18.2.1"
1256
+ "puppeteer-core": "19.2.0"
1063
1257
  },
1064
1258
  "engines": {
1065
1259
  "node": ">=14.1.0"
1066
1260
  }
1067
1261
  },
1068
1262
  "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==",
1263
+ "version": "19.2.0",
1264
+ "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-19.2.0.tgz",
1265
+ "integrity": "sha512-wdoZDzf46y1ScpPEUDAzIWDmvG272BbdqSvDMvtYNjy2UJZT/j5OS5k813o2lfT4HtOle79eByCLs24iXbat1g==",
1072
1266
  "dependencies": {
1073
1267
  "cross-fetch": "3.1.5",
1074
1268
  "debug": "4.3.4",
1075
- "devtools-protocol": "0.0.1045489",
1269
+ "devtools-protocol": "0.0.1056733",
1076
1270
  "extract-zip": "2.0.1",
1077
1271
  "https-proxy-agent": "5.0.1",
1078
1272
  "proxy-from-env": "1.1.0",
1079
1273
  "rimraf": "3.0.2",
1080
1274
  "tar-fs": "2.1.1",
1081
1275
  "unbzip2-stream": "1.4.3",
1082
- "ws": "8.9.0"
1276
+ "ws": "8.10.0"
1083
1277
  },
1084
1278
  "engines": {
1085
1279
  "node": ">=14.1.0"
@@ -1220,6 +1414,14 @@
1220
1414
  "resolved": "https://registry.npmjs.org/resolve-alpn/-/resolve-alpn-1.2.1.tgz",
1221
1415
  "integrity": "sha512-0a1F4l73/ZFZOakJnQ3FvkJ2+gSTQWz/r2KE5OdDY0TxPm5h4GkqkWWfM47T7HsbnOtcJVEF4epCVy6u7Q3K+g=="
1222
1416
  },
1417
+ "node_modules/resolve-from": {
1418
+ "version": "4.0.0",
1419
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
1420
+ "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
1421
+ "engines": {
1422
+ "node": ">=4"
1423
+ }
1424
+ },
1223
1425
  "node_modules/responselike": {
1224
1426
  "version": "3.0.0",
1225
1427
  "resolved": "https://registry.npmjs.org/responselike/-/responselike-3.0.0.tgz",
@@ -1290,6 +1492,17 @@
1290
1492
  "safe-buffer": "~5.1.0"
1291
1493
  }
1292
1494
  },
1495
+ "node_modules/supports-color": {
1496
+ "version": "5.5.0",
1497
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
1498
+ "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
1499
+ "dependencies": {
1500
+ "has-flag": "^3.0.0"
1501
+ },
1502
+ "engines": {
1503
+ "node": ">=4"
1504
+ }
1505
+ },
1293
1506
  "node_modules/tar-fs": {
1294
1507
  "version": "2.1.1",
1295
1508
  "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.1.tgz",
@@ -1441,9 +1654,9 @@
1441
1654
  "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="
1442
1655
  },
1443
1656
  "node_modules/ws": {
1444
- "version": "8.9.0",
1445
- "resolved": "https://registry.npmjs.org/ws/-/ws-8.9.0.tgz",
1446
- "integrity": "sha512-Ja7nszREasGaYUYCI2k4lCKIRTt+y7XuqVoHR44YpI49TtryyqbqvDMn5eqfW7e6HzTukDRIsXqzVHScqRcafg==",
1657
+ "version": "8.10.0",
1658
+ "resolved": "https://registry.npmjs.org/ws/-/ws-8.10.0.tgz",
1659
+ "integrity": "sha512-+s49uSmZpvtAsd2h37vIPy1RBusaLawVe8of+GyEPsaJTCMpj/2v8NpeK1SHXjBlQ95lQTmQofOJnFiLoaN3yw==",
1447
1660
  "engines": {
1448
1661
  "node": ">=10.0.0"
1449
1662
  },
@@ -1478,6 +1691,14 @@
1478
1691
  "node": ">=4.0"
1479
1692
  }
1480
1693
  },
1694
+ "node_modules/yaml": {
1695
+ "version": "1.10.2",
1696
+ "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",
1697
+ "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==",
1698
+ "engines": {
1699
+ "node": ">= 6"
1700
+ }
1701
+ },
1481
1702
  "node_modules/yauzl": {
1482
1703
  "version": "2.10.0",
1483
1704
  "license": "MIT",
@@ -1488,6 +1709,29 @@
1488
1709
  }
1489
1710
  },
1490
1711
  "dependencies": {
1712
+ "@babel/code-frame": {
1713
+ "version": "7.18.6",
1714
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz",
1715
+ "integrity": "sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==",
1716
+ "requires": {
1717
+ "@babel/highlight": "^7.18.6"
1718
+ }
1719
+ },
1720
+ "@babel/helper-validator-identifier": {
1721
+ "version": "7.19.1",
1722
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz",
1723
+ "integrity": "sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w=="
1724
+ },
1725
+ "@babel/highlight": {
1726
+ "version": "7.18.6",
1727
+ "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz",
1728
+ "integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==",
1729
+ "requires": {
1730
+ "@babel/helper-validator-identifier": "^7.18.6",
1731
+ "chalk": "^2.0.0",
1732
+ "js-tokens": "^4.0.0"
1733
+ }
1734
+ },
1491
1735
  "@sindresorhus/is": {
1492
1736
  "version": "5.3.0",
1493
1737
  "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.3.0.tgz",
@@ -1507,11 +1751,16 @@
1507
1751
  "integrity": "sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ=="
1508
1752
  },
1509
1753
  "@types/node": {
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==",
1754
+ "version": "18.11.7",
1755
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.7.tgz",
1756
+ "integrity": "sha512-LhFTglglr63mNXUSRYD8A+ZAIu5sFqNJ4Y2fPuY7UlrySJH87rRRlhtVmMHplmfk5WkoJGmDjE9oiTfyX94CpQ==",
1513
1757
  "optional": true
1514
1758
  },
1759
+ "@types/parse-json": {
1760
+ "version": "4.0.0",
1761
+ "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz",
1762
+ "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA=="
1763
+ },
1515
1764
  "@types/yauzl": {
1516
1765
  "version": "2.10.0",
1517
1766
  "resolved": "https://registry.npmjs.org/@types/yauzl/-/yauzl-2.10.0.tgz",
@@ -1553,6 +1802,14 @@
1553
1802
  "uri-js": "^4.2.2"
1554
1803
  }
1555
1804
  },
1805
+ "ansi-styles": {
1806
+ "version": "3.2.1",
1807
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
1808
+ "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
1809
+ "requires": {
1810
+ "color-convert": "^1.9.0"
1811
+ }
1812
+ },
1556
1813
  "asn1": {
1557
1814
  "version": "0.2.4",
1558
1815
  "requires": {
@@ -1649,27 +1906,55 @@
1649
1906
  "integrity": "sha512-+qJyx4xiKra8mZrcwhjMRMUhD5NR1R8esPkzIYxX96JiecFoxAXFuz/GpR3+ev4PE1WamHip78wV0vcmPQtp8w=="
1650
1907
  },
1651
1908
  "cacheable-request": {
1652
- "version": "10.2.1",
1653
- "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-10.2.1.tgz",
1654
- "integrity": "sha512-3tLJyBjGuXw1s5gpKFSG3iS4kaKT4id04dZi98wzHQp/8cqZNweBnrF9J+rrlvrf4M53OdtDGNctNHFias8BEA==",
1909
+ "version": "10.2.2",
1910
+ "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-10.2.2.tgz",
1911
+ "integrity": "sha512-KxjQZM3UIo7/J6W4sLpwFvu1GB3Whv8NtZ8ZrUL284eiQjiXeeqWTdhixNrp/NLZ/JNuFBo6BD4ZaO8ZJ5BN8Q==",
1655
1912
  "requires": {
1656
1913
  "@types/http-cache-semantics": "^4.0.1",
1657
1914
  "get-stream": "^6.0.1",
1658
1915
  "http-cache-semantics": "^4.1.0",
1659
1916
  "keyv": "^4.5.0",
1660
1917
  "mimic-response": "^4.0.0",
1661
- "normalize-url": "^7.1.0",
1918
+ "normalize-url": "^7.2.0",
1662
1919
  "responselike": "^3.0.0"
1663
1920
  }
1664
1921
  },
1922
+ "callsites": {
1923
+ "version": "3.1.0",
1924
+ "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
1925
+ "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ=="
1926
+ },
1665
1927
  "caseless": {
1666
1928
  "version": "0.12.0"
1667
1929
  },
1930
+ "chalk": {
1931
+ "version": "2.4.2",
1932
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
1933
+ "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
1934
+ "requires": {
1935
+ "ansi-styles": "^3.2.1",
1936
+ "escape-string-regexp": "^1.0.5",
1937
+ "supports-color": "^5.3.0"
1938
+ }
1939
+ },
1668
1940
  "chownr": {
1669
1941
  "version": "1.1.4",
1670
1942
  "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz",
1671
1943
  "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg=="
1672
1944
  },
1945
+ "color-convert": {
1946
+ "version": "1.9.3",
1947
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
1948
+ "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
1949
+ "requires": {
1950
+ "color-name": "1.1.3"
1951
+ }
1952
+ },
1953
+ "color-name": {
1954
+ "version": "1.1.3",
1955
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
1956
+ "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="
1957
+ },
1673
1958
  "combine-errors": {
1674
1959
  "version": "3.0.3",
1675
1960
  "requires": {
@@ -1700,6 +1985,18 @@
1700
1985
  "core-util-is": {
1701
1986
  "version": "1.0.2"
1702
1987
  },
1988
+ "cosmiconfig": {
1989
+ "version": "7.0.1",
1990
+ "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.1.tgz",
1991
+ "integrity": "sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==",
1992
+ "requires": {
1993
+ "@types/parse-json": "^4.0.0",
1994
+ "import-fresh": "^3.2.1",
1995
+ "parse-json": "^5.0.0",
1996
+ "path-type": "^4.0.0",
1997
+ "yaml": "^1.10.0"
1998
+ }
1999
+ },
1703
2000
  "cross-fetch": {
1704
2001
  "version": "3.1.5",
1705
2002
  "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.5.tgz",
@@ -1747,9 +2044,9 @@
1747
2044
  "version": "1.0.0"
1748
2045
  },
1749
2046
  "devtools-protocol": {
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=="
2047
+ "version": "0.0.1056733",
2048
+ "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1056733.tgz",
2049
+ "integrity": "sha512-CmTu6SQx2g3TbZzDCAV58+LTxVdKplS7xip0g5oDXpZ+isr0rv5dDP8ToyVRywzPHkCCPKgKgScEcwz4uPWDIA=="
1753
2050
  },
1754
2051
  "ecc-jsbn": {
1755
2052
  "version": "0.1.2",
@@ -1766,9 +2063,22 @@
1766
2063
  "once": "^1.4.0"
1767
2064
  }
1768
2065
  },
2066
+ "error-ex": {
2067
+ "version": "1.3.2",
2068
+ "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
2069
+ "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
2070
+ "requires": {
2071
+ "is-arrayish": "^0.2.1"
2072
+ }
2073
+ },
1769
2074
  "es6-promise": {
1770
2075
  "version": "4.2.8"
1771
2076
  },
2077
+ "escape-string-regexp": {
2078
+ "version": "1.0.5",
2079
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
2080
+ "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg=="
2081
+ },
1772
2082
  "extend": {
1773
2083
  "version": "3.0.2"
1774
2084
  },
@@ -1863,9 +2173,9 @@
1863
2173
  }
1864
2174
  },
1865
2175
  "got": {
1866
- "version": "12.5.1",
1867
- "resolved": "https://registry.npmjs.org/got/-/got-12.5.1.tgz",
1868
- "integrity": "sha512-sD16AK8cCyUoPtKr/NMvLTFFa+T3i3S+zoiuvhq0HP2YiqBZA9AtlBjAdsQBsLBK7slPuvmfE0OxhGi7N5dD4w==",
2176
+ "version": "12.5.2",
2177
+ "resolved": "https://registry.npmjs.org/got/-/got-12.5.2.tgz",
2178
+ "integrity": "sha512-guHGMSEcsA5m1oPRweXUJnug0vuvlkX9wx5hzOka+ZBrBUOJHU0Z1JcNu3QE5IPGnA5aXUsQHdWOD4eJg9/v3A==",
1869
2179
  "requires": {
1870
2180
  "@sindresorhus/is": "^5.2.0",
1871
2181
  "@szmarczak/http-timer": "^5.0.1",
@@ -1893,6 +2203,11 @@
1893
2203
  "har-schema": "^2.0.0"
1894
2204
  }
1895
2205
  },
2206
+ "has-flag": {
2207
+ "version": "3.0.0",
2208
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
2209
+ "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw=="
2210
+ },
1896
2211
  "hasha": {
1897
2212
  "version": "2.2.0",
1898
2213
  "requires": {
@@ -1901,18 +2216,18 @@
1901
2216
  }
1902
2217
  },
1903
2218
  "html-snapshots": {
1904
- "version": "1.1.0",
1905
- "resolved": "https://registry.npmjs.org/html-snapshots/-/html-snapshots-1.1.0.tgz",
1906
- "integrity": "sha512-J0Bg/hLBbSWP4579qVYDjdTJbsDqrUkhtMntS118Dqk7O7lzS0X1FF7lZKGMOtlCXC6CDpnEtKIYNE4bReBgsA==",
2219
+ "version": "1.3.0",
2220
+ "resolved": "https://registry.npmjs.org/html-snapshots/-/html-snapshots-1.3.0.tgz",
2221
+ "integrity": "sha512-D673Hv7slHyUOGPV9R8PD9RZuZjjnfrxMDzy8mK1esqqMBfk57utCzbCBuyHy301Kp78+uz/GQhD4jlBrzgbEA==",
1907
2222
  "requires": {
1908
2223
  "async": "3.2.4",
1909
2224
  "async-lock": "1.3.2",
1910
2225
  "combine-errors": "3.0.3",
1911
- "got": "12.5.1",
2226
+ "got": "12.5.2",
1912
2227
  "lodash": "4.17.21",
1913
2228
  "mkdirp": "1.0.4",
1914
2229
  "phantomjs-prebuilt": "2.1.16",
1915
- "puppeteer": "^18.2.1",
2230
+ "puppeteer": "^19.1.1",
1916
2231
  "rimraf": "3.0.2",
1917
2232
  "xml2js": "0.4.23"
1918
2233
  }
@@ -1968,6 +2283,15 @@
1968
2283
  "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
1969
2284
  "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA=="
1970
2285
  },
2286
+ "import-fresh": {
2287
+ "version": "3.3.0",
2288
+ "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
2289
+ "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
2290
+ "requires": {
2291
+ "parent-module": "^1.0.0",
2292
+ "resolve-from": "^4.0.0"
2293
+ }
2294
+ },
1971
2295
  "inflight": {
1972
2296
  "version": "1.0.6",
1973
2297
  "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
@@ -1980,6 +2304,11 @@
1980
2304
  "inherits": {
1981
2305
  "version": "2.0.4"
1982
2306
  },
2307
+ "is-arrayish": {
2308
+ "version": "0.2.1",
2309
+ "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
2310
+ "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg=="
2311
+ },
1983
2312
  "is-stream": {
1984
2313
  "version": "1.1.0"
1985
2314
  },
@@ -1995,6 +2324,11 @@
1995
2324
  "isstream": {
1996
2325
  "version": "0.1.2"
1997
2326
  },
2327
+ "js-tokens": {
2328
+ "version": "4.0.0",
2329
+ "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
2330
+ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
2331
+ },
1998
2332
  "jsbn": {
1999
2333
  "version": "0.1.1"
2000
2334
  },
@@ -2003,6 +2337,11 @@
2003
2337
  "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
2004
2338
  "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ=="
2005
2339
  },
2340
+ "json-parse-even-better-errors": {
2341
+ "version": "2.3.1",
2342
+ "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
2343
+ "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w=="
2344
+ },
2006
2345
  "json-schema": {
2007
2346
  "version": "0.2.3"
2008
2347
  },
@@ -2044,6 +2383,11 @@
2044
2383
  "graceful-fs": "^4.1.9"
2045
2384
  }
2046
2385
  },
2386
+ "lines-and-columns": {
2387
+ "version": "1.2.4",
2388
+ "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
2389
+ "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg=="
2390
+ },
2047
2391
  "lodash": {
2048
2392
  "version": "4.17.21",
2049
2393
  "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
@@ -2156,11 +2500,35 @@
2156
2500
  "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-3.0.0.tgz",
2157
2501
  "integrity": "sha512-mlVgR3PGuzlo0MmTdk4cXqXWlwQDLnONTAg6sm62XkMJEiRxN3GL3SffkYvqwonbkJBcrI7Uvv5Zh9yjvn2iUw=="
2158
2502
  },
2503
+ "parent-module": {
2504
+ "version": "1.0.1",
2505
+ "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
2506
+ "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
2507
+ "requires": {
2508
+ "callsites": "^3.0.0"
2509
+ }
2510
+ },
2511
+ "parse-json": {
2512
+ "version": "5.2.0",
2513
+ "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
2514
+ "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
2515
+ "requires": {
2516
+ "@babel/code-frame": "^7.0.0",
2517
+ "error-ex": "^1.3.1",
2518
+ "json-parse-even-better-errors": "^2.3.0",
2519
+ "lines-and-columns": "^1.1.6"
2520
+ }
2521
+ },
2159
2522
  "path-is-absolute": {
2160
2523
  "version": "1.0.1",
2161
2524
  "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
2162
2525
  "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg=="
2163
2526
  },
2527
+ "path-type": {
2528
+ "version": "4.0.0",
2529
+ "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
2530
+ "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw=="
2531
+ },
2164
2532
  "pend": {
2165
2533
  "version": "1.2.0"
2166
2534
  },
@@ -2217,14 +2585,16 @@
2217
2585
  "version": "2.1.1"
2218
2586
  },
2219
2587
  "puppeteer": {
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==",
2588
+ "version": "19.2.0",
2589
+ "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-19.2.0.tgz",
2590
+ "integrity": "sha512-rhr5ery8htpOTikmm/wrDU707wtmJ7ccX2WLkBf0A8eYYpscck5/iz04/fHOiIRWMFfnYOvaO9wNb4jcO3Mjyg==",
2223
2591
  "requires": {
2592
+ "cosmiconfig": "7.0.1",
2593
+ "devtools-protocol": "0.0.1056733",
2224
2594
  "https-proxy-agent": "5.0.1",
2225
2595
  "progress": "2.0.3",
2226
2596
  "proxy-from-env": "1.1.0",
2227
- "puppeteer-core": "18.2.1"
2597
+ "puppeteer-core": "19.2.0"
2228
2598
  },
2229
2599
  "dependencies": {
2230
2600
  "progress": {
@@ -2235,20 +2605,20 @@
2235
2605
  }
2236
2606
  },
2237
2607
  "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==",
2608
+ "version": "19.2.0",
2609
+ "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-19.2.0.tgz",
2610
+ "integrity": "sha512-wdoZDzf46y1ScpPEUDAzIWDmvG272BbdqSvDMvtYNjy2UJZT/j5OS5k813o2lfT4HtOle79eByCLs24iXbat1g==",
2241
2611
  "requires": {
2242
2612
  "cross-fetch": "3.1.5",
2243
2613
  "debug": "4.3.4",
2244
- "devtools-protocol": "0.0.1045489",
2614
+ "devtools-protocol": "0.0.1056733",
2245
2615
  "extract-zip": "2.0.1",
2246
2616
  "https-proxy-agent": "5.0.1",
2247
2617
  "proxy-from-env": "1.1.0",
2248
2618
  "rimraf": "3.0.2",
2249
2619
  "tar-fs": "2.1.1",
2250
2620
  "unbzip2-stream": "1.4.3",
2251
- "ws": "8.9.0"
2621
+ "ws": "8.10.0"
2252
2622
  },
2253
2623
  "dependencies": {
2254
2624
  "debug": {
@@ -2341,6 +2711,11 @@
2341
2711
  "resolved": "https://registry.npmjs.org/resolve-alpn/-/resolve-alpn-1.2.1.tgz",
2342
2712
  "integrity": "sha512-0a1F4l73/ZFZOakJnQ3FvkJ2+gSTQWz/r2KE5OdDY0TxPm5h4GkqkWWfM47T7HsbnOtcJVEF4epCVy6u7Q3K+g=="
2343
2713
  },
2714
+ "resolve-from": {
2715
+ "version": "4.0.0",
2716
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
2717
+ "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g=="
2718
+ },
2344
2719
  "responselike": {
2345
2720
  "version": "3.0.0",
2346
2721
  "resolved": "https://registry.npmjs.org/responselike/-/responselike-3.0.0.tgz",
@@ -2386,6 +2761,14 @@
2386
2761
  "safe-buffer": "~5.1.0"
2387
2762
  }
2388
2763
  },
2764
+ "supports-color": {
2765
+ "version": "5.5.0",
2766
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
2767
+ "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
2768
+ "requires": {
2769
+ "has-flag": "^3.0.0"
2770
+ }
2771
+ },
2389
2772
  "tar-fs": {
2390
2773
  "version": "2.1.1",
2391
2774
  "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.1.tgz",
@@ -2508,9 +2891,9 @@
2508
2891
  "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="
2509
2892
  },
2510
2893
  "ws": {
2511
- "version": "8.9.0",
2512
- "resolved": "https://registry.npmjs.org/ws/-/ws-8.9.0.tgz",
2513
- "integrity": "sha512-Ja7nszREasGaYUYCI2k4lCKIRTt+y7XuqVoHR44YpI49TtryyqbqvDMn5eqfW7e6HzTukDRIsXqzVHScqRcafg==",
2894
+ "version": "8.10.0",
2895
+ "resolved": "https://registry.npmjs.org/ws/-/ws-8.10.0.tgz",
2896
+ "integrity": "sha512-+s49uSmZpvtAsd2h37vIPy1RBusaLawVe8of+GyEPsaJTCMpj/2v8NpeK1SHXjBlQ95lQTmQofOJnFiLoaN3yw==",
2514
2897
  "requires": {}
2515
2898
  },
2516
2899
  "xml2js": {
@@ -2523,6 +2906,11 @@
2523
2906
  "xmlbuilder": {
2524
2907
  "version": "11.0.1"
2525
2908
  },
2909
+ "yaml": {
2910
+ "version": "1.10.2",
2911
+ "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",
2912
+ "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg=="
2913
+ },
2526
2914
  "yauzl": {
2527
2915
  "version": "2.10.0",
2528
2916
  "requires": {
@@ -7,6 +7,6 @@
7
7
  "start": "node ./snapshot.js"
8
8
  },
9
9
  "dependencies": {
10
- "html-snapshots": "^1.1.0"
10
+ "html-snapshots": "^1.3.0"
11
11
  }
12
12
  }
@@ -8,7 +8,7 @@
8
8
  "name": "html-snapshots-example",
9
9
  "version": "0.1.1",
10
10
  "dependencies": {
11
- "html-snapshots": "^1.3.0"
11
+ "html-snapshots": "^1.3.1"
12
12
  }
13
13
  },
14
14
  "node_modules/@babel/code-frame": {
@@ -71,9 +71,9 @@
71
71
  "integrity": "sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ=="
72
72
  },
73
73
  "node_modules/@types/node": {
74
- "version": "18.11.5",
75
- "resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.5.tgz",
76
- "integrity": "sha512-3JRwhbjI+cHLAkUorhf8RnqUbFXajvzX4q6fMn5JwkgtuwfYtRQYI3u4V92vI6NJuTsbBQWWh3RZjFsuevyMGQ==",
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==",
77
77
  "optional": true
78
78
  },
79
79
  "node_modules/@types/parse-json": {
@@ -750,9 +750,9 @@
750
750
  }
751
751
  },
752
752
  "node_modules/html-snapshots": {
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==",
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==",
756
756
  "dependencies": {
757
757
  "async": "3.2.4",
758
758
  "async-lock": "1.3.2",
@@ -761,7 +761,7 @@
761
761
  "lodash": "4.17.21",
762
762
  "mkdirp": "1.0.4",
763
763
  "phantomjs-prebuilt": "2.1.16",
764
- "puppeteer": "^19.1.1",
764
+ "puppeteer": "^19.2.0",
765
765
  "rimraf": "3.0.2",
766
766
  "xml2js": "0.4.23"
767
767
  },
@@ -1318,9 +1318,9 @@
1318
1318
  }
1319
1319
  },
1320
1320
  "node_modules/puppeteer": {
1321
- "version": "19.1.2",
1322
- "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-19.1.2.tgz",
1323
- "integrity": "sha512-paX23NEpQRoJzz6g/q6A8PwSeAoa+WM263IFQL/ArJcyfotF1WvCBiZkzEcGD864Xm2rFvFuopBWYQjSBfeaQw==",
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==",
1324
1324
  "hasInstallScript": true,
1325
1325
  "dependencies": {
1326
1326
  "cosmiconfig": "7.0.1",
@@ -1328,27 +1328,27 @@
1328
1328
  "https-proxy-agent": "5.0.1",
1329
1329
  "progress": "2.0.3",
1330
1330
  "proxy-from-env": "1.1.0",
1331
- "puppeteer-core": "19.1.1"
1331
+ "puppeteer-core": "19.2.1"
1332
1332
  },
1333
1333
  "engines": {
1334
1334
  "node": ">=14.1.0"
1335
1335
  }
1336
1336
  },
1337
1337
  "node_modules/puppeteer-core": {
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==",
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==",
1341
1341
  "dependencies": {
1342
1342
  "cross-fetch": "3.1.5",
1343
1343
  "debug": "4.3.4",
1344
- "devtools-protocol": "0.0.1045489",
1344
+ "devtools-protocol": "0.0.1056733",
1345
1345
  "extract-zip": "2.0.1",
1346
1346
  "https-proxy-agent": "5.0.1",
1347
1347
  "proxy-from-env": "1.1.0",
1348
1348
  "rimraf": "3.0.2",
1349
1349
  "tar-fs": "2.1.1",
1350
1350
  "unbzip2-stream": "1.4.3",
1351
- "ws": "8.9.0"
1351
+ "ws": "8.10.0"
1352
1352
  },
1353
1353
  "engines": {
1354
1354
  "node": ">=14.1.0"
@@ -1370,11 +1370,6 @@
1370
1370
  }
1371
1371
  }
1372
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
- },
1378
1373
  "node_modules/puppeteer-core/node_modules/extract-zip": {
1379
1374
  "version": "2.0.1",
1380
1375
  "resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-2.0.1.tgz",
@@ -1759,9 +1754,9 @@
1759
1754
  "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="
1760
1755
  },
1761
1756
  "node_modules/ws": {
1762
- "version": "8.9.0",
1763
- "resolved": "https://registry.npmjs.org/ws/-/ws-8.9.0.tgz",
1764
- "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==",
1765
1760
  "engines": {
1766
1761
  "node": ">=10.0.0"
1767
1762
  },
@@ -1859,9 +1854,9 @@
1859
1854
  "integrity": "sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ=="
1860
1855
  },
1861
1856
  "@types/node": {
1862
- "version": "18.11.5",
1863
- "resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.5.tgz",
1864
- "integrity": "sha512-3JRwhbjI+cHLAkUorhf8RnqUbFXajvzX4q6fMn5JwkgtuwfYtRQYI3u4V92vI6NJuTsbBQWWh3RZjFsuevyMGQ==",
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==",
1865
1860
  "optional": true
1866
1861
  },
1867
1862
  "@types/parse-json": {
@@ -2394,9 +2389,9 @@
2394
2389
  }
2395
2390
  },
2396
2391
  "html-snapshots": {
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==",
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==",
2400
2395
  "requires": {
2401
2396
  "async": "3.2.4",
2402
2397
  "async-lock": "1.3.2",
@@ -2405,7 +2400,7 @@
2405
2400
  "lodash": "4.17.21",
2406
2401
  "mkdirp": "1.0.4",
2407
2402
  "phantomjs-prebuilt": "2.1.16",
2408
- "puppeteer": "^19.1.1",
2403
+ "puppeteer": "^19.2.0",
2409
2404
  "rimraf": "3.0.2",
2410
2405
  "xml2js": "0.4.23"
2411
2406
  }
@@ -2835,16 +2830,16 @@
2835
2830
  "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A=="
2836
2831
  },
2837
2832
  "puppeteer": {
2838
- "version": "19.1.2",
2839
- "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-19.1.2.tgz",
2840
- "integrity": "sha512-paX23NEpQRoJzz6g/q6A8PwSeAoa+WM263IFQL/ArJcyfotF1WvCBiZkzEcGD864Xm2rFvFuopBWYQjSBfeaQw==",
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==",
2841
2836
  "requires": {
2842
2837
  "cosmiconfig": "7.0.1",
2843
2838
  "devtools-protocol": "0.0.1056733",
2844
2839
  "https-proxy-agent": "5.0.1",
2845
2840
  "progress": "2.0.3",
2846
2841
  "proxy-from-env": "1.1.0",
2847
- "puppeteer-core": "19.1.1"
2842
+ "puppeteer-core": "19.2.1"
2848
2843
  },
2849
2844
  "dependencies": {
2850
2845
  "progress": {
@@ -2855,20 +2850,20 @@
2855
2850
  }
2856
2851
  },
2857
2852
  "puppeteer-core": {
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==",
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==",
2861
2856
  "requires": {
2862
2857
  "cross-fetch": "3.1.5",
2863
2858
  "debug": "4.3.4",
2864
- "devtools-protocol": "0.0.1045489",
2859
+ "devtools-protocol": "0.0.1056733",
2865
2860
  "extract-zip": "2.0.1",
2866
2861
  "https-proxy-agent": "5.0.1",
2867
2862
  "proxy-from-env": "1.1.0",
2868
2863
  "rimraf": "3.0.2",
2869
2864
  "tar-fs": "2.1.1",
2870
2865
  "unbzip2-stream": "1.4.3",
2871
- "ws": "8.9.0"
2866
+ "ws": "8.10.0"
2872
2867
  },
2873
2868
  "dependencies": {
2874
2869
  "debug": {
@@ -2879,11 +2874,6 @@
2879
2874
  "ms": "2.1.2"
2880
2875
  }
2881
2876
  },
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
- },
2887
2877
  "extract-zip": {
2888
2878
  "version": "2.0.1",
2889
2879
  "resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-2.0.1.tgz",
@@ -3191,9 +3181,9 @@
3191
3181
  "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="
3192
3182
  },
3193
3183
  "ws": {
3194
- "version": "8.9.0",
3195
- "resolved": "https://registry.npmjs.org/ws/-/ws-8.9.0.tgz",
3196
- "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==",
3197
3187
  "requires": {}
3198
3188
  },
3199
3189
  "xml2js": {
@@ -7,6 +7,6 @@
7
7
  "start": "node ./snapshot.js"
8
8
  },
9
9
  "dependencies": {
10
- "html-snapshots": "^1.3.0"
10
+ "html-snapshots": "^1.3.1"
11
11
  }
12
12
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "html-snapshots",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "author": {
5
5
  "name": "Alex Grant",
6
6
  "email": "alex@localnerve.com",
@@ -27,6 +27,8 @@
27
27
  "test:input-generators": "mocha test/mocha/input-generators/*.js --exit --reporter spec",
28
28
  "test:input-generators:debug": "mocha --inspect-brk test/mocha/input-generators/*.js --exit --reporter spec",
29
29
  "test:html-snapshots": "mocha test/mocha/html-snapshots/*.js --exit --reporter spec",
30
+ "test:html-snapshots:robots": "mocha test/mocha/html-snapshots/*.js --grep \"robots\" --exit --reporter spec",
31
+ "test:html-snapshots:puppeteer": "mocha test/mocha/html-snapshots/*.js --grep \"puppeteer specific\" --exit --reporter spec",
30
32
  "test:html-snapshots:debug": "mocha --inspect-brk test/mocha/html-snapshots/*.js --exit --reporter spec",
31
33
  "test:cover": "c8 -- npm test",
32
34
  "validate": "npm ls"
@@ -51,13 +53,13 @@
51
53
  ],
52
54
  "dependencies": {
53
55
  "async": "3.2.4",
54
- "async-lock": "1.3.2",
56
+ "async-lock": "1.4.0",
55
57
  "combine-errors": "3.0.3",
56
58
  "got": "12.5.2",
57
59
  "lodash": "4.17.21",
58
60
  "mkdirp": "1.0.4",
59
61
  "phantomjs-prebuilt": "2.1.16",
60
- "puppeteer": "^19.2.0",
62
+ "puppeteer": "^19.2.2",
61
63
  "rimraf": "3.0.2",
62
64
  "xml2js": "0.4.23"
63
65
  },