From e32ca607441e048579544247561a1a91786dbef8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 22:15:05 +0000 Subject: [PATCH] Bump marked from 5.1.2 to 11.1.0 Bumps [marked](https://github.com/markedjs/marked) from 5.1.2 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/v5.1.2...v11.1.0) --- updated-dependencies: - dependency-name: marked dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f61dad7..518d045 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "eslint-config-fnd": "^1.13.0", "faucet-pipeline-sass": "^1.7.1", "json-diff": "^1.0.0", - "marked": "^5.0.2", + "marked": "^11.1.0", "npm-run-all": "^4.1.5", "release-util-fnd": "^3.0.0" }