emailengine-app 2.68.0 → 2.69.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (74) hide show
  1. package/.github/codeql/codeql-config.yml +16 -0
  2. package/.github/workflows/codeql.yml +102 -0
  3. package/.github/workflows/deploy.yml +8 -0
  4. package/.github/workflows/release.yaml +4 -0
  5. package/.github/workflows/test.yml +3 -0
  6. package/CHANGELOG.md +49 -0
  7. package/SECURITY.md +80 -0
  8. package/SECURITY.txt +27 -0
  9. package/config/default.toml +2 -0
  10. package/data/google-crawlers.json +13 -1
  11. package/lib/account.js +62 -25
  12. package/lib/api-routes/account-routes.js +493 -75
  13. package/lib/api-routes/blocklist-routes.js +337 -0
  14. package/lib/api-routes/delivery-test-routes.js +321 -0
  15. package/lib/api-routes/export-routes.js +1 -12
  16. package/lib/api-routes/gateway-routes.js +376 -0
  17. package/lib/api-routes/license-routes.js +142 -0
  18. package/lib/api-routes/mailbox-routes.js +318 -0
  19. package/lib/api-routes/message-routes.js +21 -129
  20. package/lib/api-routes/oauth2-app-routes.js +631 -0
  21. package/lib/api-routes/outbox-routes.js +173 -0
  22. package/lib/api-routes/pubsub-routes.js +98 -0
  23. package/lib/api-routes/route-helpers.js +45 -0
  24. package/lib/api-routes/settings-routes.js +331 -0
  25. package/lib/api-routes/stats-routes.js +77 -0
  26. package/lib/api-routes/submit-routes.js +472 -0
  27. package/lib/api-routes/template-routes.js +7 -55
  28. package/lib/api-routes/token-routes.js +297 -0
  29. package/lib/api-routes/webhook-route-routes.js +152 -0
  30. package/lib/email-client/gmail-client.js +14 -0
  31. package/lib/email-client/imap/mailbox.js +34 -11
  32. package/lib/email-client/imap/subconnection.js +20 -12
  33. package/lib/email-client/imap/sync-operations.js +130 -2
  34. package/lib/email-client/imap-client.js +116 -58
  35. package/lib/email-client/outlook-client.js +85 -13
  36. package/lib/export.js +60 -19
  37. package/lib/imapproxy/imap-core/lib/commands/starttls.js +18 -0
  38. package/lib/imapproxy/imap-core/lib/imap-command.js +7 -2
  39. package/lib/imapproxy/imap-core/lib/imap-connection.js +113 -23
  40. package/lib/imapproxy/imap-core/lib/imap-server.js +25 -1
  41. package/lib/imapproxy/imap-core/lib/imap-stream.js +26 -0
  42. package/lib/imapproxy/imap-server.js +92 -29
  43. package/lib/message-port-stream.js +113 -16
  44. package/lib/reject-worker-calls.js +42 -0
  45. package/lib/routes-ui.js +37 -8778
  46. package/lib/schemas.js +26 -1
  47. package/lib/tools.js +73 -0
  48. package/lib/ui-routes/account-routes.js +40 -210
  49. package/lib/ui-routes/admin-config-routes.js +913 -487
  50. package/lib/ui-routes/admin-entities-routes.js +1 -0
  51. package/lib/ui-routes/auth-routes.js +1339 -0
  52. package/lib/ui-routes/dashboard-routes.js +188 -0
  53. package/lib/ui-routes/document-store-routes.js +800 -0
  54. package/lib/ui-routes/export-routes.js +217 -0
  55. package/lib/ui-routes/internals-routes.js +354 -0
  56. package/lib/ui-routes/network-config-routes.js +759 -0
  57. package/lib/ui-routes/{oauth-routes.js → oauth-config-routes.js} +371 -91
  58. package/lib/ui-routes/route-helpers.js +316 -0
  59. package/lib/ui-routes/smtp-test-routes.js +236 -0
  60. package/lib/ui-routes/unsubscribe-routes.js +234 -0
  61. package/lib/webhook-request.js +36 -0
  62. package/package.json +17 -17
  63. package/sbom.json +1 -1
  64. package/server.js +217 -19
  65. package/static/licenses.html +52 -182
  66. package/translations/messages.pot +131 -151
  67. package/views/dashboard.hbs +7 -26
  68. package/views/internals/index.hbs +15 -0
  69. package/views/tokens/index.hbs +9 -0
  70. package/workers/api.js +198 -4401
  71. package/workers/export.js +87 -54
  72. package/workers/imap.js +29 -13
  73. package/workers/submit.js +20 -11
  74. package/workers/webhooks.js +6 -20
