From 45ce1a3e2ad85d00cd778048178195a9f10348f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 03:59:36 +0000 Subject: [PATCH] chore(deps-dev): bump marked from 11.0.1 to 11.1.0 Bumps [marked](https://github.com/markedjs/marked) from 11.0.1 to 11.1.0. - [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/v11.0.1...v11.1.0) --- updated-dependencies: - dependency-name: marked dependency-type: direct:development update-type: version-update:semver-minor ... 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 e629961..c8f891a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "eslint-plugin-n": "^16.3.1", "eslint-plugin-promise": "^6.1.1", "jest-cli": "^29.7.0", - "marked": "^11.0.1", + "marked": "^11.1.0", "rollup": "^4.7.0", "semantic-release": "^22.0.10", "tsd": "^0.29.0" @@ -8416,9 +8416,9 @@ } }, "node_modules/marked": { - "version": "11.0.1", - "resolved": "https://registry.npmjs.org/marked/-/marked-11.0.1.tgz", - "integrity": "sha512-P4kDhFEMlvLePBPRwOcMOv6+lYUbhfbSxJFs3Jb4Qx7v6K7l+k8Dxh9CEGfRvK71tL+qIFz5y7Pe4uzt4+/A3A==", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-11.1.0.tgz", + "integrity": "sha512-fvKJWAPEafVj1dwGwcPI5mBB/0pvViL6NlCbNDG1HOIRwwAU/jeMoFxfbRLuirO1wRH7m4yPvBqD/O1wyWvayw==", "dev": true, "bin": { "marked": "bin/marked.js" diff --git a/package.json b/package.json index 2b76f56..6ea51d1 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "eslint-plugin-n": "^16.3.1", "eslint-plugin-promise": "^6.1.1", "jest-cli": "^29.7.0", - "marked": "^11.0.1", + "marked": "^11.1.0", "rollup": "^4.7.0", "semantic-release": "^22.0.10", "tsd": "^0.29.0"