From 130821e8f9c5f7663fab91952ba1ff532349c291 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 01:57:11 +0000 Subject: [PATCH] build(deps): bump marked from 13.0.3 to 14.1.2 (#7242) Bumps [marked](https://github.com/markedjs/marked) from 13.0.3 to 14.1.2. - [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/v13.0.3...v14.1.2) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6e7d856cfc..6c79a189f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "jcrop": "^0.0.1", "jquery": "^3.7.1", "jquery-ui": "^1.14.0", - "marked": "^13.0.3", + "marked": "^14.1.2", "mathjax": "^3.2.2", "mime": "^4.0.4", "moment": "^2.30.1", @@ -8711,9 +8711,9 @@ } }, "node_modules/marked": { - "version": "13.0.3", - "resolved": "https://registry.npmjs.org/marked/-/marked-13.0.3.tgz", - "integrity": "sha512-rqRix3/TWzE9rIoFGIn8JmsVfhiuC8VIQ8IdX5TfzmeBucdY05/0UlzKaw0eVtpcN/OdVFpBk7CjKGo9iHJ/zA==", + "version": "14.1.2", + "resolved": "https://registry.npmjs.org/marked/-/marked-14.1.2.tgz", + "integrity": "sha512-f3r0yqpz31VXiDB/wj9GaOB0a2PRLQl6vJmXiFrniNwjkKdvakqJRULhjFKJpxOchlCRiG5fcacoUZY5Xa6PEQ==", "bin": { "marked": "bin/marked.js" }, @@ -18104,9 +18104,9 @@ "requires": {} }, "marked": { - "version": "13.0.3", - "resolved": "https://registry.npmjs.org/marked/-/marked-13.0.3.tgz", - "integrity": "sha512-rqRix3/TWzE9rIoFGIn8JmsVfhiuC8VIQ8IdX5TfzmeBucdY05/0UlzKaw0eVtpcN/OdVFpBk7CjKGo9iHJ/zA==" + "version": "14.1.2", + "resolved": "https://registry.npmjs.org/marked/-/marked-14.1.2.tgz", + "integrity": "sha512-f3r0yqpz31VXiDB/wj9GaOB0a2PRLQl6vJmXiFrniNwjkKdvakqJRULhjFKJpxOchlCRiG5fcacoUZY5Xa6PEQ==" }, "mathjax": { "version": "3.2.2", diff --git a/package.json b/package.json index 3eaca20b49..12a5cf6fc3 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "jcrop": "^0.0.1", "jquery": "^3.7.1", "jquery-ui": "^1.14.0", - "marked": "^13.0.3", + "marked": "^14.1.2", "mathjax": "^3.2.2", "mime": "^4.0.4", "moment": "^2.30.1",