From da3a91e3d66a8c490823ad422bb6942d466ee1ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Oct 2021 01:04:18 +0000 Subject: [PATCH] Bump marked from 3.0.4 to 3.0.6 Bumps [marked](https://github.com/markedjs/marked) from 3.0.4 to 3.0.6. - [Release notes](https://github.com/markedjs/marked/releases) - [Changelog](https://github.com/markedjs/marked/blob/master/release.config.js) - [Commits](https://github.com/markedjs/marked/compare/v3.0.4...v3.0.6) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index ce18caaeb..382b40754 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "core-js": "^3.18.2", "dompurify": "^2.3.3", "lodash": "^4.17.21", - "marked": "^3.0.4", + "marked": "^3.0.6", "v-click-outside": "^3.1.2", "vue": "^2.6.14", "vue-clipboard2": "^0.3.3", @@ -8047,9 +8047,9 @@ } }, "node_modules/marked": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/marked/-/marked-3.0.4.tgz", - "integrity": "sha512-jBo8AOayNaEcvBhNobg6/BLhdsK3NvnKWJg33MAAPbvTWiG4QBn9gpW1+7RssrKu4K1dKlN+0goVQwV41xEfOA==", + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/marked/-/marked-3.0.6.tgz", + "integrity": "sha512-a1hY8eqdP9JgmsaO0MYYhO9Li2nfY/5pAj+gWU5r41Lze6AV4Xty1cseLWDcOYimJnaVfQAomaA6NK+z2IyR+w==", "bin": { "marked": "bin/marked" }, @@ -19188,9 +19188,9 @@ "dev": true }, "marked": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/marked/-/marked-3.0.4.tgz", - "integrity": "sha512-jBo8AOayNaEcvBhNobg6/BLhdsK3NvnKWJg33MAAPbvTWiG4QBn9gpW1+7RssrKu4K1dKlN+0goVQwV41xEfOA==" + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/marked/-/marked-3.0.6.tgz", + "integrity": "sha512-a1hY8eqdP9JgmsaO0MYYhO9Li2nfY/5pAj+gWU5r41Lze6AV4Xty1cseLWDcOYimJnaVfQAomaA6NK+z2IyR+w==" }, "material-colors": { "version": "1.2.6", diff --git a/package.json b/package.json index d73a82b81..4ff9a20f2 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "core-js": "^3.18.2", "dompurify": "^2.3.3", "lodash": "^4.17.21", - "marked": "^3.0.4", + "marked": "^3.0.6", "v-click-outside": "^3.1.2", "vue": "^2.6.14", "vue-clipboard2": "^0.3.3",