From c629d7989361020a0d556d91d5c6eec6ddeabcc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 00:59:20 +0000 Subject: [PATCH] Bump marked from 13.0.3 to 14.0.0 Bumps [marked](https://github.com/markedjs/marked) from 13.0.3 to 14.0.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/v13.0.3...v14.0.0) --- updated-dependencies: - dependency-name: marked dependency-type: direct:development update-type: version-update:semver-major ... 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 32e90f7ec..1a12016d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -95,7 +95,7 @@ "eslint-config-oclif": "^4.0", "eslint-config-oclif-typescript": "^1.0.3", "eslint-plugin-unicorn": "^55.0.0", - "marked": "^13.0.0", + "marked": "^14.0.0", "mocha": "^10", "mock-fs": "^5.2.0", "oclif": "^4.8.8", @@ -12728,9 +12728,9 @@ "integrity": "sha512-lYrp7FXmBqpmGmsEF92WnSukdgYvLm15FPIODZOx9+3nobkxJxjBYcszqZf5VqTjBtISPSNC7zjU9o3zwpL6AQ==" }, "node_modules/marked": { - "version": "13.0.3", - "resolved": "https://registry.npmjs.org/marked/-/marked-13.0.3.tgz", - "integrity": "sha512-rqRix3/TWzE9rIoFGIn8JmsVfhiuC8VIQ8IdX5TfzmeBucdY05/0UlzKaw0eVtpcN/OdVFpBk7CjKGo9iHJ/zA==", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-14.0.0.tgz", + "integrity": "sha512-uIj4+faQ+MgHgwUW1l2PsPglZLOLOT1uErt06dAPtx2kjteLAkbsd/0FiYg/MGS+i7ZKLb7w2WClxHkzOOuryQ==", "dev": true, "bin": { "marked": "bin/marked.js" diff --git a/package.json b/package.json index 62f25c3db..107a1de1e 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "eslint-config-oclif": "^4.0", "eslint-config-oclif-typescript": "^1.0.3", "eslint-plugin-unicorn": "^55.0.0", - "marked": "^13.0.0", + "marked": "^14.0.0", "mocha": "^10", "mock-fs": "^5.2.0", "oclif": "^4.8.8",