From a2e1ee6ddbeed8cb259acfc975c9c0b9cea7ad0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 22:14:18 +0000 Subject: [PATCH] Bump markdown-it and @types/markdown-it (#879) Bumps [markdown-it](https://github.com/markdown-it/markdown-it) and [@types/markdown-it](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/markdown-it). These dependencies needed to be updated together. Updates `markdown-it` from 13.0.1 to 13.0.2 - [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md) - [Commits](https://github.com/markdown-it/markdown-it/compare/13.0.1...13.0.2) Updates `@types/markdown-it` from 13.0.1 to 13.0.5 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/markdown-it) --- updated-dependencies: - dependency-name: markdown-it dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: "@types/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 | 25 ++++++++++++++----------- package.json | 4 ++-- 2 files changed, 16 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 39ba886bb..3b6766b5f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@types/jquery": "^3.5.22", "@types/jqueryui": "^1.12.19", "@types/lodash": "^4.14.200", - "@types/markdown-it": "^13.0.1", + "@types/markdown-it": "^13.0.5", "@types/markdown-it-attrs": "^4.1.2", "@types/markdown-it-footnote": "^3.0.0", "@types/node": "^16", @@ -53,7 +53,7 @@ "liquidjs": "^10.9.2", "lodash": "^4.17.21", "lorem-ipsum": "^2.0.8", - "markdown-it": "^13.0.1", + "markdown-it": "^13.0.2", "markdown-it-anchor": "^8.6.7", "markdown-it-attrs": "^4.1.6", "markdown-it-deflist": "^2.1.0", @@ -3051,9 +3051,9 @@ "dev": true }, "node_modules/@types/markdown-it": { - "version": "13.0.1", - "resolved": "https://registry.npmjs.org/@types/markdown-it/-/markdown-it-13.0.1.tgz", - "integrity": "sha512-SUEb8Frsxs3D5Gg9xek6i6EG6XQ5s+O+ZdQzIPESZVZw3Pv3CPQfjCJBI+RgqZd1IBeu18S0Rn600qpPnEK37w==", + "version": "13.0.5", + "resolved": "https://registry.npmjs.org/@types/markdown-it/-/markdown-it-13.0.5.tgz", + "integrity": "sha512-QhJP7hkq3FCrFNx0szMNCT/79CXfcEgUIA3jc5GBfeXqoKsk3R8JZm2wRXJ2DiyjbPE4VMFOSDemLFcUTZmHEQ==", "dev": true, "dependencies": { "@types/linkify-it": "*", @@ -7198,9 +7198,10 @@ } }, "node_modules/markdown-it": { - "version": "13.0.1", + "version": "13.0.2", + "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-13.0.2.tgz", + "integrity": "sha512-FtwnEuuK+2yVU7goGn/MJ0WBZMM9ZPgU9spqlFs7/A/pDIUNSOQZhUgOqYCficIuR2QaFnrt8LHqBWsbTAoI5w==", "dev": true, - "license": "MIT", "dependencies": { "argparse": "^2.0.1", "entities": "~3.0.1", @@ -12531,9 +12532,9 @@ "dev": true }, "@types/markdown-it": { - "version": "13.0.1", - "resolved": "https://registry.npmjs.org/@types/markdown-it/-/markdown-it-13.0.1.tgz", - "integrity": "sha512-SUEb8Frsxs3D5Gg9xek6i6EG6XQ5s+O+ZdQzIPESZVZw3Pv3CPQfjCJBI+RgqZd1IBeu18S0Rn600qpPnEK37w==", + "version": "13.0.5", + "resolved": "https://registry.npmjs.org/@types/markdown-it/-/markdown-it-13.0.5.tgz", + "integrity": "sha512-QhJP7hkq3FCrFNx0szMNCT/79CXfcEgUIA3jc5GBfeXqoKsk3R8JZm2wRXJ2DiyjbPE4VMFOSDemLFcUTZmHEQ==", "dev": true, "requires": { "@types/linkify-it": "*", @@ -15146,7 +15147,9 @@ "dev": true }, "markdown-it": { - "version": "13.0.1", + "version": "13.0.2", + "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-13.0.2.tgz", + "integrity": "sha512-FtwnEuuK+2yVU7goGn/MJ0WBZMM9ZPgU9spqlFs7/A/pDIUNSOQZhUgOqYCficIuR2QaFnrt8LHqBWsbTAoI5w==", "dev": true, "requires": { "argparse": "^2.0.1", diff --git a/package.json b/package.json index 6a80622a5..59672fa6a 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@types/jquery": "^3.5.22", "@types/jqueryui": "^1.12.19", "@types/lodash": "^4.14.200", - "@types/markdown-it": "^13.0.1", + "@types/markdown-it": "^13.0.5", "@types/markdown-it-attrs": "^4.1.2", "@types/markdown-it-footnote": "^3.0.0", "@types/node": "^16", @@ -80,7 +80,7 @@ "liquidjs": "^10.9.2", "lodash": "^4.17.21", "lorem-ipsum": "^2.0.8", - "markdown-it": "^13.0.1", + "markdown-it": "^13.0.2", "markdown-it-anchor": "^8.6.7", "markdown-it-attrs": "^4.1.6", "markdown-it-deflist": "^2.1.0",