From c45a2f5f5e1fc871f53e378390c7863c6388b674 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jan 2022 01:26:29 +0000 Subject: [PATCH] Bump marked from 0.6.2 to 4.0.10 in /client Bumps [marked](https://github.com/markedjs/marked) from 0.6.2 to 4.0.10. - [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.6.2...v4.0.10) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 6 +++--- client/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 4bef458..d1d669d 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -7355,9 +7355,9 @@ } }, "marked": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/marked/-/marked-0.6.2.tgz", - "integrity": "sha512-LqxwVH3P/rqKX4EKGz7+c2G9r98WeM/SW34ybhgNGhUQNKtf1GmmSkJ6cDGJ/t6tiyae49qRkpyTw2B9HOrgUA==" + "version": "4.0.10", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.10.tgz", + "integrity": "sha512-+QvuFj0nGgO970fySghXGmuw+Fd0gD2x3+MqCWLIPf5oxdv1Ka6b2q+z9RP01P/IaKPMEramy+7cNy/Lw8c3hw==" }, "md5.js": { "version": "1.3.5", diff --git a/client/package.json b/client/package.json index 3170b52..f3b1d6f 100644 --- a/client/package.json +++ b/client/package.json @@ -11,7 +11,7 @@ "axios": "^0.18.0", "core-js": "^2.6.5", "ethers": "^4.0.27", - "marked": "^0.6.2", + "marked": "^4.0.10", "vue": "^2.6.6", "vue-router": "^3.0.3", "vuetify": "^1.5.5",