From 2c78d6a7d4e32903c541268cdf8a5d2893510c8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 May 2022 10:02:33 +0000 Subject: [PATCH] Bump marked from 4.0.15 to 4.0.16 Bumps [marked](https://github.com/markedjs/marked) from 4.0.15 to 4.0.16. - [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.15...v4.0.16) --- 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 8368ceb94a..191664aca6 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.15", + "marked": "4.0.16", "mocha": "10.0.0", "pixelmatch": "^5.1.0", "pngjs": "^6.0.0", @@ -6884,9 +6884,9 @@ "dev": true }, "node_modules/marked": { - "version": "4.0.15", - "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.15.tgz", - "integrity": "sha512-esX5lPdTfG4p8LDkv+obbRCyOKzB+820ZZyMOXJZygZBHrH9b3xXR64X4kT3sPe9Nx8qQXbmcz6kFSMt4Nfk6Q==", + "version": "4.0.16", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.16.tgz", + "integrity": "sha512-wahonIQ5Jnyatt2fn8KqF/nIqZM8mh3oRu2+l5EANGMhu6RFjiSG52QNE2eWzFMI94HqYSgN184NurgNG6CztA==", "dev": true, "bin": { "marked": "bin/marked.js" @@ -15522,9 +15522,9 @@ "requires": {} }, "marked": { - "version": "4.0.15", - "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.15.tgz", - "integrity": "sha512-esX5lPdTfG4p8LDkv+obbRCyOKzB+820ZZyMOXJZygZBHrH9b3xXR64X4kT3sPe9Nx8qQXbmcz6kFSMt4Nfk6Q==", + "version": "4.0.16", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.16.tgz", + "integrity": "sha512-wahonIQ5Jnyatt2fn8KqF/nIqZM8mh3oRu2+l5EANGMhu6RFjiSG52QNE2eWzFMI94HqYSgN184NurgNG6CztA==", "dev": true }, "mdurl": { diff --git a/package.json b/package.json index 656e39874f..836d9c543f 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.15", + "marked": "4.0.16", "mocha": "10.0.0", "pixelmatch": "^5.1.0", "pngjs": "^6.0.0",