From 98015dc4db8b18463f4fe798cbd54b285cffa95f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 11:37:12 +0000 Subject: [PATCH] build: bump marked from 14.1.4 to 15.0.2 Bumps [marked](https://github.com/markedjs/marked) from 14.1.4 to 15.0.2. - [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.4...v15.0.2) --- updated-dependencies: - dependency-name: marked dependency-type: direct:development update-type: version-update:semver-major ... 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 5d442b6..f465921 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.2.10", - "marked": "^14.1.4", + "marked": "^15.0.2", "prettier": "^3.4.1", "prettier-plugin-apex": "^2.2.2" } @@ -640,9 +640,9 @@ } }, "node_modules/marked": { - "version": "14.1.4", - "resolved": "https://registry.npmjs.org/marked/-/marked-14.1.4.tgz", - "integrity": "sha512-vkVZ8ONmUdPnjCKc5uTRvmkRbx4EAi2OkTOXmfTDhZz3OFqMNBM1oTTWwTr4HY4uAEojhzPf+Fy8F1DWa3Sndg==", + "version": "15.0.2", + "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.2.tgz", + "integrity": "sha512-85RUkoYKIVB21PbMKrnD6aCl9ws+XKEyhJNMbLn206NyD3jbBo7Ec7Wi4Jrsn4dV1a2ng7K/jfkmIN0DNoS41w==", "dev": true, "bin": { "marked": "bin/marked.js" @@ -1514,9 +1514,9 @@ } }, "marked": { - "version": "14.1.4", - "resolved": "https://registry.npmjs.org/marked/-/marked-14.1.4.tgz", - "integrity": "sha512-vkVZ8ONmUdPnjCKc5uTRvmkRbx4EAi2OkTOXmfTDhZz3OFqMNBM1oTTWwTr4HY4uAEojhzPf+Fy8F1DWa3Sndg==", + "version": "15.0.2", + "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.2.tgz", + "integrity": "sha512-85RUkoYKIVB21PbMKrnD6aCl9ws+XKEyhJNMbLn206NyD3jbBo7Ec7Wi4Jrsn4dV1a2ng7K/jfkmIN0DNoS41w==", "dev": true }, "merge-stream": { diff --git a/package.json b/package.json index 48f6c88..2ccf068 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@prettier/plugin-xml": "^3.4.1", "husky": "^9.1.7", "lint-staged": "^15.2.10", - "marked": "^14.1.4", + "marked": "^15.0.2", "prettier": "^3.4.1", "prettier-plugin-apex": "^2.2.2" },