From c92d08e3f90a4bce125622e8b009dedf3c2638c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 09:11:21 +0000 Subject: [PATCH] build(npm): bump marked from 9.1.0 to 9.1.1 Bumps [marked](https://github.com/markedjs/marked) from 9.1.0 to 9.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/v9.1.0...v9.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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 53d960a1..b5c0b1f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "eslint-plugin-jest": "^27.4.0", "husky": "^8.0.3", "lint-staged": "^14.0.1", - "marked": "^9.1.0", + "marked": "^9.1.1", "prettier": "^3.0.3", "prettier-plugin-apex": "^2.0.1" } @@ -8139,9 +8139,9 @@ } }, "node_modules/marked": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-9.1.0.tgz", - "integrity": "sha512-VZjm0PM5DMv7WodqOUps3g6Q7dmxs9YGiFUZ7a2majzQTTCgX+6S6NAJHPvOhgFBzYz8s4QZKWWMfZKFmsfOgA==", + "version": "9.1.1", + "resolved": "https://registry.npmjs.org/marked/-/marked-9.1.1.tgz", + "integrity": "sha512-ZmXkUGH54U4rEy3GL9vYj8+S1PHJx/zz5pc4Frn7UdGiNREKT12fWBJ5a5ffjFtghx9C9912vEg9Zra1Nf7CnA==", "dev": true, "bin": { "marked": "bin/marked.js" diff --git a/package.json b/package.json index 893a720b..16f1b57a 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "eslint-plugin-import": "^2.28.1", "eslint-plugin-jest": "^27.4.0", "husky": "^8.0.3", - "marked": "^9.1.0", + "marked": "^9.1.1", "lint-staged": "^14.0.1", "prettier": "^3.0.3", "prettier-plugin-apex": "^2.0.1"