From 2bdef961cb81c716adb88dd0048ada762fa94b17 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2019 09:03:19 +0000 Subject: [PATCH] Bump markdown-it from 9.1.0 to 10.0.0 in /js Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 9.1.0 to 10.0.0. - [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/9.1.0...10.0.0) Signed-off-by: dependabot-preview[bot] --- js/package-lock.json | 15 +++++++++++---- js/package.json | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/js/package-lock.json b/js/package-lock.json index f3b0531e6..fa1415e37 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -5632,15 +5632,22 @@ "integrity": "sha512-XUi5HJhhV5R74k8/0H2oCbCiYf/u4cO/rX8tnGkRvrqhsr5BRNU6Mg0yt/8UIx1iIS8220BNJsDb7XnILhLepw==" }, "markdown-it": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-9.1.0.tgz", - "integrity": "sha512-xHKG4C8iPriyfu/jc2hsCC045fKrMQ0VexX2F1FGYiRxDxqMB2aAhF8WauJ3fltn2kb90moGBkiiEdooGIg55w==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-10.0.0.tgz", + "integrity": "sha512-YWOP1j7UbDNz+TumYP1kpwnP0aEa711cJjrAQrzd0UXlbJfc5aAq0F/PZHjiioqDC1NKgvIMX+o+9Bk7yuM2dg==", "requires": { "argparse": "^1.0.7", - "entities": "~1.1.1", + "entities": "~2.0.0", "linkify-it": "^2.0.0", "mdurl": "^1.0.1", "uc.micro": "^1.0.5" + }, + "dependencies": { + "entities": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-2.0.0.tgz", + "integrity": "sha512-D9f7V0JSRwIxlRI2mjMqufDrRDnx8p+eEOz7aUM9SuvF8gsBzra0/6tbjl1m8eQHrZlYj6PxqE00hZ1SAIKPLw==" + } } }, "markdown-it-anchor": { diff --git a/js/package.json b/js/package.json index e139d3ab8..9ac75fa85 100644 --- a/js/package.json +++ b/js/package.json @@ -14,7 +14,7 @@ "angular-markdown-it": "^0.6.1", "angular-sanitize": "^1.7.8", "babel-polyfill": "^6.26.0", - "markdown-it": "^9.1.0", + "markdown-it": "^10.0.0", "markdown-it-link-target": "^1.0.2", "nextcloud-axios": "^0.2.1", "nextcloud-vue": "^0.12.3",