From 3dcf08a13bcf03fae8d4fbedb09c46b7588f811a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Sep 2023 10:50:40 +0000 Subject: [PATCH] Chore(deps): Bump markdown-it from 13.0.1 to 13.0.2 Bumps [markdown-it](https://github.com/markdown-it/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) --- updated-dependencies: - dependency-name: markdown-it dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 16c39628a..170c18805 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@nextcloud/vue": "^7.12.5", "diff": "^5.1.0", "easymde": "^2.18.0", - "markdown-it": "^13.0.1", + "markdown-it": "^13.0.2", "markdown-it-task-checkbox": "^1.0.6", "vue": "^2.7.14", "vue-fragment": "1.6.0", @@ -12206,9 +12206,9 @@ } }, "node_modules/markdown-it": { - "version": "13.0.1", - "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-13.0.1.tgz", - "integrity": "sha512-lTlxriVoy2criHP0JKRhO2VDG9c2ypWCsT237eDiLqi09rmbKoUetyGHq2uOIRoRS//kfoJckS0eUzzkDR+k2Q==", + "version": "13.0.2", + "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-13.0.2.tgz", + "integrity": "sha512-FtwnEuuK+2yVU7goGn/MJ0WBZMM9ZPgU9spqlFs7/A/pDIUNSOQZhUgOqYCficIuR2QaFnrt8LHqBWsbTAoI5w==", "dependencies": { "argparse": "^2.0.1", "entities": "~3.0.1", @@ -26954,9 +26954,9 @@ "peer": true }, "markdown-it": { - "version": "13.0.1", - "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-13.0.1.tgz", - "integrity": "sha512-lTlxriVoy2criHP0JKRhO2VDG9c2ypWCsT237eDiLqi09rmbKoUetyGHq2uOIRoRS//kfoJckS0eUzzkDR+k2Q==", + "version": "13.0.2", + "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-13.0.2.tgz", + "integrity": "sha512-FtwnEuuK+2yVU7goGn/MJ0WBZMM9ZPgU9spqlFs7/A/pDIUNSOQZhUgOqYCficIuR2QaFnrt8LHqBWsbTAoI5w==", "requires": { "argparse": "^2.0.1", "entities": "~3.0.1", diff --git a/package.json b/package.json index d1e22f8b1..89e0946ef 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@nextcloud/vue": "^7.12.5", "diff": "^5.1.0", "easymde": "^2.18.0", - "markdown-it": "^13.0.1", + "markdown-it": "^13.0.2", "markdown-it-task-checkbox": "^1.0.6", "vue": "^2.7.14", "vue-fragment": "1.6.0",