diff --git a/package-lock.json b/package-lock.json index 2f562990b..fac5ba9ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "blueimp-md5": "^2.19.0", "dompurify": "^2.3.6", "lodash": "^4.17.21", - "markdown-it": "^13.0.0", + "markdown-it": "^13.0.1", "markdown-it-link-attributes": "^4.0.0", "markdown-it-task-lists": "^2.1.1", "moment": "^2.29.3", @@ -11685,9 +11685,9 @@ "license": "MIT" }, "node_modules/linkify-it": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-4.0.0.tgz", - "integrity": "sha512-QAxkXyzT/TXgwGyY4rTgC95Ex6/lZ5/lYTV9nug6eJt93BCBQGOE47D/g2+/m5J1MrVLr2ot97OXkBZ9bBpR4A==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-4.0.1.tgz", + "integrity": "sha512-C7bfi1UZmoj8+PQx22XyeXCuBlokoyWQL5pWSP+EI6nzRylyThouddufc2c1NDIcP9k5agmN9fLpA7VNJfIiqw==", "dependencies": { "uc.micro": "^1.0.1" } @@ -11856,13 +11856,13 @@ } }, "node_modules/markdown-it": { - "version": "13.0.0", - "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-13.0.0.tgz", - "integrity": "sha512-WArlIpVFvVwb8t3wgJuOsbMLhNWlzuQM7H2qXmuUEnBtXRqKjLjwFUMbZOyJgHygVZSjvcLR4EcXcRilqMavrA==", + "version": "13.0.1", + "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-13.0.1.tgz", + "integrity": "sha512-lTlxriVoy2criHP0JKRhO2VDG9c2ypWCsT237eDiLqi09rmbKoUetyGHq2uOIRoRS//kfoJckS0eUzzkDR+k2Q==", "dependencies": { "argparse": "^2.0.1", "entities": "~3.0.1", - "linkify-it": "^4.0.0", + "linkify-it": "^4.0.1", "mdurl": "^1.0.1", "uc.micro": "^1.0.5" }, @@ -25978,9 +25978,9 @@ "dev": true }, "linkify-it": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-4.0.0.tgz", - "integrity": "sha512-QAxkXyzT/TXgwGyY4rTgC95Ex6/lZ5/lYTV9nug6eJt93BCBQGOE47D/g2+/m5J1MrVLr2ot97OXkBZ9bBpR4A==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-4.0.1.tgz", + "integrity": "sha512-C7bfi1UZmoj8+PQx22XyeXCuBlokoyWQL5pWSP+EI6nzRylyThouddufc2c1NDIcP9k5agmN9fLpA7VNJfIiqw==", "requires": { "uc.micro": "^1.0.1" } @@ -26105,13 +26105,13 @@ "version": "1.0.4" }, "markdown-it": { - "version": "13.0.0", - "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-13.0.0.tgz", - "integrity": "sha512-WArlIpVFvVwb8t3wgJuOsbMLhNWlzuQM7H2qXmuUEnBtXRqKjLjwFUMbZOyJgHygVZSjvcLR4EcXcRilqMavrA==", + "version": "13.0.1", + "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-13.0.1.tgz", + "integrity": "sha512-lTlxriVoy2criHP0JKRhO2VDG9c2ypWCsT237eDiLqi09rmbKoUetyGHq2uOIRoRS//kfoJckS0eUzzkDR+k2Q==", "requires": { "argparse": "^2.0.1", "entities": "~3.0.1", - "linkify-it": "^4.0.0", + "linkify-it": "^4.0.1", "mdurl": "^1.0.1", "uc.micro": "^1.0.5" }, diff --git a/package.json b/package.json index 60474e926..de42e794d 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "blueimp-md5": "^2.19.0", "dompurify": "^2.3.6", "lodash": "^4.17.21", - "markdown-it": "^13.0.0", + "markdown-it": "^13.0.1", "markdown-it-task-lists": "^2.1.1", "markdown-it-link-attributes": "^4.0.0", "moment": "^2.29.3",