@@ -1,6 +1,6 @@
1
1
  <!doctype html><html><head><meta charset="utf-8"><title>EmailEngine Licenses</title><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/css/bootstrap.min.css" integrity="sha384-zCbKRCUGaJDkqS1kPbPd7TveP5iyJE0EjAuZQTgFLD2ylzuqKfdKlfG/eSrtxUkn" crossorigin="anonymous"></head><body>
2
2
  <div class="container-fluid">
3
- <h1>EmailEngine v2.67.3</h1><p>EmailEngine includes code from the following software packages:</p>
3
+ <h1>EmailEngine v2.68.1</h1><p>EmailEngine includes code from the following software packages:</p>
4
4
  <table class="table table-sm">
5
5
  <tr><thead class="thead-dark"><th>Package</th><th>Version</th><th>License</th><th>Publisher</th><th>Publisher's Email</th><th>Package URL</th></tr>
6
6
  <tbody>
@@ -146,7 +146,7 @@
146
146
  </tr>
147
147
  <tr>
148
148
  <td><a href="https://npmjs.com/package/@bull-board/api">@bull-board/api</a></td>
149
- <td>7.1.5</td>
149
+ <td>7.2.1</td>
150
150
  <td>MIT</td>
151
151
  <td>felixmosh</td>
152
152
  <td></td>
@@ -156,7 +156,7 @@
156
156
  </tr>
157
157
  <tr>
158
158
  <td><a href="https://npmjs.com/package/@bull-board/hapi">@bull-board/hapi</a></td>
159
- <td>7.1.5</td>
159
+ <td>7.2.1</td>
160
160
  <td>MIT</td>
161
161
  <td>felixmosh</td>
162
162
  <td></td>
@@ -166,7 +166,7 @@
166
166
  </tr>
167
167
  <tr>
168
168
  <td><a href="https://npmjs.com/package/@bull-board/ui">@bull-board/ui</a></td>
169
- <td>7.1.5</td>
169
+ <td>7.2.1</td>
170
170
  <td>MIT</td>
171
171
  <td>felixmosh</td>
172
172
  <td></td>
@@ -216,7 +216,7 @@
216
216
  </tr>
217
217
  <tr>
218
218
  <td><a href="https://npmjs.com/package/@csstools/css-syntax-patches-for-csstree">@csstools/css-syntax-patches-for-csstree</a></td>
219
- <td>1.1.4</td>
219
+ <td>1.1.5</td>
220
220
  <td>MIT-0</td>
221
221
  <td></td>
222
222
  <td></td>
@@ -326,7 +326,7 @@
326
326
  </tr>
327
327
  <tr>
328
328
  <td><a href="https://npmjs.com/package/@eslint/plugin-kit">@eslint/plugin-kit</a></td>
329
- <td>0.7.1</td>
329
+ <td>0.7.2</td>
330
330
  <td>Apache-2.0</td>
331
331
  <td>Nicholas C. Zakas</td>
332
332
  <td></td>
@@ -616,7 +616,7 @@
616
616
  </tr>
617
617
  <tr>
618
618
  <td><a href="https://npmjs.com/package/@hapi/shot">@hapi/shot</a></td>
