From b53fbe96ebf203d8085e508ac5ab7e865570bd93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 11:17:01 +0000 Subject: [PATCH] build: bump marked from 14.1.1 to 14.1.2 Bumps [marked](https://github.com/markedjs/marked) from 14.1.1 to 14.1.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.1...v14.1.2) --- updated-dependencies: - dependency-name: marked 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 63cbc03..8821b93 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@prettier/plugin-xml": "^3.4.1", "husky": "^9.1.5", "lint-staged": "^15.2.10", - "marked": "^14.1.1", + "marked": "^14.1.2", "prettier": "^3.3.3", "prettier-plugin-apex": "^2.1.4" } @@ -588,9 +588,9 @@ } }, "node_modules/marked": { - "version": "14.1.1", - "resolved": "https://registry.npmjs.org/marked/-/marked-14.1.1.tgz", - "integrity": "sha512-eS59oxof5eBVDCKTs+mJbvB/6Vq137GbimF9wkTIlto2/B2ppY5nigUUQgKVmA3bI2mPTIshUyDj5j612ZxlQQ==", + "version": "14.1.2", + "resolved": "https://registry.npmjs.org/marked/-/marked-14.1.2.tgz", + "integrity": "sha512-f3r0yqpz31VXiDB/wj9GaOB0a2PRLQl6vJmXiFrniNwjkKdvakqJRULhjFKJpxOchlCRiG5fcacoUZY5Xa6PEQ==", "dev": true, "bin": { "marked": "bin/marked.js" @@ -1429,9 +1429,9 @@ } }, "marked": { - "version": "14.1.1", - "resolved": "https://registry.npmjs.org/marked/-/marked-14.1.1.tgz", - "integrity": "sha512-eS59oxof5eBVDCKTs+mJbvB/6Vq137GbimF9wkTIlto2/B2ppY5nigUUQgKVmA3bI2mPTIshUyDj5j612ZxlQQ==", + "version": "14.1.2", + "resolved": "https://registry.npmjs.org/marked/-/marked-14.1.2.tgz", + "integrity": "sha512-f3r0yqpz31VXiDB/wj9GaOB0a2PRLQl6vJmXiFrniNwjkKdvakqJRULhjFKJpxOchlCRiG5fcacoUZY5Xa6PEQ==", "dev": true }, "merge-stream": { diff --git a/package.json b/package.json index 37baff9..8133d2f 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@prettier/plugin-xml": "^3.4.1", "husky": "^9.1.5", "lint-staged": "^15.2.10", - "marked": "^14.1.1", + "marked": "^14.1.2", "prettier": "^3.3.3", "prettier-plugin-apex": "^2.1.4" },