From 0f2354d89672b72a07c9db2284abcda5b2effe80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2019 09:59:51 +0000 Subject: [PATCH] Bump marked from 0.3.7 to 0.3.18 in /wiki Bumps [marked](https://github.com/markedjs/marked) from 0.3.7 to 0.3.18. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v0.3.7...v0.3.18) Signed-off-by: dependabot[bot] --- wiki/package-lock.json | 6 +++--- wiki/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/wiki/package-lock.json b/wiki/package-lock.json index 219ff80..2d63946 100644 --- a/wiki/package-lock.json +++ b/wiki/package-lock.json @@ -27,9 +27,9 @@ "integrity": "sha1-5tnb5Xy+/mB1HwKvM2GVhwyQwB4=" }, "marked": { - "version": "0.3.7", - "resolved": "https://registry.npmjs.org/marked/-/marked-0.3.7.tgz", - "integrity": "sha1-gO87vxvQDRyc/r5CuhuMhdoljQ0=" + "version": "0.3.18", + "resolved": "https://registry.npmjs.org/marked/-/marked-0.3.18.tgz", + "integrity": "sha512-49i2QYhfULqaXzNZpxC808PisuCTGT2fgG0zrzdCI9N3rIfAWfW0nggvbXr6zvpynZdOG5+9xNxdzP0kwZnERw==" }, "valid-url": { "version": "1.0.9", diff --git a/wiki/package.json b/wiki/package.json index be7cae7..5d346a5 100644 --- a/wiki/package.json +++ b/wiki/package.json @@ -26,7 +26,7 @@ }, "homepage": "https://github.com/skolelab/airbit.wiki/Home", "dependencies": { - "marked": "^0.3.7", + "marked": "^0.3.18", "escape-html": "^1.0.3", "valid-url": "^1.0.9", "highlight.js": "^9.12.0"