619
- <td>6.0.2</td>
619
+ <td>6.0.3</td>
620
620
  <td>BSD-3-Clause</td>
621
621
  <td></td>
622
622
  <td></td>
@@ -796,6 +796,16 @@
796
796
  </tr>
797
797
  <tr>
798
798
  <td><a href="https://npmjs.com/package/@ioredis/commands">@ioredis/commands</a></td>
799
+ <td>1.10.0</td>
800
+ <td>MIT</td>
801
+ <td>Zihua Li</td>
802
+ <td>i@zihua.li</td>
803
+ <td>
804
+ <a href="https://github.com/ioredis/commands">github.com/ioredis/commands</a>
805
+ </td
806
+ </tr>
807
+ <tr>
808
+ <td><a href="https://npmjs.com/package/@ioredis/commands">@ioredis/commands</a></td>
799
809
  <td>1.5.1</td>
800
810
  <td>MIT</td>
801
811
  <td>Zihua Li</td>
@@ -1086,7 +1096,7 @@
1086
1096
  </tr>
1087
1097
  <tr>
1088
1098
  <td><a href="https://npmjs.com/package/@postalsys/email-ai-tools">@postalsys/email-ai-tools</a></td>
1089
- <td>1.13.4</td>
1099
+ <td>1.13.5</td>
1090
1100
  <td>MIT</td>
1091
1101
  <td>Postal Systems O&#xDC;</td>
1092
1102
  <td></td>
@@ -1096,7 +1106,7 @@
1096
1106
  </tr>
1097
1107
  <tr>
1098
1108
  <td><a href="https://npmjs.com/package/@postalsys/email-text-tools">@postalsys/email-text-tools</a></td>
1099
- <td>2.4.5</td>
1109
+ <td>2.4.6</td>
1100
1110
  <td>MIT</td>
1101
1111
  <td>Postal Systems O&#xDC;</td>
1102
1112
  <td></td>
@@ -1226,16 +1236,6 @@
1226
1236
  </tr>
1227
1237
  <tr>
1228
1238
  <td><a href="https://npmjs.com/package/@selderee/plugin-htmlparser2">@selderee/plugin-htmlparser2</a></td>
1229
- <td>0.11.0</td>
1230
- <td>MIT</td>
1231
- <td>KillyMXI</td>
1232
- <td></td>
1233
- <td>
1234
- <a href="https://github.com/mxxii/selderee">github.com/mxxii/selderee</a>
1235
- </td
1236
- </tr>
1237
- <tr>
1238
- <td><a href="https://npmjs.com/package/@selderee/plugin-htmlparser2">@selderee/plugin-htmlparser2</a></td>
1239
1239
  <td>0.12.0</td>
1240
1240
  <td>MIT</td>
1241
1241
  <td>KillyMXI</td>
@@ -1286,7 +1286,7 @@
1286
1286
  </tr>
1287
1287
  <tr>
1288
1288
  <td><a href="https://npmjs.com/package/@simplewebauthn/server">@simplewebauthn/server</a></td>
1289
- <td>13.3.0</td>
1289
+ <td>13.3.1</td>
1290
1290
  <td>MIT</td>
1291
1291
  <td>Matthew Miller</td>
1292
1292
  <td>matthew@millerti.me</td>
@@ -1356,27 +1356,7 @@
1356
1356
  </tr>
1357
1357
  <tr>
1358
1358
  <td><a href="https://npmjs.com/package/@zone-eu/mailsplit">@zone-eu/mailsplit</a></td>
