Skip to content

Commit 9894f43

Browse files
chore(deps): bump markdown-it (#5941)
Bumps the npm_and_yarn group with 1 update in the /web directory: [markdown-it](https://github.com/markdown-it/markdown-it). Updates `markdown-it` from 14.1.1 to 14.2.0 - [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md) - [Commits](markdown-it/markdown-it@14.1.1...14.2.0) --- updated-dependencies: - dependency-name: markdown-it dependency-version: 14.2.0 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cdff9db commit 9894f43

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"history": "^5.3.0",
105105
"js-yaml": "^3.14.2",
106106
"lodash": "^4.18.1",
107-
"markdown-it": "^14.1.1",
107+
"markdown-it": "^14.2.0",
108108
"material-react-table": "^1.15.1",
109109
"monaco-editor": "^0.52.2",
110110
"monaco-editor-webpack-plugin": "^7.1.1",

web/yarn.lock

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

7552-
linkify-it@^5.0.0:
7553-
version "5.0.0"
7554-
resolved "https://registry.yarnpkg.com/linkify-it/-/linkify-it-5.0.0.tgz#9ef238bfa6dc70bd8e7f9572b52d369af569b421"
7555-
integrity sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==
7552+
linkify-it@^5.0.1:
7553+
version "5.0.1"
7554+
resolved "https://registry.yarnpkg.com/linkify-it/-/linkify-it-5.0.1.tgz#10c4cecbb5c6828eabf81d3c801adc4a542dfb55"
7555+
integrity sha512-wVoTjP4Q6R0NW5hiZkVJaFZPWgtXfoGF+6LucL3/FtiNjmcHhYjEr5f1Kqjirc1nBW07J/ZuRFumqr2oqccEWg==
75567556
dependencies:
75577557
uc.micro "^2.0.0"
75587558

@@ -7676,14 +7676,14 @@ mapbox-to-css-font@^2.4.1:
76767676
resolved "https://registry.yarnpkg.com/mapbox-to-css-font/-/mapbox-to-css-font-2.4.5.tgz#b10a7a33af3e1a9a1369e4d5e8285492a7943c46"
76777677
integrity sha512-VJ6nB8emkO9VODI0Fk+TQ/0zKBTqmf/Pkt8Xv0kHstoc0iXRajA00DAid4Kc3K5xeFIOoiZrVxijEzj0GLVO2w==
76787678

7679-
markdown-it@^14.1.1:
7680-
version "14.1.1"
7681-
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-14.1.1.tgz#856f90b66fc39ae70affd25c1b18b581d7deee1f"
7682-
integrity sha512-BuU2qnTti9YKgK5N+IeMubp14ZUKUUw7yeJbkjtosvHiP0AZ5c8IAgEMk79D0eC8F23r4Ac/q8cAIFdm2FtyoA==
7679+
markdown-it@^14.2.0:
7680+
version "14.2.0"
7681+
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-14.2.0.tgz#06d48d9035e77d5b1c85adb315482fc8240289ef"
7682+
integrity sha512-1TGiQiJVRQ3NPmZH6sx5Cfnmg6GQm9jvC1ch4TK511NjSJvjzKLzn5pPfZRNZkRPZP0HqCioSndqH8v2nRaWVQ==
76837683
dependencies:
76847684
argparse "^2.0.1"
76857685
entities "^4.4.0"
7686-
linkify-it "^5.0.0"
7686+
linkify-it "^5.0.1"
76877687
mdurl "^2.0.0"
76887688
punycode.js "^2.3.1"
76897689
uc.micro "^2.1.0"

0 commit comments

Comments
 (0)