From 27be2991b0100a87fc9764f914d79359ee9682a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 03:34:24 +0000 Subject: [PATCH] chore(deps-dev): bump marked from 9.1.2 to 9.1.3 Bumps [marked](https://github.com/markedjs/marked) from 9.1.2 to 9.1.3. - [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.2...v9.1.3) --- 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 6c747f2..30eb4d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "eslint-plugin-n": "^16.2.0", "eslint-plugin-promise": "^6.1.1", "jest-cli": "^29.7.0", - "marked": "^9.1.2", + "marked": "^9.1.3", "rollup": "^4.1.4", "semantic-release": "^22.0.5", "tsd": "^0.29.0" @@ -8421,9 +8421,9 @@ } }, "node_modules/marked": { - "version": "9.1.2", - "resolved": "https://registry.npmjs.org/marked/-/marked-9.1.2.tgz", - "integrity": "sha512-qoKMJqK0w6vkLk8+KnKZAH6neUZSNaQqVZ/h2yZ9S7CbLuFHyS2viB0jnqcWF9UKjwsAbMrQtnQhdmdvOVOw9w==", + "version": "9.1.3", + "resolved": "https://registry.npmjs.org/marked/-/marked-9.1.3.tgz", + "integrity": "sha512-XPU/J7GzU/n4voCSw1VYggtr3W5C2OeGkwEbe5PIQdA8thaie2Qw+fig6iNidKNDokTNcyR4OE9fMK14P6rqPg==", "dev": true, "bin": { "marked": "bin/marked.js" diff --git a/package.json b/package.json index f19adcd..d4ad2f1 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "eslint-plugin-n": "^16.2.0", "eslint-plugin-promise": "^6.1.1", "jest-cli": "^29.7.0", - "marked": "^9.1.2", + "marked": "^9.1.3", "rollup": "^4.1.4", "semantic-release": "^22.0.5", "tsd": "^0.29.0"