From 7944f4dfcdadc0de43219fd97e689f8026fa0e13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 08:08:34 +0000 Subject: [PATCH] fix(deps): bump marked from 11.2.0 to 14.1.2 Bumps [marked](https://github.com/markedjs/marked) from 11.2.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/v11.2.0...v14.1.2) --- 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 8f0a52d2..6711ada2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "chart.js": "^4.4.1", "chartjs-plugin-annotation": "^3.0.1", "core-js": "^3.33.3", - "marked": "^11.0.1", + "marked": "^14.1.2", "md5": "^2.3.0", "nuxt": "^2.15.8", "ol": "^8.2.0", @@ -15494,9 +15494,9 @@ } }, "node_modules/marked": { - "version": "11.2.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-11.2.0.tgz", - "integrity": "sha512-HR0m3bvu0jAPYiIvLUUQtdg1g6D247//lvcekpHO1WMvbwDlwSkZAX9Lw4F4YHE1T0HaaNve0tuAWuV1UJ6vtw==", + "version": "14.1.2", + "resolved": "https://registry.npmjs.org/marked/-/marked-14.1.2.tgz", + "integrity": "sha512-f3r0yqpz31VXiDB/wj9GaOB0a2PRLQl6vJmXiFrniNwjkKdvakqJRULhjFKJpxOchlCRiG5fcacoUZY5Xa6PEQ==", "bin": { "marked": "bin/marked.js" }, diff --git a/package.json b/package.json index 0cf00536..655d3d70 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "chart.js": "^4.4.1", "chartjs-plugin-annotation": "^3.0.1", "core-js": "^3.33.3", - "marked": "^11.0.1", + "marked": "^14.1.2", "md5": "^2.3.0", "nuxt": "^2.15.8", "ol": "^8.2.0",