From 2490ac3281baaf34591c0d5b0896d7561a603080 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Dec 2021 19:23:49 -0500 Subject: [PATCH] Bump marked from 4.0.7 to 4.0.8 (#795) Bumps [marked](https://github.com/markedjs/marked) from 4.0.7 to 4.0.8. - [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/v4.0.7...v4.0.8) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 d50dc250..0f91b03c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "element-ui": "^2.15.6", "lodash.groupby": "^4.6.0", "lodash.sortby": "^4.7.0", - "marked": "^4.0.7", + "marked": "^4.0.8", "material-design-icons-iconfont": "^6.1.1", "moment": "^2.29.1", "vue": "^2.6.14", @@ -10460,9 +10460,9 @@ "peer": true }, "node_modules/marked": { - "version": "4.0.7", - "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.7.tgz", - "integrity": "sha512-mQrRvV2vRk7DHZsWsYJfAjmBo+lSYPhTJPThaaGpkEfmC+4oefeug2txZniQTieDS0CFpokfVhd7JuS5GtnHhA==", + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.8.tgz", + "integrity": "sha512-dkpJMIlJpc833hbjjg8jraw1t51e/eKDoG8TFOgc5O0Z77zaYKigYekTDop5AplRoKFGIaoazhYEhGkMtU3IeA==", "bin": { "marked": "bin/marked.js" }, @@ -25857,9 +25857,9 @@ "integrity": "sha512-TAIHTHPwa9+ltKvKPWulm/beozQU41Ab+FIefRaQV1NRnpzwcV9QOe6wXQS5WLivm5Q/nlo0rl6laGkMDZE7Gw==" }, "marked": { - "version": "4.0.7", - "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.7.tgz", - "integrity": "sha512-mQrRvV2vRk7DHZsWsYJfAjmBo+lSYPhTJPThaaGpkEfmC+4oefeug2txZniQTieDS0CFpokfVhd7JuS5GtnHhA==" + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.8.tgz", + "integrity": "sha512-dkpJMIlJpc833hbjjg8jraw1t51e/eKDoG8TFOgc5O0Z77zaYKigYekTDop5AplRoKFGIaoazhYEhGkMtU3IeA==" }, "material-design-icons-iconfont": { "version": "6.1.1", diff --git a/package.json b/package.json index 1d711c0e..86a619df 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "element-ui": "^2.15.6", "lodash.groupby": "^4.6.0", "lodash.sortby": "^4.7.0", - "marked": "^4.0.7", + "marked": "^4.0.8", "material-design-icons-iconfont": "^6.1.1", "moment": "^2.29.1", "vue": "^2.6.14",