From 1bc952a7d149fd6f6312cb5815ee8aa56db9018e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 14:39:20 +0000 Subject: [PATCH] build(deps): bump marked from 13.0.0 to 13.0.1 Bumps [marked](https://github.com/markedjs/marked) from 13.0.0 to 13.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/v13.0.0...v13.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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 36512359..972d7f45 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@digitalroute/email-verify": "^0.3.2", "js-yaml": "^4.1.0", "lodash": "^4.17.21", - "marked": "^13.0.0", + "marked": "^13.0.1", "probot": "^13.3.0" }, "devDependencies": { @@ -4281,9 +4281,9 @@ } }, "node_modules/marked": { - "version": "13.0.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-13.0.0.tgz", - "integrity": "sha512-VTeDCd9txf4KLLljUZ0nljE/Incb9SrWuueE44QVuU0pkOdh4sfCeW1Z6lPcxyDRSVY6rm8db/0OPaN75RNUmw==", + "version": "13.0.1", + "resolved": "https://registry.npmjs.org/marked/-/marked-13.0.1.tgz", + "integrity": "sha512-7kBohS6GrZKvCsNXZyVVXSW7/hGBHe49ng99YPkDCckSUrrG7MSFLCexsRxptzOmyW2eT5dySh4Md1V6my52fA==", "bin": { "marked": "bin/marked.js" }, diff --git a/package.json b/package.json index f0d99d85..87c0ec95 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@digitalroute/email-verify": "^0.3.2", "js-yaml": "^4.1.0", "lodash": "^4.17.21", - "marked": "^13.0.0", + "marked": "^13.0.1", "probot": "^13.3.0" }, "devDependencies": {