1359
- <td>5.4.11</td>
1360
- <td>(MIT OR EUPL-1.1+)</td>
1361
- <td>Andris Reinman</td>
1362
- <td></td>
1363
- <td>
1364
- <a href="https://github.com/zone-eu/mailsplit">github.com/zone-eu/mailsplit</a>
1365
- </td
1366
- </tr>
1367
- <tr>
1368
- <td><a href="https://npmjs.com/package/@zone-eu/mailsplit">@zone-eu/mailsplit</a></td>
1369
- <td>5.4.8</td>
1370
- <td>(MIT OR EUPL-1.1+)</td>
1371
- <td>Andris Reinman</td>
1372
- <td></td>
1373
- <td>
1374
- <a href="https://github.com/zone-eu/mailsplit">github.com/zone-eu/mailsplit</a>
1375
- </td
1376
- </tr>
1377
- <tr>
1378
- <td><a href="https://npmjs.com/package/@zone-eu/mailsplit">@zone-eu/mailsplit</a></td>
1379
- <td>5.4.9</td>
1359
+ <td>5.4.12</td>
1380
1360
  <td>(MIT OR EUPL-1.1+)</td>
1381
1361
  <td>Andris Reinman</td>
1382
1362
  <td></td>
@@ -1826,7 +1806,7 @@
1826
1806
  </tr>
1827
1807
  <tr>
1828
1808
  <td><a href="https://npmjs.com/package/bullmq">bullmq</a></td>
1829
- <td>5.77.3</td>
1809
+ <td>5.78.0</td>
1830
1810
  <td>MIT</td>
1831
1811
  <td>Taskforce.sh Inc.</td>
1832
1812
  <td></td>
@@ -1986,7 +1966,7 @@
1986
1966
  </tr>
1987
1967
  <tr>
1988
1968
  <td><a href="https://npmjs.com/package/cluster-key-slot">cluster-key-slot</a></td>
1989
- <td>1.1.2</td>
1969
+ <td>1.1.1</td>
1990
1970
  <td>Apache-2.0</td>
1991
1971
  <td>Mike Diarmid</td>
1992
1972
  <td>mike.diarmid@gmail.com</td>
@@ -2345,16 +2325,6 @@
2345
2325
  </td
2346
2326
  </tr>
2347
2327
  <tr>
2348
- <td><a href="https://npmjs.com/package/deepmerge">deepmerge</a></td>
2349
- <td>4.3.1</td>
2350
- <td>MIT</td>
2351
- <td></td>
2352
- <td></td>
2353
- <td>
2354
- <a href="https://github.com/TehShrike/deepmerge">github.com/TehShrike/deepmerge</a>
2355
- </td
2356
- </tr>
2357
- <tr>
2358
2328
  <td><a href="https://npmjs.com/package/delayed-stream">delayed-stream</a></td>
2359
2329
  <td>1.0.0</td>
2360
2330
  <td>MIT</td>
@@ -2446,7 +2416,7 @@
2446
2416
  </tr>
2447
2417
  <tr>
2448
2418
  <td><a href="https://npmjs.com/package/dompurify">dompurify</a></td>
2449
- <td>3.4.0</td>
2419
+ <td>3.4.7</td>
2450
2420
  <td>(MPL-2.0 OR Apache-2.0)</td>
2451
2421
  <td>Dr.-Ing. Mario Heiderich, Cure53</td>
2452
2422
  <td>mario@cure53.de</td>
@@ -2496,7 +2466,7 @@
2496
2466
  </tr>
2497
2467
  <tr>
2498
2468
  <td><a href="https://npmjs.com/package/ejs">ejs</a></td>
2499
- <td>5.0.2</td>
2469
+ <td>6.0.1</td>
2500
2470
  <td>Apache-2.0</td>
2501
2471
  <td>Matthew Eernisse</td>
2502
2472
  <td>matthew.eernisse@gmail.com</td>
@@ -2746,7 +2716,7 @@
2746
2716
  </tr>
2747
2717
  <tr>
2748
2718
  <td><a href="https://npmjs.com/package/eslint">eslint</a></td>
2749
- <td>10.4.0</td>
2719
+ <td>10.4.1</td>
2750
2720
  <td>MIT</td>
2751
2721
  <td>Nicholas C. Zakas</td>
2752
2722
  <td>nicholas+npm@nczconsulting.com</td>
@@ -3496,7 +3466,7 @@
3496
3466
  </tr>
