From 7e3cf9697db847f82dbb7d789d78e8813cfaea54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 04:18:10 +0000 Subject: [PATCH] build(deps): 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.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c84b077..fda2cbe 100644 --- a/package.json +++ b/package.json @@ -372,7 +372,7 @@ }, "dependencies": { "clipboardy": "^4.0.0", - "marked": "^12.0.0", + "marked": "^12.0.1", "node-machine-id": "^1.1.12", "posthog-node": "3.6.1", "typescript": "^5.1.6", diff --git a/yarn.lock b/yarn.lock index b7ae16a..b768eeb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1327,10 +1327,10 @@ lru-cache@^6.0.0: dependencies: yallist "^4.0.0" -marked@^12.0.0: - version "12.0.0" - resolved "https://registry.yarnpkg.com/marked/-/marked-12.0.0.tgz#051ea8c8c7f65148a63003df1499515a2c6de716" - integrity sha512-Vkwtq9rLqXryZnWaQc86+FHLC6tr/fycMfYAhiOIXkrNmeGAyhSxjqu0Rs1i0bBqw5u0S7+lV9fdH2ZSVaoa0w== +marked@^12.0.1: + version "12.0.1" + resolved "https://registry.yarnpkg.com/marked/-/marked-12.0.1.tgz#8ab1eb15560c7cbe3b011074845d7ca6c4d392b0" + integrity sha512-Y1/V2yafOcOdWQCX0XpAKXzDakPOpn6U0YLxTJs3cww6VxOzZV1BTOOYWLvH3gX38cq+iLwljHHTnMtlDfg01Q== merge-stream@^2.0.0: version "2.0.0"