From 5e0f2b433aa454287d7572813c92930dd4f8f17a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 07:09:03 +0000 Subject: [PATCH] build(deps): bump marked from 12.0.0 to 14.1.0 Bumps [marked](https://github.com/markedjs/marked) from 12.0.0 to 14.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/v12.0.0...v14.1.0) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++++---- package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8034f3f5..782da12d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "html-webpack-plugin": "~5.5.0", "json2php": "~0.0.7", "leaflet": "~1.7.1", - "marked": "~12.0.0", + "marked": "~14.1.0", "mini-css-extract-plugin": "~2.4.5", "moment": "~2.30.1", "mysql2": "~3.9.7", @@ -10952,8 +10952,9 @@ } }, "node_modules/marked": { - "version": "12.0.0", - "license": "MIT", + "version": "14.1.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-14.1.0.tgz", + "integrity": "sha512-P93GikH/Pde0hM5TAXEd8I4JAYi8IB03n8qzW8Bh1BIEFpEyBoYxi/XWZA53LSpTeLBiMQOoSMj0u5E/tiVYTA==", "bin": { "marked": "bin/marked.js" }, @@ -23784,7 +23785,9 @@ "dev": true }, "marked": { - "version": "12.0.0" + "version": "14.1.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-14.1.0.tgz", + "integrity": "sha512-P93GikH/Pde0hM5TAXEd8I4JAYi8IB03n8qzW8Bh1BIEFpEyBoYxi/XWZA53LSpTeLBiMQOoSMj0u5E/tiVYTA==" }, "matcher": { "version": "3.0.0", diff --git a/package.json b/package.json index 34f51151..8b6441c2 100644 --- a/package.json +++ b/package.json @@ -144,7 +144,7 @@ "html-webpack-plugin": "~5.5.0", "json2php": "~0.0.7", "leaflet": "~1.7.1", - "marked": "~12.0.0", + "marked": "~14.1.0", "mini-css-extract-plugin": "~2.4.5", "moment": "~2.30.1", "mysql2": "~3.9.7",