3497
3467
  <tr>
3498
3468
  <td><a href="https://npmjs.com/package/hasown">hasown</a></td>
3499
- <td>2.0.3</td>
3469
+ <td>2.0.4</td>
3500
3470
  <td>MIT</td>
3501
3471
  <td>Jordan Harband</td>
3502
3472
  <td>ljharb@gmail.com</td>
@@ -3585,16 +3555,6 @@
3585
3555
  </td
3586
3556
  </tr>
3587
3557
  <tr>
3588
- <td><a href="https://npmjs.com/package/html-to-text">html-to-text</a></td>
3589
- <td>9.0.5</td>
3590
- <td>MIT</td>
3591
- <td>Malte Legenhausen</td>
3592
- <td>legenhausen@werk85.de</td>
3593
- <td>
3594
- <a href="https://github.com/html-to-text/node-html-to-text">github.com/html-to-text/node-html-to-text</a>
3595
- </td
3596
- </tr>
3597
- <tr>
3598
3558
  <td><a href="https://npmjs.com/package/htmlparser2">htmlparser2</a></td>
3599
3559
  <td>10.1.0</td>
3600
3560
  <td>MIT</td>
@@ -3606,16 +3566,6 @@
3606
3566
  </tr>
3607
3567
  <tr>
3608
3568
  <td><a href="https://npmjs.com/package/htmlparser2">htmlparser2</a></td>
3609
- <td>8.0.2</td>
3610
- <td>MIT</td>
3611
- <td>Felix Boehm</td>
3612
- <td>me@feedic.com</td>
3613
- <td>
3614
- <a href="https://github.com/fb55/htmlparser2">github.com/fb55/htmlparser2</a>
3615
- </td
3616
- </tr>
3617
- <tr>
3618
- <td><a href="https://npmjs.com/package/htmlparser2">htmlparser2</a></td>
3619
3569
  <td>9.1.0</td>
3620
3570
  <td>MIT</td>
3621
3571
  <td>Felix Boehm</td>
@@ -3706,7 +3656,7 @@
3706
3656
  </tr>
3707
3657
  <tr>
3708
3658
  <td><a href="https://npmjs.com/package/imapflow">imapflow</a></td>
3709
- <td>1.3.3</td>
3659
+ <td>1.4.0</td>
3710
3660
  <td>MIT</td>
3711
3661
  <td>Postal Systems O&#xDC;</td>
3712
3662
  <td></td>
@@ -3785,23 +3735,23 @@
3785
3735
  </td
3786
3736
  </tr>
3787
3737
  <tr>
3788
- <td><a href="https://npmjs.com/package/ip-address">ip-address</a></td>
3789
- <td>10.2.0</td>
3738
+ <td><a href="https://npmjs.com/package/ioredis">ioredis</a></td>
3739
+ <td>5.11.1</td>
3790
3740
  <td>MIT</td>
3791
- <td>Beau Gunderson</td>
3792
- <td>beau@beaugunderson.com</td>
3741
+ <td>Zihua Li</td>
3742
+ <td>i@zihua.li</td>
3793
3743
  <td>
3794
- <a href="https://github.com/beaugunderson/ip-address">github.com/beaugunderson/ip-address</a>
3744
+ <a href="https://github.com/luin/ioredis">github.com/luin/ioredis</a>
3795
3745
  </td
3796
3746
  </tr>
3797
3747
  <tr>
3798
- <td><a href="https://npmjs.com/package/ipaddr.js">ipaddr.js</a></td>
3799
- <td>2.3.0</td>
3748
+ <td><a href="https://npmjs.com/package/ip-address">ip-address</a></td>
3749
+ <td>10.2.0</td>
3800
3750
  <td>MIT</td>
3801
- <td>whitequark</td>
3802
- <td>whitequark@whitequark.org</td>
3751
+ <td>Beau Gunderson</td>
3752
+ <td>beau@beaugunderson.com</td>
3803
3753
  <td>
