From 0ae4bed2be65f286a87f864e67965e8ad99818c4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 27 Sep 2020 00:47:08 +0000 Subject: [PATCH] fix: upgrade @vuepress/markdown from 1.5.0 to 1.5.4 Snyk has created this PR to upgrade @vuepress/markdown from 1.5.0 to 1.5.4. See this package in npm: https://www.npmjs.com/package/@vuepress/markdown See this project in Snyk: https://app.snyk.io/org/q1blue/project/2ca0eff0-a960-4408-969f-d26df16bd581?utm_source=github&utm_medium=upgrade-pr --- packages/@vuepress/markdown-loader/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@vuepress/markdown-loader/package.json b/packages/@vuepress/markdown-loader/package.json index b590f9323d..5034db1be9 100644 --- a/packages/@vuepress/markdown-loader/package.json +++ b/packages/@vuepress/markdown-loader/package.json @@ -21,7 +21,7 @@ "author": "Evan You", "main": "index.js", "dependencies": { - "@vuepress/markdown": "1.5.0", + "@vuepress/markdown": "1.5.4", "loader-utils": "^1.1.0", "lru-cache": "^5.1.1" },