my blog https://overreacted.io

Bump lockfile

+459
+459
package-lock.json
··· 21 21 "rehype-autolink-headings": "^7.1.0", 22 22 "rehype-pretty-code": "^0.10.2", 23 23 "rehype-slug": "^6.0.0", 24 + "remark-gfm": "^4.0.1", 24 25 "remark-smartypants": "^2.0.0", 25 26 "shiki": "^0.14.5" 26 27 }, ··· 4380 4381 "url": "https://github.com/sponsors/sindresorhus" 4381 4382 } 4382 4383 }, 4384 + "node_modules/markdown-table": { 4385 + "version": "3.0.4", 4386 + "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.4.tgz", 4387 + "integrity": "sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==", 4388 + "license": "MIT", 4389 + "funding": { 4390 + "type": "github", 4391 + "url": "https://github.com/sponsors/wooorm" 4392 + } 4393 + }, 4394 + "node_modules/mdast-util-find-and-replace": { 4395 + "version": "3.0.2", 4396 + "resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.2.tgz", 4397 + "integrity": "sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg==", 4398 + "license": "MIT", 4399 + "dependencies": { 4400 + "@types/mdast": "^4.0.0", 4401 + "escape-string-regexp": "^5.0.0", 4402 + "unist-util-is": "^6.0.0", 4403 + "unist-util-visit-parents": "^6.0.0" 4404 + }, 4405 + "funding": { 4406 + "type": "opencollective", 4407 + "url": "https://opencollective.com/unified" 4408 + } 4409 + }, 4410 + "node_modules/mdast-util-find-and-replace/node_modules/@types/unist": { 4411 + "version": "3.0.3", 4412 + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", 4413 + "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", 4414 + "license": "MIT" 4415 + }, 4416 + "node_modules/mdast-util-find-and-replace/node_modules/escape-string-regexp": { 4417 + "version": "5.0.0", 4418 + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz", 4419 + "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==", 4420 + "license": "MIT", 4421 + "engines": { 4422 + "node": ">=12" 4423 + }, 4424 + "funding": { 4425 + "url": "https://github.com/sponsors/sindresorhus" 4426 + } 4427 + }, 4428 + "node_modules/mdast-util-find-and-replace/node_modules/unist-util-is": { 4429 + "version": "6.0.0", 4430 + "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz", 4431 + "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==", 4432 + "license": "MIT", 4433 + "dependencies": { 4434 + "@types/unist": "^3.0.0" 4435 + }, 4436 + "funding": { 4437 + "type": "opencollective", 4438 + "url": "https://opencollective.com/unified" 4439 + } 4440 + }, 4441 + "node_modules/mdast-util-find-and-replace/node_modules/unist-util-visit-parents": { 4442 + "version": "6.0.1", 4443 + "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.1.tgz", 4444 + "integrity": "sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==", 4445 + "license": "MIT", 4446 + "dependencies": { 4447 + "@types/unist": "^3.0.0", 4448 + "unist-util-is": "^6.0.0" 4449 + }, 4450 + "funding": { 4451 + "type": "opencollective", 4452 + "url": "https://opencollective.com/unified" 4453 + } 4454 + }, 4383 4455 "node_modules/mdast-util-from-markdown": { 4384 4456 "version": "2.0.2", 4385 4457 "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.2.tgz", ··· 4417 4489 "license": "MIT", 4418 4490 "dependencies": { 4419 4491 "@types/unist": "^3.0.0" 4492 + }, 4493 + "funding": { 4494 + "type": "opencollective", 4495 + "url": "https://opencollective.com/unified" 4496 + } 4497 + }, 4498 + "node_modules/mdast-util-gfm": { 4499 + "version": "3.1.0", 4500 + "resolved": "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-3.1.0.tgz", 4501 + "integrity": "sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ==", 4502 + "license": "MIT", 4503 + "dependencies": { 4504 + "mdast-util-from-markdown": "^2.0.0", 4505 + "mdast-util-gfm-autolink-literal": "^2.0.0", 4506 + "mdast-util-gfm-footnote": "^2.0.0", 4507 + "mdast-util-gfm-strikethrough": "^2.0.0", 4508 + "mdast-util-gfm-table": "^2.0.0", 4509 + "mdast-util-gfm-task-list-item": "^2.0.0", 4510 + "mdast-util-to-markdown": "^2.0.0" 4511 + }, 4512 + "funding": { 4513 + "type": "opencollective", 4514 + "url": "https://opencollective.com/unified" 4515 + } 4516 + }, 4517 + "node_modules/mdast-util-gfm-autolink-literal": { 4518 + "version": "2.0.1", 4519 + "resolved": "https://registry.npmjs.org/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-2.0.1.tgz", 4520 + "integrity": "sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==", 4521 + "license": "MIT", 4522 + "dependencies": { 4523 + "@types/mdast": "^4.0.0", 4524 + "ccount": "^2.0.0", 4525 + "devlop": "^1.0.0", 4526 + "mdast-util-find-and-replace": "^3.0.0", 4527 + "micromark-util-character": "^2.0.0" 4528 + }, 4529 + "funding": { 4530 + "type": "opencollective", 4531 + "url": "https://opencollective.com/unified" 4532 + } 4533 + }, 4534 + "node_modules/mdast-util-gfm-footnote": { 4535 + "version": "2.1.0", 4536 + "resolved": "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-2.1.0.tgz", 4537 + "integrity": "sha512-sqpDWlsHn7Ac9GNZQMeUzPQSMzR6Wv0WKRNvQRg0KqHh02fpTz69Qc1QSseNX29bhz1ROIyNyxExfawVKTm1GQ==", 4538 + "license": "MIT", 4539 + "dependencies": { 4540 + "@types/mdast": "^4.0.0", 4541 + "devlop": "^1.1.0", 4542 + "mdast-util-from-markdown": "^2.0.0", 4543 + "mdast-util-to-markdown": "^2.0.0", 4544 + "micromark-util-normalize-identifier": "^2.0.0" 4545 + }, 4546 + "funding": { 4547 + "type": "opencollective", 4548 + "url": "https://opencollective.com/unified" 4549 + } 4550 + }, 4551 + "node_modules/mdast-util-gfm-strikethrough": { 4552 + "version": "2.0.0", 4553 + "resolved": "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-2.0.0.tgz", 4554 + "integrity": "sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==", 4555 + "license": "MIT", 4556 + "dependencies": { 4557 + "@types/mdast": "^4.0.0", 4558 + "mdast-util-from-markdown": "^2.0.0", 4559 + "mdast-util-to-markdown": "^2.0.0" 4560 + }, 4561 + "funding": { 4562 + "type": "opencollective", 4563 + "url": "https://opencollective.com/unified" 4564 + } 4565 + }, 4566 + "node_modules/mdast-util-gfm-table": { 4567 + "version": "2.0.0", 4568 + "resolved": "https://registry.npmjs.org/mdast-util-gfm-table/-/mdast-util-gfm-table-2.0.0.tgz", 4569 + "integrity": "sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==", 4570 + "license": "MIT", 4571 + "dependencies": { 4572 + "@types/mdast": "^4.0.0", 4573 + "devlop": "^1.0.0", 4574 + "markdown-table": "^3.0.0", 4575 + "mdast-util-from-markdown": "^2.0.0", 4576 + "mdast-util-to-markdown": "^2.0.0" 4577 + }, 4578 + "funding": { 4579 + "type": "opencollective", 4580 + "url": "https://opencollective.com/unified" 4581 + } 4582 + }, 4583 + "node_modules/mdast-util-gfm-task-list-item": { 4584 + "version": "2.0.0", 4585 + "resolved": "https://registry.npmjs.org/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-2.0.0.tgz", 4586 + "integrity": "sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==", 4587 + "license": "MIT", 4588 + "dependencies": { 4589 + "@types/mdast": "^4.0.0", 4590 + "devlop": "^1.0.0", 4591 + "mdast-util-from-markdown": "^2.0.0", 4592 + "mdast-util-to-markdown": "^2.0.0" 4420 4593 }, 4421 4594 "funding": { 4422 4595 "type": "opencollective", ··· 4870 5043 "micromark-util-subtokenize": "^2.0.0", 4871 5044 "micromark-util-symbol": "^2.0.0", 4872 5045 "micromark-util-types": "^2.0.0" 5046 + } 5047 + }, 5048 + "node_modules/micromark-extension-gfm": { 5049 + "version": "3.0.0", 5050 + "resolved": "https://registry.npmjs.org/micromark-extension-gfm/-/micromark-extension-gfm-3.0.0.tgz", 5051 + "integrity": "sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==", 5052 + "license": "MIT", 5053 + "dependencies": { 5054 + "micromark-extension-gfm-autolink-literal": "^2.0.0", 5055 + "micromark-extension-gfm-footnote": "^2.0.0", 5056 + "micromark-extension-gfm-strikethrough": "^2.0.0", 5057 + "micromark-extension-gfm-table": "^2.0.0", 5058 + "micromark-extension-gfm-tagfilter": "^2.0.0", 5059 + "micromark-extension-gfm-task-list-item": "^2.0.0", 5060 + "micromark-util-combine-extensions": "^2.0.0", 5061 + "micromark-util-types": "^2.0.0" 5062 + }, 5063 + "funding": { 5064 + "type": "opencollective", 5065 + "url": "https://opencollective.com/unified" 5066 + } 5067 + }, 5068 + "node_modules/micromark-extension-gfm-autolink-literal": { 5069 + "version": "2.1.0", 5070 + "resolved": "https://registry.npmjs.org/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-2.1.0.tgz", 5071 + "integrity": "sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==", 5072 + "license": "MIT", 5073 + "dependencies": { 5074 + "micromark-util-character": "^2.0.0", 5075 + "micromark-util-sanitize-uri": "^2.0.0", 5076 + "micromark-util-symbol": "^2.0.0", 5077 + "micromark-util-types": "^2.0.0" 5078 + }, 5079 + "funding": { 5080 + "type": "opencollective", 5081 + "url": "https://opencollective.com/unified" 5082 + } 5083 + }, 5084 + "node_modules/micromark-extension-gfm-footnote": { 5085 + "version": "2.1.0", 5086 + "resolved": "https://registry.npmjs.org/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-2.1.0.tgz", 5087 + "integrity": "sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==", 5088 + "license": "MIT", 5089 + "dependencies": { 5090 + "devlop": "^1.0.0", 5091 + "micromark-core-commonmark": "^2.0.0", 5092 + "micromark-factory-space": "^2.0.0", 5093 + "micromark-util-character": "^2.0.0", 5094 + "micromark-util-normalize-identifier": "^2.0.0", 5095 + "micromark-util-sanitize-uri": "^2.0.0", 5096 + "micromark-util-symbol": "^2.0.0", 5097 + "micromark-util-types": "^2.0.0" 5098 + }, 5099 + "funding": { 5100 + "type": "opencollective", 5101 + "url": "https://opencollective.com/unified" 5102 + } 5103 + }, 5104 + "node_modules/micromark-extension-gfm-strikethrough": { 5105 + "version": "2.1.0", 5106 + "resolved": "https://registry.npmjs.org/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-2.1.0.tgz", 5107 + "integrity": "sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==", 5108 + "license": "MIT", 5109 + "dependencies": { 5110 + "devlop": "^1.0.0", 5111 + "micromark-util-chunked": "^2.0.0", 5112 + "micromark-util-classify-character": "^2.0.0", 5113 + "micromark-util-resolve-all": "^2.0.0", 5114 + "micromark-util-symbol": "^2.0.0", 5115 + "micromark-util-types": "^2.0.0" 5116 + }, 5117 + "funding": { 5118 + "type": "opencollective", 5119 + "url": "https://opencollective.com/unified" 5120 + } 5121 + }, 5122 + "node_modules/micromark-extension-gfm-table": { 5123 + "version": "2.1.1", 5124 + "resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.1.1.tgz", 5125 + "integrity": "sha512-t2OU/dXXioARrC6yWfJ4hqB7rct14e8f7m0cbI5hUmDyyIlwv5vEtooptH8INkbLzOatzKuVbQmAYcbWoyz6Dg==", 5126 + "license": "MIT", 5127 + "dependencies": { 5128 + "devlop": "^1.0.0", 5129 + "micromark-factory-space": "^2.0.0", 5130 + "micromark-util-character": "^2.0.0", 5131 + "micromark-util-symbol": "^2.0.0", 5132 + "micromark-util-types": "^2.0.0" 5133 + }, 5134 + "funding": { 5135 + "type": "opencollective", 5136 + "url": "https://opencollective.com/unified" 5137 + } 5138 + }, 5139 + "node_modules/micromark-extension-gfm-tagfilter": { 5140 + "version": "2.0.0", 5141 + "resolved": "https://registry.npmjs.org/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-2.0.0.tgz", 5142 + "integrity": "sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==", 5143 + "license": "MIT", 5144 + "dependencies": { 5145 + "micromark-util-types": "^2.0.0" 5146 + }, 5147 + "funding": { 5148 + "type": "opencollective", 5149 + "url": "https://opencollective.com/unified" 5150 + } 5151 + }, 5152 + "node_modules/micromark-extension-gfm-task-list-item": { 5153 + "version": "2.1.0", 5154 + "resolved": "https://registry.npmjs.org/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-2.1.0.tgz", 5155 + "integrity": "sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==", 5156 + "license": "MIT", 5157 + "dependencies": { 5158 + "devlop": "^1.0.0", 5159 + "micromark-factory-space": "^2.0.0", 5160 + "micromark-util-character": "^2.0.0", 5161 + "micromark-util-symbol": "^2.0.0", 5162 + "micromark-util-types": "^2.0.0" 5163 + }, 5164 + "funding": { 5165 + "type": "opencollective", 5166 + "url": "https://opencollective.com/unified" 4873 5167 } 4874 5168 }, 4875 5169 "node_modules/micromark-extension-mdx-expression": { ··· 7044 7338 "url": "https://opencollective.com/unified" 7045 7339 } 7046 7340 }, 7341 + "node_modules/remark-gfm": { 7342 + "version": "4.0.1", 7343 + "resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-4.0.1.tgz", 7344 + "integrity": "sha512-1quofZ2RQ9EWdeN34S79+KExV1764+wCUGop5CPL1WGdD0ocPpu91lzPGbwWMECpEpd42kJGQwzRfyov9j4yNg==", 7345 + "license": "MIT", 7346 + "dependencies": { 7347 + "@types/mdast": "^4.0.0", 7348 + "mdast-util-gfm": "^3.0.0", 7349 + "micromark-extension-gfm": "^3.0.0", 7350 + "remark-parse": "^11.0.0", 7351 + "remark-stringify": "^11.0.0", 7352 + "unified": "^11.0.0" 7353 + }, 7354 + "funding": { 7355 + "type": "opencollective", 7356 + "url": "https://opencollective.com/unified" 7357 + } 7358 + }, 7359 + "node_modules/remark-gfm/node_modules/@types/unist": { 7360 + "version": "3.0.3", 7361 + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", 7362 + "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", 7363 + "license": "MIT" 7364 + }, 7365 + "node_modules/remark-gfm/node_modules/unified": { 7366 + "version": "11.0.5", 7367 + "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz", 7368 + "integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==", 7369 + "license": "MIT", 7370 + "dependencies": { 7371 + "@types/unist": "^3.0.0", 7372 + "bail": "^2.0.0", 7373 + "devlop": "^1.0.0", 7374 + "extend": "^3.0.0", 7375 + "is-plain-obj": "^4.0.0", 7376 + "trough": "^2.0.0", 7377 + "vfile": "^6.0.0" 7378 + }, 7379 + "funding": { 7380 + "type": "opencollective", 7381 + "url": "https://opencollective.com/unified" 7382 + } 7383 + }, 7384 + "node_modules/remark-gfm/node_modules/unist-util-stringify-position": { 7385 + "version": "4.0.0", 7386 + "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz", 7387 + "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==", 7388 + "license": "MIT", 7389 + "dependencies": { 7390 + "@types/unist": "^3.0.0" 7391 + }, 7392 + "funding": { 7393 + "type": "opencollective", 7394 + "url": "https://opencollective.com/unified" 7395 + } 7396 + }, 7397 + "node_modules/remark-gfm/node_modules/vfile": { 7398 + "version": "6.0.3", 7399 + "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz", 7400 + "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==", 7401 + "license": "MIT", 7402 + "dependencies": { 7403 + "@types/unist": "^3.0.0", 7404 + "vfile-message": "^4.0.0" 7405 + }, 7406 + "funding": { 7407 + "type": "opencollective", 7408 + "url": "https://opencollective.com/unified" 7409 + } 7410 + }, 7411 + "node_modules/remark-gfm/node_modules/vfile-message": { 7412 + "version": "4.0.2", 7413 + "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.2.tgz", 7414 + "integrity": "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==", 7415 + "license": "MIT", 7416 + "dependencies": { 7417 + "@types/unist": "^3.0.0", 7418 + "unist-util-stringify-position": "^4.0.0" 7419 + }, 7420 + "funding": { 7421 + "type": "opencollective", 7422 + "url": "https://opencollective.com/unified" 7423 + } 7424 + }, 7047 7425 "node_modules/remark-mdx": { 7048 7426 "version": "3.1.0", 7049 7427 "resolved": "https://registry.npmjs.org/remark-mdx/-/remark-mdx-3.1.0.tgz", ··· 7302 7680 }, 7303 7681 "engines": { 7304 7682 "node": "^12.20.0 || ^14.13.1 || >=16.0.0" 7683 + } 7684 + }, 7685 + "node_modules/remark-stringify": { 7686 + "version": "11.0.0", 7687 + "resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-11.0.0.tgz", 7688 + "integrity": "sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==", 7689 + "license": "MIT", 7690 + "dependencies": { 7691 + "@types/mdast": "^4.0.0", 7692 + "mdast-util-to-markdown": "^2.0.0", 7693 + "unified": "^11.0.0" 7694 + }, 7695 + "funding": { 7696 + "type": "opencollective", 7697 + "url": "https://opencollective.com/unified" 7698 + } 7699 + }, 7700 + "node_modules/remark-stringify/node_modules/@types/unist": { 7701 + "version": "3.0.3", 7702 + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", 7703 + "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", 7704 + "license": "MIT" 7705 + }, 7706 + "node_modules/remark-stringify/node_modules/unified": { 7707 + "version": "11.0.5", 7708 + "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz", 7709 + "integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==", 7710 + "license": "MIT", 7711 + "dependencies": { 7712 + "@types/unist": "^3.0.0", 7713 + "bail": "^2.0.0", 7714 + "devlop": "^1.0.0", 7715 + "extend": "^3.0.0", 7716 + "is-plain-obj": "^4.0.0", 7717 + "trough": "^2.0.0", 7718 + "vfile": "^6.0.0" 7719 + }, 7720 + "funding": { 7721 + "type": "opencollective", 7722 + "url": "https://opencollective.com/unified" 7723 + } 7724 + }, 7725 + "node_modules/remark-stringify/node_modules/unist-util-stringify-position": { 7726 + "version": "4.0.0", 7727 + "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz", 7728 + "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==", 7729 + "license": "MIT", 7730 + "dependencies": { 7731 + "@types/unist": "^3.0.0" 7732 + }, 7733 + "funding": { 7734 + "type": "opencollective", 7735 + "url": "https://opencollective.com/unified" 7736 + } 7737 + }, 7738 + "node_modules/remark-stringify/node_modules/vfile": { 7739 + "version": "6.0.3", 7740 + "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz", 7741 + "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==", 7742 + "license": "MIT", 7743 + "dependencies": { 7744 + "@types/unist": "^3.0.0", 7745 + "vfile-message": "^4.0.0" 7746 + }, 7747 + "funding": { 7748 + "type": "opencollective", 7749 + "url": "https://opencollective.com/unified" 7750 + } 7751 + }, 7752 + "node_modules/remark-stringify/node_modules/vfile-message": { 7753 + "version": "4.0.2", 7754 + "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.2.tgz", 7755 + "integrity": "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==", 7756 + "license": "MIT", 7757 + "dependencies": { 7758 + "@types/unist": "^3.0.0", 7759 + "unist-util-stringify-position": "^4.0.0" 7760 + }, 7761 + "funding": { 7762 + "type": "opencollective", 7763 + "url": "https://opencollective.com/unified" 7305 7764 } 7306 7765 }, 7307 7766 "node_modules/resolve": {