From 741b892a4af4cbf817b3bceb76ea87a3f9b531cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 23:50:29 +0000 Subject: [PATCH] chore(deps-dev): bump marked from 9.0.0 to 9.0.3 Bumps [marked](https://github.com/markedjs/marked) from 9.0.0 to 9.0.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.0.0...v9.0.3) --- updated-dependencies: - dependency-name: marked dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0485a36d..54978ead 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,12 +24,12 @@ "eslint-plugin-n": "^16.0.2", "eslint-plugin-promise": "^6.1.1", "jest-cli": "^29.7.0", - "marked": "^9.0.0", + "marked": "^9.0.3", "rollup": "^3.29.2", "semantic-release": "^21.1.1" }, "peerDependencies": { - "marked": "^9.0.0" + "marked": "^9.0.3" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -7619,9 +7619,9 @@ } }, "node_modules/marked": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-9.0.0.tgz", - "integrity": "sha512-37yoTpjU+TSXb9OBYY5n78z/CqXh76KiQj9xsKxEdztzU9fRLmbWO5YqKxgCVGKlNdexppnbKTkwB3RipVri8w==", + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/marked/-/marked-9.0.3.tgz", + "integrity": "sha512-pI/k4nzBG1PEq1J3XFEHxVvjicfjl8rgaMaqclouGSMPhk7Q3Ejb2ZRxx/ZQOcQ1909HzVoWCFYq6oLgtL4BpQ==", "dev": true, "bin": { "marked": "bin/marked.js" @@ -22625,9 +22625,9 @@ "dev": true }, "marked": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-9.0.0.tgz", - "integrity": "sha512-37yoTpjU+TSXb9OBYY5n78z/CqXh76KiQj9xsKxEdztzU9fRLmbWO5YqKxgCVGKlNdexppnbKTkwB3RipVri8w==", + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/marked/-/marked-9.0.3.tgz", + "integrity": "sha512-pI/k4nzBG1PEq1J3XFEHxVvjicfjl8rgaMaqclouGSMPhk7Q3Ejb2ZRxx/ZQOcQ1909HzVoWCFYq6oLgtL4BpQ==", "dev": true }, "meow": { diff --git a/package.json b/package.json index 14222e7d..f6de8d91 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ }, "homepage": "https://github.com/markedjs/marked-extension-template#readme", "peerDependencies": { - "marked": "^9.0.0" + "marked": "^9.0.3" }, "devDependencies": { "@babel/core": "^7.22.20", @@ -55,7 +55,7 @@ "eslint-plugin-n": "^16.0.2", "eslint-plugin-promise": "^6.1.1", "jest-cli": "^29.7.0", - "marked": "^9.0.0", + "marked": "^9.0.3", "rollup": "^3.29.2", "semantic-release": "^21.1.1" }