From 76585ecaf56967ec73c8ba90b2ed0acc6e038f86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Apr 2025 11:57:35 +0000 Subject: [PATCH] build: bump marked from 15.0.7 to 15.0.8 Bumps [marked](https://github.com/markedjs/marked) from 15.0.7 to 15.0.8. - [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.7...v15.0.8) --- updated-dependencies: - dependency-name: marked dependency-version: 15.0.8 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 76fbeb2..06cd7da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@prettier/plugin-xml": "^3.4.1", "husky": "^9.1.7", "lint-staged": "^15.5.0", - "marked": "^15.0.7", + "marked": "^15.0.8", "prettier": "^3.5.3", "prettier-plugin-apex": "^2.2.6" } @@ -647,9 +647,9 @@ } }, "node_modules/marked": { - "version": "15.0.7", - "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.7.tgz", - "integrity": "sha512-dgLIeKGLx5FwziAnsk4ONoGwHwGPJzselimvlVskE9XLN4Orv9u2VA3GWw/lYUqjfA0rUT/6fqKwfZJapP9BEg==", + "version": "15.0.8", + "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.8.tgz", + "integrity": "sha512-rli4l2LyZqpQuRve5C0rkn6pj3hT8EWPC+zkAxFTAJLxRbENfTAhEQq9itrmf1Y81QtAX5D/MYlGlIomNgj9lA==", "dev": true, "license": "MIT", "bin": { @@ -1525,9 +1525,9 @@ } }, "marked": { - "version": "15.0.7", - "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.7.tgz", - "integrity": "sha512-dgLIeKGLx5FwziAnsk4ONoGwHwGPJzselimvlVskE9XLN4Orv9u2VA3GWw/lYUqjfA0rUT/6fqKwfZJapP9BEg==", + "version": "15.0.8", + "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.8.tgz", + "integrity": "sha512-rli4l2LyZqpQuRve5C0rkn6pj3hT8EWPC+zkAxFTAJLxRbENfTAhEQq9itrmf1Y81QtAX5D/MYlGlIomNgj9lA==", "dev": true }, "merge-stream": { diff --git a/package.json b/package.json index 33b2a36..c5847bb 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@prettier/plugin-xml": "^3.4.1", "husky": "^9.1.7", "lint-staged": "^15.5.0", - "marked": "^15.0.7", + "marked": "^15.0.8", "prettier": "^3.5.3", "prettier-plugin-apex": "^2.2.6" },