3804
- <a href="https://github.com/whitequark/ipaddr.js">github.com/whitequark/ipaddr.js</a>
3754
+ <a href="https://github.com/beaugunderson/ip-address">github.com/beaugunderson/ip-address</a>
3805
3755
  </td
3806
3756
  </tr>
3807
3757
  <tr>
@@ -4056,7 +4006,7 @@
4056
4006
  </tr>
4057
4007
  <tr>
4058
4008
  <td><a href="https://npmjs.com/package/js-yaml">js-yaml</a></td>
4059
- <td>4.1.1</td>
4009
+ <td>4.2.0</td>
4060
4010
  <td>MIT</td>
4061
4011
  <td>Vladimir Zapparov</td>
4062
4012
  <td>dervus.grim@gmail.com</td>
@@ -4156,16 +4106,6 @@
4156
4106
  </tr>
4157
4107
  <tr>
4158
4108
  <td><a href="https://npmjs.com/package/leac">leac</a></td>
4159
- <td>0.6.0</td>
4160
- <td>MIT</td>
4161
- <td>KillyMXI</td>
4162
- <td></td>
4163
- <td>
4164
- <a href="https://github.com/mxxii/leac">github.com/mxxii/leac</a>
4165
- </td
4166
- </tr>
4167
- <tr>
4168
- <td><a href="https://npmjs.com/package/leac">leac</a></td>
4169
4109
  <td>0.7.0</td>
4170
4110
  <td>MIT</td>
4171
4111
  <td>KillyMXI</td>
@@ -4196,16 +4136,6 @@
4196
4136
  </tr>
4197
4137
  <tr>
4198
4138
  <td><a href="https://npmjs.com/package/libmime">libmime</a></td>
4199
- <td>5.3.7</td>
4200
- <td>MIT</td>
4201
- <td>Andris Reinman</td>
4202
- <td>andris@kreata.ee</td>
4203
- <td>
4204
- <a href="https://github.com/nodemailer/libmime">github.com/nodemailer/libmime</a>
4205
- </td
4206
- </tr>
4207
- <tr>
4208
- <td><a href="https://npmjs.com/package/libmime">libmime</a></td>
4209
4139
  <td>5.3.8</td>
4210
4140
  <td>MIT</td>
4211
4141
  <td>Andris Reinman</td>
@@ -4246,7 +4176,7 @@
4246
4176
  </tr>
4247
4177
  <tr>
4248
4178
  <td><a href="https://npmjs.com/package/linkify-it">linkify-it</a></td>
4249
- <td>5.0.0</td>
4179
+ <td>5.0.1</td>
4250
4180
  <td>MIT</td>
4251
4181
  <td></td>
4252
4182
  <td></td>
@@ -4336,7 +4266,7 @@
4336
4266
  </tr>
4337
4267
  <tr>
4338
4268
  <td><a href="https://npmjs.com/package/lru-cache">lru-cache</a></td>
4339
- <td>11.5.0</td>
4269
+ <td>11.5.1</td>
4340
4270
  <td>BlueOak-1.0.0</td>
4341
4271
  <td>Isaac Z. Schlueter</td>
4342
4272
  <td>i@izs.me</td>
@@ -4376,7 +4306,7 @@
4376
4306
  </tr>
4377
4307
  <tr>
4378
4308
  <td><a href="https://npmjs.com/package/mailparser">mailparser</a></td>
4379
- <td>3.9.8</td>
4309
+ <td>3.9.9</td>
4380
4310
  <td>MIT</td>
4381
4311
  <td>Andris Reinman</td>
4382
4312
  <td></td>
@@ -4586,7 +4516,7 @@
4586
4516
  </tr>
4587
4517
  <tr>
4588
4518
  <td><a href="https://npmjs.com/package/moment-timezone">moment-timezone</a></td>
4589
- <td>0.6.1</td>
4519
+ <td>0.6.2</td>
4590
4520
  <td>MIT</td>
