From 84c4363e08f18a63d2219bfee6b7e7514f16bba1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 11:09:50 +0000 Subject: [PATCH] build: bump marked from 14.1.0 to 14.1.1 Bumps [marked](https://github.com/markedjs/marked) from 14.1.0 to 14.1.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/v14.1.0...v14.1.1) --- 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 e3d7ca1..63cbc03 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.0", + "marked": "^14.1.1", "prettier": "^3.3.3", "prettier-plugin-apex": "^2.1.4" } @@ -588,9 +588,9 @@ } }, "node_modules/marked": { - "version": "14.1.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-14.1.0.tgz", - "integrity": "sha512-P93GikH/Pde0hM5TAXEd8I4JAYi8IB03n8qzW8Bh1BIEFpEyBoYxi/XWZA53LSpTeLBiMQOoSMj0u5E/tiVYTA==", + "version": "14.1.1", + "resolved": "https://registry.npmjs.org/marked/-/marked-14.1.1.tgz", + "integrity": "sha512-eS59oxof5eBVDCKTs+mJbvB/6Vq137GbimF9wkTIlto2/B2ppY5nigUUQgKVmA3bI2mPTIshUyDj5j612ZxlQQ==", "dev": true, "bin": { "marked": "bin/marked.js" @@ -1429,9 +1429,9 @@ } }, "marked": { - "version": "14.1.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-14.1.0.tgz", - "integrity": "sha512-P93GikH/Pde0hM5TAXEd8I4JAYi8IB03n8qzW8Bh1BIEFpEyBoYxi/XWZA53LSpTeLBiMQOoSMj0u5E/tiVYTA==", + "version": "14.1.1", + "resolved": "https://registry.npmjs.org/marked/-/marked-14.1.1.tgz", + "integrity": "sha512-eS59oxof5eBVDCKTs+mJbvB/6Vq137GbimF9wkTIlto2/B2ppY5nigUUQgKVmA3bI2mPTIshUyDj5j612ZxlQQ==", "dev": true }, "merge-stream": { diff --git a/package.json b/package.json index 7ccfa4b..37baff9 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.0", + "marked": "^14.1.1", "prettier": "^3.3.3", "prettier-plugin-apex": "^2.1.4" },