diff --git a/package.json b/package.json index ecef9761..a5396e77 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "fast-glob": "^3.3.3", "fenom-tmlanguage": "^1.0.0", "gray-matter": "^4.0.3", - "markdown-it": "^14.1.1", + "markdown-it": "^14.2.0", "markdown-it-kbd": "^3.0.2", "markdownlint": "^0.40.0", "markdownlint-cli": "^0.48.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c92b0729..0c765abc 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -58,11 +58,11 @@ importers: specifier: ^4.0.3 version: 4.0.3 markdown-it: - specifier: ^14.1.1 - version: 14.1.1 + specifier: ^14.2.0 + version: 14.2.0 markdown-it-kbd: specifier: ^3.0.2 - version: 3.0.2(markdown-it@14.1.1) + version: 3.0.2(markdown-it@14.2.0) markdownlint: specifier: ^0.40.0 version: 0.40.0 @@ -1921,8 +1921,8 @@ packages: linebreak@1.1.0: resolution: {integrity: sha512-MHp03UImeVhB7XZtjd0E4n6+3xr5Dq/9xI/5FptGk5FrbDR3zagPa2DS6U8ks/3HjbKWG9Q1M2ufOzxV2qLYSQ==} - linkify-it@5.0.0: - resolution: {integrity: sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==} + linkify-it@5.0.1: + resolution: {integrity: sha512-wVoTjP4Q6R0NW5hiZkVJaFZPWgtXfoGF+6LucL3/FtiNjmcHhYjEr5f1Kqjirc1nBW07J/ZuRFumqr2oqccEWg==} lodash-es@4.18.1: resolution: {integrity: sha512-J8xewKD/Gk22OZbhpOVSwcs60zhd95ESDwezOFuA3/099925PdHJ7OFHNTGtajL3AlZkykD32HykiMo+BIBI8A==} @@ -1955,6 +1955,10 @@ packages: resolution: {integrity: sha512-BuU2qnTti9YKgK5N+IeMubp14ZUKUUw7yeJbkjtosvHiP0AZ5c8IAgEMk79D0eC8F23r4Ac/q8cAIFdm2FtyoA==} hasBin: true + markdown-it@14.2.0: + resolution: {integrity: sha512-1TGiQiJVRQ3NPmZH6sx5Cfnmg6GQm9jvC1ch4TK511NjSJvjzKLzn5pPfZRNZkRPZP0HqCioSndqH8v2nRaWVQ==} + hasBin: true + markdownlint-cli@0.48.0: resolution: {integrity: sha512-NkZQNu2E0Q5qLEEHwWj674eYISTLD4jMHkBzDobujXd1kv+yCxi8jOaD/rZoQNW1FBBMMGQpuW5So8B51N/e0A==} engines: {node: '>=20'} @@ -4370,7 +4374,7 @@ snapshots: base64-js: 0.0.8 unicode-trie: 2.0.0 - linkify-it@5.0.0: + linkify-it@5.0.1: dependencies: uc.micro: 2.1.0 @@ -4393,15 +4397,24 @@ snapshots: mark.js@8.11.1: {} - markdown-it-kbd@3.0.2(markdown-it@14.1.1): + markdown-it-kbd@3.0.2(markdown-it@14.2.0): dependencies: - markdown-it: 14.1.1 + markdown-it: 14.2.0 markdown-it@14.1.1: dependencies: argparse: 2.0.1 entities: 4.5.0 - linkify-it: 5.0.0 + linkify-it: 5.0.1 + mdurl: 2.0.0 + punycode.js: 2.3.1 + uc.micro: 2.1.0 + + markdown-it@14.2.0: + dependencies: + argparse: 2.0.1 + entities: 4.5.0 + linkify-it: 5.0.1 mdurl: 2.0.0 punycode.js: 2.3.1 uc.micro: 2.1.0