4591
4521
  <td>Tim Wood</td>
4592
4522
  <td>washwithcare@gmail.com</td>
@@ -4636,7 +4566,7 @@
4636
4566
  </tr>
4637
4567
  <tr>
4638
4568
  <td><a href="https://npmjs.com/package/msgpackr">msgpackr</a></td>
4639
- <td>2.0.1</td>
4569
+ <td>2.0.2</td>
4640
4570
  <td>MIT</td>
4641
4571
  <td>Kris Zyp</td>
4642
4572
  <td></td>
@@ -4726,27 +4656,7 @@
4726
4656
  </tr>
4727
4657
  <tr>
4728
4658
  <td><a href="https://npmjs.com/package/nodemailer">nodemailer</a></td>
4729
- <td>8.0.5</td>
4730
- <td>MIT-0</td>
4731
- <td>Andris Reinman</td>
4732
- <td></td>
4733
- <td>
4734
- <a href="https://github.com/nodemailer/nodemailer">github.com/nodemailer/nodemailer</a>
4735
- </td
4736
- </tr>
4737
- <tr>
4738
- <td><a href="https://npmjs.com/package/nodemailer">nodemailer</a></td>
4739
- <td>8.0.7</td>
4740
- <td>MIT-0</td>
4741
- <td>Andris Reinman</td>
4742
- <td></td>
4743
- <td>
4744
- <a href="https://github.com/nodemailer/nodemailer">github.com/nodemailer/nodemailer</a>
4745
- </td
4746
- </tr>
4747
- <tr>
4748
- <td><a href="https://npmjs.com/package/nodemailer">nodemailer</a></td>
4749
- <td>8.0.8</td>
4659
+ <td>8.0.10</td>
4750
4660
  <td>MIT-0</td>
4751
4661
  <td>Andris Reinman</td>
4752
4662
  <td></td>
@@ -5026,16 +4936,6 @@
5026
4936
  </tr>
5027
4937
  <tr>
5028
4938
  <td><a href="https://npmjs.com/package/parseley">parseley</a></td>
5029
- <td>0.12.1</td>
5030
- <td>MIT</td>
5031
- <td>KillyMXI</td>
5032
- <td></td>
5033
- <td>
5034
- <a href="https://github.com/mxxii/parseley">github.com/mxxii/parseley</a>
5035
- </td
5036
- </tr>
5037
- <tr>
5038
- <td><a href="https://npmjs.com/package/parseley">parseley</a></td>
5039
4939
  <td>0.13.1</td>
5040
4940
  <td>MIT</td>
5041
4941
  <td>KillyMXI</td>
@@ -5135,16 +5035,6 @@
5135
5035
  </td
5136
5036
  </tr>
5137
5037
  <tr>
5138
- <td><a href="https://npmjs.com/package/peberminta">peberminta</a></td>
5139
- <td>0.9.0</td>
5140
- <td>MIT</td>
5141
- <td>KillyMXI</td>
5142
- <td></td>
5143
- <td>
5144
- <a href="https://github.com/mxxii/peberminta">github.com/mxxii/peberminta</a>
5145
- </td
5146
- </tr>
5147
- <tr>
5148
5038
  <td><a href="https://npmjs.com/package/pem-jwk">pem-jwk</a></td>
5149
5039
  <td>2.0.0</td>
5150
5040
  <td>MPL-2.0</td>
@@ -5256,7 +5146,7 @@
5256
5146
  </tr>
5257
5147
  <tr>
5258
5148
  <td><a href="https://npmjs.com/package/prettier">prettier</a></td>
5259
- <td>3.8.3</td>
5149
+ <td>3.8.4</td>
5260
5150
  <td>MIT</td>
5261
5151
  <td>James Long</td>
5262
5152
  <td></td>
@@ -5316,7 +5206,7 @@
5316
5206
  </tr>
5317
5207
  <tr>
5318
5208
  <td><a href="https://npmjs.com/package/pubface">pubface</a></td>
