Skip to content

Commit a54d793

Browse files
chore(deps): update dependency markdown-it to version .x 🌟 (#8183)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 640505e commit a54d793

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

packages/desktop-gui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"gravatar": "1.8.0",
3232
"human-interval": "1.0.0",
3333
"lodash": "4.17.19",
34-
"markdown-it": "8.4.2",
34+
"markdown-it": "11.0.0",
3535
"mobx": "5.15.4",
3636
"mobx-react": "6.1.8",
3737
"mobx-react-devtools": "6.1.1",

packages/reporter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"enzyme-adapter-react-16": "1.15.2",
3333
"jsdom": "14.1.0",
3434
"lodash": "4.17.19",
35-
"markdown-it": "8.4.2",
35+
"markdown-it": "11.0.0",
3636
"mobx": "5.15.4",
3737
"mobx-react": "6.1.8",
3838
"mocha": "6.2.2",

yarn.lock

+11-11
Original file line numberDiff line numberDiff line change
@@ -10624,7 +10624,7 @@ entities@^1.1.1, entities@^1.1.2, entities@~1.1.1:
1062410624
resolved "https://registry.yarnpkg.com/entities/-/entities-1.1.2.tgz#bdfa735299664dfafd34529ed4f8522a275fea56"
1062510625
integrity sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w==
1062610626

10627-
entities@^2.0.0:
10627+
entities@^2.0.0, entities@~2.0.0:
1062810628
version "2.0.3"
1062910629
resolved "https://registry.yarnpkg.com/entities/-/entities-2.0.3.tgz#5c487e5742ab93c15abb5da22759b8590ec03b7f"
1063010630
integrity sha512-MyoZ0jgnLvB2X3Lg5HqpFmn1kybDiIfEQmKzTb5apr51Rb+T3KdmMiqa70T+bhGnyv7bQ6WMj2QMHpGMmlrUYQ==
@@ -16287,10 +16287,10 @@ lines-and-columns@^1.1.6:
1628716287
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
1628816288
integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=
1628916289

16290-
linkify-it@^2.0.0:
16291-
version "2.2.0"
16292-
resolved "https://registry.yarnpkg.com/linkify-it/-/linkify-it-2.2.0.tgz#e3b54697e78bf915c70a38acd78fd09e0058b1cf"
16293-
integrity sha512-GnAl/knGn+i1U/wjBz3akz2stz+HrHLsxMwHQGofCDfPvlf+gDKN58UtfmUquTY4/MXeE2x7k19KQmeoZi94Iw==
16290+
linkify-it@^3.0.1:
16291+
version "3.0.2"
16292+
resolved "https://registry.yarnpkg.com/linkify-it/-/linkify-it-3.0.2.tgz#f55eeb8bc1d3ae754049e124ab3bb56d97797fb8"
16293+
integrity sha512-gDBO4aHNZS6coiZCKVhSNh43F9ioIL4JwRjLZPkoLIY4yZFwg264Y5lu2x6rb1Js42Gh6Yqm2f6L2AJcnkzinQ==
1629416294
dependencies:
1629516295
uc.micro "^1.0.1"
1629616296

@@ -16995,14 +16995,14 @@ marionette-client@cypress-io/marionette-client#2cddf7d791cca7be5191d7fe103d58be7
1699516995
promise "7.0.4"
1699616996
socket-retry-connect "0.0.1"
1699716997

16998-
markdown-it@8.4.2:
16999-
version "8.4.2"
17000-
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-8.4.2.tgz#386f98998dc15a37722aa7722084f4020bdd9b54"
17001-
integrity sha512-GcRz3AWTqSUphY3vsUqQSFMbgR38a4Lh3GWlHRh/7MRwz8mcu9n2IO7HOh+bXHrR9kOPDl5RNCaEsrneb+xhHQ==
16998+
markdown-it@11.0.0:
16999+
version "11.0.0"
17000+
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-11.0.0.tgz#dbfc30363e43d756ebc52c38586b91b90046b876"
17001+
integrity sha512-+CvOnmbSubmQFSA9dKz1BRiaSMV7rhexl3sngKqFyXSagoA3fBdJQ8oZWtRy2knXdpDXaBw44euz37DeJQ9asg==
1700217002
dependencies:
1700317003
argparse "^1.0.7"
17004-
entities "~1.1.1"
17005-
linkify-it "^2.0.0"
17004+
entities "~2.0.0"
17005+
linkify-it "^3.0.1"
1700617006
mdurl "^1.0.1"
1700717007
uc.micro "^1.0.5"
1700817008

0 commit comments

Comments
 (0)