From 75050cb2e3d7894a9e3c3d9bf4e88c6f115af0d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 13:30:41 +0000 Subject: [PATCH] Bump marked from 10.0.0 to 12.0.0 Bumps [marked](https://github.com/markedjs/marked) from 10.0.0 to 12.0.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/v10.0.0...v12.0.0) --- 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 ac3d2525..db76766a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "eslint-plugin-svelte": "^2.26.0", "express": "^4.18.2", "handlebars": "^4.7.8", - "marked": "^10.0.0", + "marked": "^12.0.0", "mjml": "^4.14.1", "openai": "^4.25.0", "postcss": "^8.4.24", @@ -4893,9 +4893,9 @@ "peer": true }, "node_modules/marked": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-10.0.0.tgz", - "integrity": "sha512-YiGcYcWj50YrwBgNzFoYhQ1hT6GmQbFG8SksnYJX1z4BXTHSOrz1GB5/Jm2yQvMg4nN1FHP4M6r03R10KrVUiA==", + "version": "12.0.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-12.0.0.tgz", + "integrity": "sha512-Vkwtq9rLqXryZnWaQc86+FHLC6tr/fycMfYAhiOIXkrNmeGAyhSxjqu0Rs1i0bBqw5u0S7+lV9fdH2ZSVaoa0w==", "bin": { "marked": "bin/marked.js" }, diff --git a/package.json b/package.json index bcf5fcbf..cc9ae521 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "eslint-plugin-svelte": "^2.26.0", "express": "^4.18.2", "handlebars": "^4.7.8", - "marked": "^10.0.0", + "marked": "^12.0.0", "mjml": "^4.14.1", "openai": "^4.25.0", "postcss": "^8.4.24",