Skip to content

Commit 3cc4d5c

Browse files
Chore: Update dependency markdown-it to v14.2.0 (#141)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d5c2296 commit 3cc4d5c

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"**/handlebars": "4.7.9",
5050
"**/lodash": "4.18.1",
5151
"**/lodash-es": "4.18.1",
52-
"**/markdown-it": "14.1.1",
52+
"**/markdown-it": "14.2.0",
5353
"**/picomatch": "4.0.4",
5454
"**/tar": "7.5.15",
5555
"@nx/devkit/minimatch": "10.2.5",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5424,10 +5424,10 @@ lines-and-columns@^1.1.6:
54245424
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
54255425
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
54265426

5427-
linkify-it@^5.0.0:
5428-
version "5.0.0"
5429-
resolved "https://registry.yarnpkg.com/linkify-it/-/linkify-it-5.0.0.tgz#9ef238bfa6dc70bd8e7f9572b52d369af569b421"
5430-
integrity sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==
5427+
linkify-it@^5.0.1:
5428+
version "5.0.1"
5429+
resolved "https://registry.yarnpkg.com/linkify-it/-/linkify-it-5.0.1.tgz#10c4cecbb5c6828eabf81d3c801adc4a542dfb55"
5430+
integrity sha512-wVoTjP4Q6R0NW5hiZkVJaFZPWgtXfoGF+6LucL3/FtiNjmcHhYjEr5f1Kqjirc1nBW07J/ZuRFumqr2oqccEWg==
54315431
dependencies:
54325432
uc.micro "^2.0.0"
54335433

@@ -5623,14 +5623,14 @@ map-obj@^4.0.0:
56235623
resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-4.3.0.tgz#9304f906e93faae70880da102a9f1df0ea8bb05a"
56245624
integrity sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==
56255625

5626-
markdown-it@14.1.1, markdown-it@^14.1.1:
5627-
version "14.1.1"
5628-
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-14.1.1.tgz#856f90b66fc39ae70affd25c1b18b581d7deee1f"
5629-
integrity sha512-BuU2qnTti9YKgK5N+IeMubp14ZUKUUw7yeJbkjtosvHiP0AZ5c8IAgEMk79D0eC8F23r4Ac/q8cAIFdm2FtyoA==
5626+
markdown-it@14.2.0, markdown-it@^14.1.1:
5627+
version "14.2.0"
5628+
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-14.2.0.tgz#06d48d9035e77d5b1c85adb315482fc8240289ef"
5629+
integrity sha512-1TGiQiJVRQ3NPmZH6sx5Cfnmg6GQm9jvC1ch4TK511NjSJvjzKLzn5pPfZRNZkRPZP0HqCioSndqH8v2nRaWVQ==
56305630
dependencies:
56315631
argparse "^2.0.1"
56325632
entities "^4.4.0"
5633-
linkify-it "^5.0.0"
5633+
linkify-it "^5.0.1"
56345634
mdurl "^2.0.0"
56355635
punycode.js "^2.3.1"
56365636
uc.micro "^2.1.0"

0 commit comments

Comments
 (0)