From 37690999804e62aab447ff4d292b127a5f4874b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 17:01:32 +0000 Subject: [PATCH] build(deps): bump marked from 4.2.2 to 4.2.3 Bumps [marked](https://github.com/markedjs/marked) from 4.2.2 to 4.2.3. - [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.2.2...v4.2.3) --- updated-dependencies: - dependency-name: marked 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 710cf6ed86c9f..23b8e26e3d85c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "jstransformer-handlebars": "^1.2.0", "junk": "^3.1.0", "lodash.defaultsdeep": "^4.6.1", - "marked": "^4.2.2", + "marked": "^4.2.3", "metalsmith": "^2.5.1", "metalsmith-collections": "^0.9.0", "metalsmith-feed": "^1.0.0", @@ -3683,9 +3683,9 @@ } }, "node_modules/marked": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/marked/-/marked-4.2.2.tgz", - "integrity": "sha512-JjBTFTAvuTgANXx82a5vzK9JLSMoV6V3LBVn4Uhdso6t7vXrGx7g1Cd2r6NYSsxrYbQGFCMqBDhFHyK5q2UvcQ==", + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.2.3.tgz", + "integrity": "sha512-slWRdJkbTZ+PjkyJnE30Uid64eHwbwa1Q25INCAYfZlK4o6ylagBy/Le9eWntqJFoFT93ikUKMv47GZ4gTwHkw==", "bin": { "marked": "bin/marked.js" }, @@ -11487,9 +11487,9 @@ "dev": true }, "marked": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/marked/-/marked-4.2.2.tgz", - "integrity": "sha512-JjBTFTAvuTgANXx82a5vzK9JLSMoV6V3LBVn4Uhdso6t7vXrGx7g1Cd2r6NYSsxrYbQGFCMqBDhFHyK5q2UvcQ==" + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.2.3.tgz", + "integrity": "sha512-slWRdJkbTZ+PjkyJnE30Uid64eHwbwa1Q25INCAYfZlK4o6ylagBy/Le9eWntqJFoFT93ikUKMv47GZ4gTwHkw==" }, "mathml-tag-names": { "version": "2.1.3", diff --git a/package.json b/package.json index 501ceb238779a..de3320c3a2058 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "jstransformer-handlebars": "^1.2.0", "junk": "^3.1.0", "lodash.defaultsdeep": "^4.6.1", - "marked": "^4.2.2", + "marked": "^4.2.3", "metalsmith": "^2.5.1", "metalsmith-collections": "^0.9.0", "metalsmith-feed": "^1.0.0",