Skip to content

Commit 5a4c62e

Browse files
authored
Merge pull request #48 from ticky/renovate/markdown-it-anchor-5.x
Update dependency markdown-it-anchor to v5
2 parents 6fb7da7 + 437fcd6 commit 5a4c62e

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"image-webpack-loader": "6.0.0",
6060
"jest": "25.4.0",
6161
"json-loader": "0.5.7",
62-
"markdown-it-anchor": "4.0.0",
62+
"markdown-it-anchor": "5.2.7",
6363
"markdown-it-table-of-contents": "0.4.4",
6464
"prop-types": "15.7.2",
6565
"react": "16.12.0",

yarn.lock

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6308,11 +6308,9 @@ map-visit@^1.0.0:
63086308
dependencies:
63096309
object-visit "^1.0.0"
63106310

6311-
6312-
version "4.0.0"
6313-
resolved "https://registry.yarnpkg.com/markdown-it-anchor/-/markdown-it-anchor-4.0.0.tgz#e87fb5543e01965adf71506c6bf7b0491841b7e3"
6314-
dependencies:
6315-
string "^3.3.3"
6311+
6312+
version "5.2.7"
6313+
resolved "https://registry.yarnpkg.com/markdown-it-anchor/-/markdown-it-anchor-5.2.7.tgz#ec740f6bd03258a582cd0c65b9644b9f9852e5a3"
63166314

63176315
63186316
version "0.4.4"
@@ -8797,10 +8795,6 @@ string-width@^4.2.0:
87978795
is-fullwidth-code-point "^3.0.0"
87988796
strip-ansi "^6.0.0"
87998797

8800-
string@^3.3.3:
8801-
version "3.3.3"
8802-
resolved "https://registry.yarnpkg.com/string/-/string-3.3.3.tgz#5ea211cd92d228e184294990a6cc97b366a77cb0"
8803-
88048798
string_decoder@^1.0.0, string_decoder@^1.1.1:
88058799
version "1.3.0"
88068800
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e"

0 commit comments

Comments
 (0)