From dfbcd2bd8b217fdcabd474327fcd010604c72115 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2020 07:54:24 +0000 Subject: [PATCH] chore(deps): Bump marked from 0.3.9 to 0.3.18 Bumps [marked](https://github.com/markedjs/marked) from 0.3.9 to 0.3.18. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/0.3.9...v0.3.18) 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 612895aaa..7de4f1b5f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6645,9 +6645,9 @@ "dev": true }, "marked": { - "version": "0.3.9", - "resolved": "https://registry.npmjs.org/marked/-/marked-0.3.9.tgz", - "integrity": "sha512-nW5u0dxpXxHfkHzzrveY45gCbi+R4PaO4WRZYqZNl+vB0hVGeqlFn0aOg1c8AKL63TrNFn9Bm2UP4AdiZ9TPLw==" + "version": "0.3.18", + "resolved": "https://registry.npmjs.org/marked/-/marked-0.3.18.tgz", + "integrity": "sha512-49i2QYhfULqaXzNZpxC808PisuCTGT2fgG0zrzdCI9N3rIfAWfW0nggvbXr6zvpynZdOG5+9xNxdzP0kwZnERw==" }, "math-expression-evaluator": { "version": "1.2.17", diff --git a/package.json b/package.json index dbcd576f4..1354bf2ae 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "illuminate-js": "^1.0.0-alpha.1", "loader-utils": "^1.1.0", "lodash": "^4.17.19", - "marked": "^0.3.9", + "marked": "^0.3.18", "moment": "^2.20.1", "react": "^16.2.0", "react-emotion": "^8.0.12",