5319
- <td>1.1.1</td>
5209
+ <td>1.1.2</td>
5320
5210
  <td>MIT-0</td>
5321
5211
  <td>Postal Systems O&#xDC;</td>
5322
5212
  <td></td>
@@ -5716,16 +5606,6 @@
5716
5606
  </tr>
5717
5607
  <tr>
5718
5608
  <td><a href="https://npmjs.com/package/selderee">selderee</a></td>
5719
- <td>0.11.0</td>
5720
- <td>MIT</td>
5721
- <td>KillyMXI</td>
5722
- <td></td>
5723
- <td>
5724
- <a href="https://github.com/mxxii/selderee">github.com/mxxii/selderee</a>
5725
- </td
5726
- </tr>
5727
- <tr>
5728
- <td><a href="https://npmjs.com/package/selderee">selderee</a></td>
5729
5609
  <td>0.12.0</td>
5730
5610
  <td>MIT</td>
5731
5611
  <td>KillyMXI</td>
@@ -5816,7 +5696,7 @@
5816
5696
  </tr>
5817
5697
  <tr>
5818
5698
  <td><a href="https://npmjs.com/package/side-channel">side-channel</a></td>
5819
- <td>1.1.0</td>
5699
+ <td>1.1.1</td>
5820
5700
  <td>MIT</td>
5821
5701
  <td>Jordan Harband</td>
5822
5702
  <td>ljharb@gmail.com</td>
@@ -5856,7 +5736,7 @@
5856
5736
  </tr>
5857
5737
  <tr>
5858
5738
  <td><a href="https://npmjs.com/package/smtp-server">smtp-server</a></td>
5859
- <td>3.18.4</td>
5739
+ <td>3.18.5</td>
5860
5740
  <td>MIT-0</td>
5861
5741
  <td>Andris Reinman</td>
5862
5742
  <td></td>
@@ -5866,16 +5746,6 @@
5866
5746
  </tr>
5867
5747
  <tr>
5868
5748
  <td><a href="https://npmjs.com/package/socks">socks</a></td>
5869
- <td>2.8.8</td>
5870
- <td>MIT</td>
5871
- <td>Josh Glazebrook</td>
5872
- <td></td>
5873
- <td>
5874
- <a href="https://github.com/JoshGlazebrook/socks">github.com/JoshGlazebrook/socks</a>
5875
- </td
5876
- </tr>
5877
- <tr>
5878
- <td><a href="https://npmjs.com/package/socks">socks</a></td>
5879
5749
  <td>2.8.9</td>
5880
5750
  <td>MIT</td>
5881
5751
  <td>Josh Glazebrook</td>
@@ -6216,7 +6086,7 @@
6216
6086
  </tr>
6217
6087
  <tr>
6218
6088
  <td><a href="https://npmjs.com/package/thread-stream">thread-stream</a></td>
6219
- <td>3.1.0</td>
6089
+ <td>3.2.0</td>
6220
6090
  <td>MIT</td>
6221
6091
  <td>Matteo Collina</td>
6222
6092
  <td>hello@matteocollina.com</td>
@@ -6266,7 +6136,7 @@
6266
6136
  </tr>
6267
6137
  <tr>
6268
6138
  <td><a href="https://npmjs.com/package/tldts-core">tldts-core</a></td>
6269
- <td>7.4.0</td>
6139
+ <td>7.4.2</td>
6270
6140
  <td>MIT</td>
6271
6141
  <td>R&#xE9;mi Berson</td>
6272
6142
  <td></td>
@@ -6276,7 +6146,7 @@
6276
6146
  </tr>
6277
6147
  <tr>
6278
6148
  <td><a href="https://npmjs.com/package/tldts">tldts</a></td>
6279
- <td>7.4.0</td>
6149
+ <td>7.4.2</td>
6280
6150
  <td>MIT</td>
6281
6151
  <td>R&#xE9;mi Berson</td>
6282
6152
  <td></td>