From 8b65c45fc8b3d9cd88784f3a4b437099593968f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 18:37:51 +0000 Subject: [PATCH] build: 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 c357a10..e965f37 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "highlightjs-apex": "^1.3.3", "husky": "^8.0.3", "lint-staged": "^15.2.0", - "marked": "^11.0.1", + "marked": "^11.1.0", "prettier": "^3.1.1", "prettier-plugin-apex": "^2.0.1" } @@ -592,9 +592,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 f0b4e29..26bf232 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "highlightjs-apex": "^1.3.3", "husky": "^8.0.3", "lint-staged": "^15.2.0", - "marked": "^11.0.1", + "marked": "^11.1.0", "prettier": "^3.1.1", "prettier-plugin-apex": "^2.0.1" },