From b4391b09bd78a13a41c386e1973d3d0334070898 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Dec 2022 22:02:00 +0000 Subject: [PATCH] Bump marked from 0.7.0 to 4.2.4 Bumps [marked](https://github.com/markedjs/marked) from 0.7.0 to 4.2.4. - [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/v0.7.0...v4.2.4) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6692c12b..282ea627 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8985,9 +8985,9 @@ "integrity": "sha1-QebVbGVsgRhZ00uXoKJgk/cdw2A=" }, "marked": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-0.7.0.tgz", - "integrity": "sha512-c+yYdCZJQrsRjTPhUx7VKkApw9bwDkNbHUKo1ovgcfDjb2kc8rLuRbIFyXL5WOEUwzSSKo3IXpph2K6DqB/KZg==" + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.2.4.tgz", + "integrity": "sha512-Wcc9ikX7Q5E4BYDPvh1C6QNSxrjC9tBgz+A/vAhp59KXUgachw++uMvMKiSW8oA85nopmPZcEvBoex/YLMsiyA==" }, "md5.js": { "version": "1.3.5", diff --git a/package.json b/package.json index 4c0585ea..8fb396e3 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "express": "^4.17.1", "firebase": "^8.6.8", "jwt-decode": "^3.1.2", - "marked": "^0.7.0", + "marked": "^4.2.4", "moment": "^2.29.1", "nuxt": "^2.14.12", "nuxt-stripe-module": "^3.2.0",