From 34e8f30e09a3255ae38c8c4b5622dd2f69732f36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 May 2022 10:47:12 -0500 Subject: [PATCH] chore(deps-dev): Bump markdown-it from 13.0.0 to 13.0.1 (#2465) Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 13.0.0 to 13.0.1. - [Release notes](https://github.com/markdown-it/markdown-it/releases) - [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md) - [Commits](https://github.com/markdown-it/markdown-it/compare/13.0.0...13.0.1) --- updated-dependencies: - dependency-name: markdown-it dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 30 +++++++++++++++--------------- package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index f81b2464..ef16a44e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "front-matter": "^4.0.2", "highlight.js": "^11.5.1", "jasmine": "^4.1.0", - "markdown-it": "13.0.0", + "markdown-it": "13.0.1", "node-fetch": "^3.2.4", "rollup": "^2.71.1", "rollup-plugin-license": "^2.7.0", @@ -5175,9 +5175,9 @@ "dev": true }, "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==", "dev": true, "dependencies": { "uc.micro": "^1.0.1" @@ -5312,14 +5312,14 @@ } }, "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==", "dev": true, "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" }, @@ -13990,9 +13990,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==", "dev": true, "requires": { "uc.micro": "^1.0.1" @@ -14111,14 +14111,14 @@ "dev": true }, "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==", "dev": true, "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 4c6e3a3b..f2e90efa 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "front-matter": "^4.0.2", "highlight.js": "^11.5.1", "jasmine": "^4.1.0", - "markdown-it": "13.0.0", + "markdown-it": "13.0.1", "node-fetch": "^3.2.4", "rollup": "^2.71.1", "rollup-plugin-license": "^2.7.0",