From 2225949b6e2ddb00d1a50d51f99c25971892feb6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 21 Mar 2020 08:28:10 +0000 Subject: [PATCH] fix: upgrade marked from 0.8.0 to 0.8.1 Snyk has created this PR to upgrade marked from 0.8.0 to 0.8.1. See this package in NPM: https://www.npmjs.com/package/marked See this project in Snyk: https://app.snyk.io/org/ovlb/project/75122d17-d389-4779-977f-1027eef36940?utm_source=github&utm_medium=upgrade-pr --- 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 c7f3a99..811fa12 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7208,9 +7208,9 @@ } }, "marked": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-0.8.0.tgz", - "integrity": "sha512-MyUe+T/Pw4TZufHkzAfDj6HarCBWia2y27/bhuYkTaiUnfDYFnCP3KUN+9oM7Wi6JA2rymtVYbQu3spE0GCmxQ==" + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/marked/-/marked-0.8.1.tgz", + "integrity": "sha512-tZfJS8uE0zpo7xpTffwFwYRfW9AzNcdo04Qcjs+C9+oCy8MSRD2reD5iDVtYx8mtLaqsGughw/YLlcwNxAHA1g==" }, "md5.js": { "version": "1.3.5", diff --git a/package.json b/package.json index 5f7e114..d581ae5 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@tournant/switch-button": "^0.1.4", "contentful": "^7.14.0", "cross-env": "^5.2.0", - "marked": "^0.8.0", + "marked": "^0.8.1", "node-sass": "^4.12.0", "nuxt": "^2.10.2", "prism-themes": "^1.3.0",