From 4948d75e982bb8eef509d143a3cac24e6ca2e02e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Dec 2023 03:14:35 +0000 Subject: [PATCH] chore(deps): Bump marked from 5.1.2 to 11.0.0 Bumps [marked](https://github.com/markedjs/marked) from 5.1.2 to 11.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/v5.1.2...v11.0.0) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9aaef01dbaa50..167aaf0bc01ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,7 +55,7 @@ "jquery-ui-dist": "^1.13.2", "libphonenumber-js": "^1.10.26", "lodash": "^4.17.21", - "marked": "^5.0.4", + "marked": "^11.0.0", "moment": "^2.29.4", "moment-timezone": "^0.5.43", "natural-orderby": "^3.0.2", @@ -17626,14 +17626,14 @@ "dev": true }, "node_modules/marked": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/marked/-/marked-5.1.2.tgz", - "integrity": "sha512-ahRPGXJpjMjwSOlBoTMZAK7ATXkli5qCPxZ21TG44rx1KEo44bii4ekgTDQPNRQ4Kh7JMb9Ub1PVk1NxRSsorg==", + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-11.0.0.tgz", + "integrity": "sha512-2GsW34uXaFEGTQ/+3rCnNC6vUYTAgFuDLGl70v/aWinA5mIJtTrrFAmfbLOfVvgPyxXuDVL9He/7reCK+6j3Sw==", "bin": { "marked": "bin/marked.js" }, "engines": { - "node": ">= 16" + "node": ">= 18" } }, "node_modules/material-colors": { diff --git a/package.json b/package.json index d6ee76ca1b563..6deb1be401699 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "jquery-ui-dist": "^1.13.2", "libphonenumber-js": "^1.10.26", "lodash": "^4.17.21", - "marked": "^5.0.4", + "marked": "^11.0.0", "moment": "^2.29.4", "moment-timezone": "^0.5.43", "natural-orderby": "^3.0.2",