diff --git a/docs/package-lock.json b/docs/package-lock.json index 007a8a16..843077c4 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -6449,9 +6449,9 @@ "dev": true }, "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==", "dev": true, "requires": { "uc.micro": "^1.0.1" @@ -6764,9 +6764,9 @@ "dev": true }, "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==", "dev": true, "requires": { "argparse": "^1.0.7", diff --git a/docs/package.json b/docs/package.json index ae6bdaba..1419537b 100644 --- a/docs/package.json +++ b/docs/package.json @@ -41,7 +41,7 @@ "inquirer": "6.5.0", "live-server": "1.2.1", "lodash": "4.17.15", - "markdown-it": "8.4.2", + "markdown-it": "9.0.1", "markdown-it-anchor": "5.2.4", "markdown-it-classy": "0.2.0", "markdown-it-highlightjs": "3.0.0", diff --git a/docs/yarn.lock b/docs/yarn.lock index af9091a7..07d61993 100644 --- a/docs/yarn.lock +++ b/docs/yarn.lock @@ -4906,10 +4906,10 @@ markdown-it-highlightjs@3.0.0: highlight.js "^9.9.0" lodash.flow "^3.1.0" -markdown-it@8.4.2: - version "8.4.2" - resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-8.4.2.tgz#386f98998dc15a37722aa7722084f4020bdd9b54" - integrity sha512-GcRz3AWTqSUphY3vsUqQSFMbgR38a4Lh3GWlHRh/7MRwz8mcu9n2IO7HOh+bXHrR9kOPDl5RNCaEsrneb+xhHQ== +markdown-it@9.0.1: + version "9.0.1" + resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-9.0.1.tgz#aafe363c43718720b6575fd10625cde6e4ff2d47" + integrity sha512-XC9dMBHg28Xi7y5dPuLjM61upIGPJG8AiHNHYqIaXER2KNnn7eKnM5/sF0ImNnyoV224Ogn9b1Pck8VH4k0bxw== dependencies: argparse "^1.0.7" entities "~1.1.1"