From c78b923ffb49a932adb84b3c6828e42cb3783fb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 23:48:39 +0000 Subject: [PATCH] chore(deps): Bump marked from 5.1.2 to 7.0.3 Bumps [marked](https://github.com/markedjs/marked) from 5.1.2 to 7.0.3. - [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...v7.0.3) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production 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 b1f79110c5e63..5cbef4a9466cb 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": "^7.0.3", "moment": "^2.29.4", "moment-timezone": "^0.5.43", "natural-orderby": "^3.0.2", @@ -17651,9 +17651,9 @@ "dev": true }, "node_modules/marked": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/marked/-/marked-5.1.2.tgz", - "integrity": "sha512-ahRPGXJpjMjwSOlBoTMZAK7ATXkli5qCPxZ21TG44rx1KEo44bii4ekgTDQPNRQ4Kh7JMb9Ub1PVk1NxRSsorg==", + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/marked/-/marked-7.0.3.tgz", + "integrity": "sha512-ev2uM40p0zQ/GbvqotfKcSWEa59fJwluGZj5dcaUOwDRrB1F3dncdXy8NWUApk4fi8atU3kTBOwjyjZ0ud0dxw==", "bin": { "marked": "bin/marked.js" }, diff --git a/package.json b/package.json index c5a3157799e2c..7b127b4979bad 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": "^7.0.3", "moment": "^2.29.4", "moment-timezone": "^0.5.43", "natural-orderby": "^3.0.2",