From 84aba6ce7185490025bd8c74026919b04d5da7d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 23:09:42 +0000 Subject: [PATCH] Bump marked from 12.0.0 to 12.0.1 Bumps [marked](https://github.com/markedjs/marked) from 12.0.0 to 12.0.1. - [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/v12.0.0...v12.0.1) --- 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 31b47ea111..021229b8f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "@vaadin/router": "^1.7.5", "firebase": "^10.10.0", "lit": "^3.1.2", - "marked": "^12.0.0", + "marked": "^12.0.1", "marked-gfm-heading-id": "^3.1.3", "pwa-helpers": "^0.9.1", "register-service-worker": "^1.7.2", @@ -16959,9 +16959,9 @@ } }, "node_modules/marked": { - "version": "12.0.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-12.0.0.tgz", - "integrity": "sha512-Vkwtq9rLqXryZnWaQc86+FHLC6tr/fycMfYAhiOIXkrNmeGAyhSxjqu0Rs1i0bBqw5u0S7+lV9fdH2ZSVaoa0w==", + "version": "12.0.1", + "resolved": "https://registry.npmjs.org/marked/-/marked-12.0.1.tgz", + "integrity": "sha512-Y1/V2yafOcOdWQCX0XpAKXzDakPOpn6U0YLxTJs3cww6VxOzZV1BTOOYWLvH3gX38cq+iLwljHHTnMtlDfg01Q==", "bin": { "marked": "bin/marked.js" }, @@ -34458,9 +34458,9 @@ "dev": true }, "marked": { - "version": "12.0.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-12.0.0.tgz", - "integrity": "sha512-Vkwtq9rLqXryZnWaQc86+FHLC6tr/fycMfYAhiOIXkrNmeGAyhSxjqu0Rs1i0bBqw5u0S7+lV9fdH2ZSVaoa0w==" + "version": "12.0.1", + "resolved": "https://registry.npmjs.org/marked/-/marked-12.0.1.tgz", + "integrity": "sha512-Y1/V2yafOcOdWQCX0XpAKXzDakPOpn6U0YLxTJs3cww6VxOzZV1BTOOYWLvH3gX38cq+iLwljHHTnMtlDfg01Q==" }, "marked-gfm-heading-id": { "version": "3.1.3", diff --git a/package.json b/package.json index 48ee74a569..1f96a2d5ca 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "@vaadin/router": "^1.7.5", "firebase": "^10.10.0", "lit": "^3.1.2", - "marked": "^12.0.0", + "marked": "^12.0.1", "marked-gfm-heading-id": "^3.1.3", "pwa-helpers": "^0.9.1", "register-service-worker": "^1.7.2",