From c9c1f0d8d26c91e8bf841833e500d4ff40433593 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 18:33:18 +0000 Subject: [PATCH] build: bump marked from 11.1.0 to 11.1.1 Bumps [marked](https://github.com/markedjs/marked) from 11.1.0 to 11.1.1. - [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.1.0...v11.1.1) --- 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 e965f37..4706b5b 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.1.0", + "marked": "^11.1.1", "prettier": "^3.1.1", "prettier-plugin-apex": "^2.0.1" } @@ -592,9 +592,9 @@ } }, "node_modules/marked": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-11.1.0.tgz", - "integrity": "sha512-fvKJWAPEafVj1dwGwcPI5mBB/0pvViL6NlCbNDG1HOIRwwAU/jeMoFxfbRLuirO1wRH7m4yPvBqD/O1wyWvayw==", + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/marked/-/marked-11.1.1.tgz", + "integrity": "sha512-EgxRjgK9axsQuUa/oKMx5DEY8oXpKJfk61rT5iY3aRlgU6QJtUcxU5OAymdhCvWvhYcd9FKmO5eQoX8m9VGJXg==", "dev": true, "bin": { "marked": "bin/marked.js" diff --git a/package.json b/package.json index 26bf232..84c6188 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.1.0", + "marked": "^11.1.1", "prettier": "^3.1.1", "prettier-plugin-apex": "^2.0.1" },