diff --git a/desktop/main/package.json b/desktop/main/package.json index d85a0a05..d27bf7dc 100644 --- a/desktop/main/package.json +++ b/desktop/main/package.json @@ -20,7 +20,7 @@ "@tauri-apps/plugin-shell": "^2.3.3", "@types/node": "^25.5.0", "koa": "^2.16.1", - "markdown-it": "^14.1.0", + "markdown-it": "^14.2.0", "micromark": "^4.0.1", "nuxt": "^4.4.8", "scss": "^0.2.4", diff --git a/desktop/main/pnpm-lock.yaml b/desktop/main/pnpm-lock.yaml index 4dbc35cb..7018462d 100644 --- a/desktop/main/pnpm-lock.yaml +++ b/desktop/main/pnpm-lock.yaml @@ -50,8 +50,8 @@ importers: specifier: ^2.16.1 version: 2.16.3 markdown-it: - specifier: '>=14.1.1' - version: 14.1.1 + specifier: ^14.2.0 + version: 14.2.0 micromark: specifier: ^4.0.1 version: 4.0.2 @@ -2803,8 +2803,8 @@ packages: lines-and-columns@1.2.4: resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} - 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==} listhen@1.10.0: resolution: {integrity: sha512-kfz4C0OrC6IpaVMtYDJtf6PFjurxe9NBBoDAh/o2p587INryFOO4DQ9OetbCdDrWFt1m1CJKvYrzkGsuPHw8nQ==} @@ -2846,8 +2846,8 @@ packages: magicast@0.5.3: resolution: {integrity: sha512-pVKE4UdSQ7DvHzivsCIFx2BJn1mHG6KsyrFcaxFx6tONdneEuThrDx0Cj3AMg58KyN4pzYT+LHOotxDQDjNvkw==} - markdown-it@14.1.1: - resolution: {integrity: sha512-BuU2qnTti9YKgK5N+IeMubp14ZUKUUw7yeJbkjtosvHiP0AZ5c8IAgEMk79D0eC8F23r4Ac/q8cAIFdm2FtyoA==} + markdown-it@14.2.0: + resolution: {integrity: sha512-1TGiQiJVRQ3NPmZH6sx5Cfnmg6GQm9jvC1ch4TK511NjSJvjzKLzn5pPfZRNZkRPZP0HqCioSndqH8v2nRaWVQ==} hasBin: true math-intrinsics@1.1.0: @@ -7120,7 +7120,7 @@ snapshots: lines-and-columns@1.2.4: {} - linkify-it@5.0.0: + linkify-it@5.0.1: dependencies: uc.micro: 2.1.0 @@ -7188,11 +7188,11 @@ snapshots: '@babel/types': 7.29.7 source-map-js: 1.2.1 - markdown-it@14.1.1: + markdown-it@14.2.0: 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