From e5549c4306bc7389d5056132209c4401a053dd35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 May 2023 21:58:32 -0700 Subject: [PATCH] build(deps): bump marked from 5.0.2 to 5.0.3 (#122) Bumps [marked](https://github.com/markedjs/marked) from 5.0.2 to 5.0.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/v5.0.2...v5.0.3) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production 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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 125cd82..3ab8d5d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "highlight.js": "^11.8.0", "isomorphic-dompurify": "^1.5.0", "lodash": "^4.17.21", - "marked": "^5.0.2", + "marked": "^5.0.3", "pinia": "^2.1.3", "uuid": "^9.0.0" }, @@ -7373,9 +7373,9 @@ } }, "node_modules/marked": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/marked/-/marked-5.0.2.tgz", - "integrity": "sha512-TXksm9GwqXCRNbFUZmMtqNLvy3K2cQHuWmyBDLOrY1e6i9UvZpOTJXoz7fBjYkJkaUFzV9hBFxMuZSyQt8R6KQ==", + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/marked/-/marked-5.0.3.tgz", + "integrity": "sha512-KUONa43Uk74uUNWMxh6lfaNYmSAsRMiDAaX8QBCCRVXzEufR0zX6T33vrGbvTnQLL02ungDM3KSzZtO+chJaHg==", "bin": { "marked": "bin/marked.js" }, diff --git a/package.json b/package.json index eb87869..7df7a75 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "highlight.js": "^11.8.0", "isomorphic-dompurify": "^1.5.0", "lodash": "^4.17.21", - "marked": "^5.0.2", + "marked": "^5.0.3", "pinia": "^2.1.3", "uuid": "^9.0.0" }