From 37c2f8b0d4213a961840c6d67638f9fd82d60385 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 May 2023 11:04:30 +0000 Subject: [PATCH] Bump marked from 5.0.1 to 5.0.2 (#6584) Bumps [marked](https://github.com/markedjs/marked) from 5.0.1 to 5.0.2. - [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/v5.0.1...v5.0.2) --- updated-dependencies: - dependency-name: marked 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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6bf86fd299..d5cbfb2c1c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -91,7 +91,7 @@ "express": "~4.18.2", "html-webpack-plugin": "~5.5.1", "jsdom": "~22.0.0", - "marked": "~5.0.1", + "marked": "~5.0.2", "mini-css-extract-plugin": "~2.7.5", "mocha": "~10.2.0", "nib": "~1.2.0", @@ -10368,9 +10368,9 @@ } }, "node_modules/marked": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/marked/-/marked-5.0.1.tgz", - "integrity": "sha512-Nn9peC4lvIZdcfp8Uze6xk4ZYowkcj/K6+e/6rLHadhtjqeip/bYRxMgt3124IGGJ3RPs2uX5YVmAGbUutY18g==", + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/marked/-/marked-5.0.2.tgz", + "integrity": "sha512-TXksm9GwqXCRNbFUZmMtqNLvy3K2cQHuWmyBDLOrY1e6i9UvZpOTJXoz7fBjYkJkaUFzV9hBFxMuZSyQt8R6KQ==", "dev": true, "bin": { "marked": "bin/marked.js" @@ -23259,9 +23259,9 @@ } }, "marked": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/marked/-/marked-5.0.1.tgz", - "integrity": "sha512-Nn9peC4lvIZdcfp8Uze6xk4ZYowkcj/K6+e/6rLHadhtjqeip/bYRxMgt3124IGGJ3RPs2uX5YVmAGbUutY18g==", + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/marked/-/marked-5.0.2.tgz", + "integrity": "sha512-TXksm9GwqXCRNbFUZmMtqNLvy3K2cQHuWmyBDLOrY1e6i9UvZpOTJXoz7fBjYkJkaUFzV9hBFxMuZSyQt8R6KQ==", "dev": true }, "mdurl": { diff --git a/package.json b/package.json index 4bf8f45754..2a1ad6ac3b 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "express": "~4.18.2", "html-webpack-plugin": "~5.5.1", "jsdom": "~22.0.0", - "marked": "~5.0.1", + "marked": "~5.0.2", "mini-css-extract-plugin": "~2.7.5", "mocha": "~10.2.0", "nib": "~1.2.0",