diff --git a/package-lock.json b/package-lock.json index 4ff8537..91a6103 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3435,9 +3435,9 @@ } }, "linkify-it": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-2.1.0.tgz", - "integrity": "sha512-4REs8/062kV2DSHxNfq5183zrqXMl7WP0WzABH9IeJI+NLm429FgE1PDecltYfnOoFDFlZGh2T8PfZn0r+GTRg==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-2.2.0.tgz", + "integrity": "sha512-GnAl/knGn+i1U/wjBz3akz2stz+HrHLsxMwHQGofCDfPvlf+gDKN58UtfmUquTY4/MXeE2x7k19KQmeoZi94Iw==", "requires": { "uc.micro": "^1.0.1" } @@ -3528,9 +3528,9 @@ } }, "markdown-it": { - "version": "8.4.2", - "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-8.4.2.tgz", - "integrity": "sha512-GcRz3AWTqSUphY3vsUqQSFMbgR38a4Lh3GWlHRh/7MRwz8mcu9n2IO7HOh+bXHrR9kOPDl5RNCaEsrneb+xhHQ==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-9.0.1.tgz", + "integrity": "sha512-XC9dMBHg28Xi7y5dPuLjM61upIGPJG8AiHNHYqIaXER2KNnn7eKnM5/sF0ImNnyoV224Ogn9b1Pck8VH4k0bxw==", "requires": { "argparse": "^1.0.7", "entities": "~1.1.1", diff --git a/package.json b/package.json index e6dce0b..7132c0b 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "graphql-import": "0.7.1", "http-errors": "1.7.3", "js-yaml": "latest", - "markdown-it": "8.4.2", + "markdown-it": "9.0.1", "markdown-it-emoji": "1.4.0", "markdown-it-mark": "2.0.0", "markdown-it-smartarrows": "1.0.1",