From 39bcb62701aaac0b56a0cb890dfe234e1f9a571f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 27 Sep 2020 01:19:16 +0000 Subject: [PATCH] fix: upgrade @vuepress/plugin-active-header-links from 1.5.0 to 1.5.4 Snyk has created this PR to upgrade @vuepress/plugin-active-header-links from 1.5.0 to 1.5.4. See this package in npm: https://www.npmjs.com/package/@vuepress/plugin-active-header-links See this project in Snyk: https://app.snyk.io/org/q1blue/project/3df95ad1-475a-4704-b616-16429cfca4cb?utm_source=github&utm_medium=upgrade-pr --- packages/@vuepress/theme-default/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@vuepress/theme-default/package.json b/packages/@vuepress/theme-default/package.json index 5dc48f40fb..5261628074 100644 --- a/packages/@vuepress/theme-default/package.json +++ b/packages/@vuepress/theme-default/package.json @@ -21,7 +21,7 @@ "author": "Evan You", "main": "index.js", "dependencies": { - "@vuepress/plugin-active-header-links": "1.5.0", + "@vuepress/plugin-active-header-links": "1.5.4", "@vuepress/plugin-nprogress": "1.5.0", "@vuepress/plugin-search": "1.5.0", "docsearch.js": "^2.5.2",