From 03b028ea4996c1d009264c35cf330a52e8e37c26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 00:24:06 +0000 Subject: [PATCH] Bump marked from 14.1.3 to 15.0.7 Bumps [marked](https://github.com/markedjs/marked) from 14.1.3 to 15.0.7. - [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/v14.1.3...v15.0.7) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8d93c83..b037f5a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "isomorphic-fetch": "^3.0.0", "jsonwebtoken": "^9.0.2", "jwks-rsa": "^3.1.0", - "marked": "^14.1.3", + "marked": "^15.0.7", "readline-sync": "^1.4.10" }, "devDependencies": { @@ -2975,9 +2975,10 @@ "license": "ISC" }, "node_modules/marked": { - "version": "14.1.3", - "resolved": "https://registry.npmjs.org/marked/-/marked-14.1.3.tgz", - "integrity": "sha512-ZibJqTULGlt9g5k4VMARAktMAjXoVnnr+Y3aCqW1oDftcV4BA3UmrBifzXoZyenHRk75csiPu9iwsTj4VNBT0g==", + "version": "15.0.7", + "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.7.tgz", + "integrity": "sha512-dgLIeKGLx5FwziAnsk4ONoGwHwGPJzselimvlVskE9XLN4Orv9u2VA3GWw/lYUqjfA0rUT/6fqKwfZJapP9BEg==", + "license": "MIT", "bin": { "marked": "bin/marked.js" }, diff --git a/package.json b/package.json index 2b41406..859e548 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "isomorphic-fetch": "^3.0.0", "jsonwebtoken": "^9.0.2", "jwks-rsa": "^3.1.0", - "marked": "^14.1.3", + "marked": "^15.0.7", "readline-sync": "^1.4.10" } }