From 493bfa12dcc580cc139fdeebdeabfbf25428c4f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 10:02:05 +0000 Subject: [PATCH] Bump marked from 4.0.17 to 4.0.18 Bumps [marked](https://github.com/markedjs/marked) from 4.0.17 to 4.0.18. - [Release notes](https://github.com/markedjs/marked/releases) - [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json) - [Commits](https://github.com/markedjs/marked/compare/v4.0.17...v4.0.18) --- updated-dependencies: - dependency-name: marked dependency-type: direct:development 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 cf9997f4d3..9a10258a3a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "karma-source-map-support": "^1.4.0", "karma-webpack": "^5.0.0", "loglevelnext": "^5.0.5", - "marked": "4.0.17", + "marked": "4.0.18", "mocha": "10.0.0", "pixelmatch": "^5.1.0", "pngjs": "^6.0.0", @@ -6816,9 +6816,9 @@ "dev": true }, "node_modules/marked": { - "version": "4.0.17", - "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.17.tgz", - "integrity": "sha512-Wfk0ATOK5iPxM4ptrORkFemqroz0ZDxp5MWfYA7H/F+wO17NRWV5Ypxi6p3g2Xmw2bKeiYOl6oVnLHKxBA0VhA==", + "version": "4.0.18", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.18.tgz", + "integrity": "sha512-wbLDJ7Zh0sqA0Vdg6aqlbT+yPxqLblpAZh1mK2+AO2twQkPywvvqQNfEPVwSSRjZ7dZcdeVBIAgiO7MMp3Dszw==", "dev": true, "bin": { "marked": "bin/marked.js" @@ -15423,9 +15423,9 @@ "requires": {} }, "marked": { - "version": "4.0.17", - "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.17.tgz", - "integrity": "sha512-Wfk0ATOK5iPxM4ptrORkFemqroz0ZDxp5MWfYA7H/F+wO17NRWV5Ypxi6p3g2Xmw2bKeiYOl6oVnLHKxBA0VhA==", + "version": "4.0.18", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.18.tgz", + "integrity": "sha512-wbLDJ7Zh0sqA0Vdg6aqlbT+yPxqLblpAZh1mK2+AO2twQkPywvvqQNfEPVwSSRjZ7dZcdeVBIAgiO7MMp3Dszw==", "dev": true }, "mdurl": { diff --git a/package.json b/package.json index c698db44d3..b9ba65a16d 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "karma-source-map-support": "^1.4.0", "karma-webpack": "^5.0.0", "loglevelnext": "^5.0.5", - "marked": "4.0.17", + "marked": "4.0.18", "mocha": "10.0.0", "pixelmatch": "^5.1.0", "pngjs": "^6.0.0",