From f494ca5c641f666d4c75d4c3db7f1a088ca2b08b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 20:53:42 +0000 Subject: [PATCH] chore(deps-dev): bump marked from 12.0.0 to 14.1.2 Bumps [marked](https://github.com/markedjs/marked) from 12.0.0 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/v12.0.0...v14.1.2) --- updated-dependencies: - dependency-name: marked dependency-type: direct:development 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 dc6193af5f0..ce93a04588b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -61,7 +61,7 @@ "karma-webpack": "5.0.1", "location-bar": "3.0.1", "lodash": "4.17.21", - "marked": "12.0.0", + "marked": "14.1.2", "mini-css-extract-plugin": "2.7.6", "moment": "2.30.1", "moment-duration-format": "2.3.2", @@ -7644,9 +7644,9 @@ } }, "node_modules/marked": { - "version": "12.0.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-12.0.0.tgz", - "integrity": "sha512-Vkwtq9rLqXryZnWaQc86+FHLC6tr/fycMfYAhiOIXkrNmeGAyhSxjqu0Rs1i0bBqw5u0S7+lV9fdH2ZSVaoa0w==", + "version": "14.1.2", + "resolved": "https://registry.npmjs.org/marked/-/marked-14.1.2.tgz", + "integrity": "sha512-f3r0yqpz31VXiDB/wj9GaOB0a2PRLQl6vJmXiFrniNwjkKdvakqJRULhjFKJpxOchlCRiG5fcacoUZY5Xa6PEQ==", "dev": true, "bin": { "marked": "bin/marked.js" diff --git a/package.json b/package.json index 35863a7efc0..169843de338 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "karma-webpack": "5.0.1", "location-bar": "3.0.1", "lodash": "4.17.21", - "marked": "12.0.0", + "marked": "14.1.2", "mini-css-extract-plugin": "2.7.6", "moment": "2.30.1", "moment-duration-format": "2.3.2",