From 5c0591d25c4f09ce08ebe4536a50d48ba26b6583 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 May 2022 01:13:46 +0000 Subject: [PATCH] build(deps): bump marked from 4.0.12 to 4.0.16 Bumps [marked](https://github.com/markedjs/marked) from 4.0.12 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.12...v4.0.16) --- 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 05d12cdeb126f..5659729945b9c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "jstransformer-handlebars": "^1.2.0", "junk": "^4.0.0", "lodash.defaultsdeep": "^4.6.1", - "marked": "^4.0.12", + "marked": "^4.0.16", "metalsmith": "^2.4.2", "metalsmith-collections": "^0.9.0", "metalsmith-discover-helpers": "^0.1.1", @@ -3654,9 +3654,9 @@ } }, "node_modules/marked": { - "version": "4.0.12", - "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.12.tgz", - "integrity": "sha512-hgibXWrEDNBWgGiK18j/4lkS6ihTe9sxtV4Q1OQppb/0zzyPSzoFANBa5MfsG/zgsWklmNnhm0XACZOH/0HBiQ==", + "version": "4.0.16", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.16.tgz", + "integrity": "sha512-wahonIQ5Jnyatt2fn8KqF/nIqZM8mh3oRu2+l5EANGMhu6RFjiSG52QNE2eWzFMI94HqYSgN184NurgNG6CztA==", "bin": { "marked": "bin/marked.js" }, @@ -11490,9 +11490,9 @@ "dev": true }, "marked": { - "version": "4.0.12", - "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.12.tgz", - "integrity": "sha512-hgibXWrEDNBWgGiK18j/4lkS6ihTe9sxtV4Q1OQppb/0zzyPSzoFANBa5MfsG/zgsWklmNnhm0XACZOH/0HBiQ==" + "version": "4.0.16", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.16.tgz", + "integrity": "sha512-wahonIQ5Jnyatt2fn8KqF/nIqZM8mh3oRu2+l5EANGMhu6RFjiSG52QNE2eWzFMI94HqYSgN184NurgNG6CztA==" }, "mathml-tag-names": { "version": "2.1.3", diff --git a/package.json b/package.json index f3dab3e53be32..c8331c6abaf6b 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "jstransformer-handlebars": "^1.2.0", "junk": "^4.0.0", "lodash.defaultsdeep": "^4.6.1", - "marked": "^4.0.12", + "marked": "^4.0.16", "metalsmith": "^2.4.2", "metalsmith-collections": "^0.9.0", "metalsmith-discover-helpers": "^0.1.1",