From 1c802c80e08d302fdf7c4e0a3a12d93c380817eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 15:58:16 +0000 Subject: [PATCH] build(deps): bump marked from 15.0.0 to 15.0.1 Bumps [marked](https://github.com/markedjs/marked) from 15.0.0 to 15.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/v15.0.0...v15.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 7817d9b7..07f8d87a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "deep-email-validator": "^0.1.21", "js-yaml": "^4.1.0", "lodash-es": "^4.17.21", - "marked": "^15.0.0", + "marked": "^15.0.1", "probot": "^13.4.0" }, "devDependencies": { @@ -3869,9 +3869,9 @@ "integrity": "sha512-3WjL8+ZDouZwKlyJBMp/4LeziLFXgleOdsYu87piGcMLqhBzCsy2QFdbtAwv757TFC/rtqd738fgJw1tFQCSgA==" }, "node_modules/marked": { - "version": "15.0.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.0.tgz", - "integrity": "sha512-0mouKmBROJv/WSHJBPZZyYofUgawMChnD5je/g+aOBXsHDjb/IsnTQj7mnhQZu+qPJmRQ0ecX3mLGEUm3BgwYA==", + "version": "15.0.1", + "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.1.tgz", + "integrity": "sha512-VnnE19XO2Vb2oZeH8quAepfrb6Aaz4OoY8yZQACfuy/5KVJ0GxYC0Qxzz/iuc+g5UF7H0HJ+QROfvH26XeBdDA==", "bin": { "marked": "bin/marked.js" }, diff --git a/package.json b/package.json index 3413ab72..6ef85160 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "deep-email-validator": "^0.1.21", "js-yaml": "^4.1.0", "lodash-es": "^4.17.21", - "marked": "^15.0.0", + "marked": "^15.0.1", "probot": "^13.4.0" }, "devDependencies": {