From 95f8f232786b35ba2783fbf10d94348aa1102f3f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 10 May 2021 03:57:04 +0000 Subject: [PATCH] fix: upgrade @vuepress/plugin-back-to-top from 1.4.1 to 1.8.2 Snyk has created this PR to upgrade @vuepress/plugin-back-to-top from 1.4.1 to 1.8.2. See this package in npm: https://www.npmjs.com/package/@vuepress/plugin-back-to-top See this project in Snyk: https://app.snyk.io/org/baby636/project/f630bc2e-c7a8-402e-ab4d-43aeca90cdaa?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 24d7a8d..d5327b5 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "docs:build": "vuepress build docs" }, "dependencies": { - "@vuepress/plugin-back-to-top": "^1.4.1", + "@vuepress/plugin-back-to-top": "^1.8.2", "vuepress": "^1.4.1", "vuepress-plugin-canonical": "^1.0.0", "vuepress-plugin-check-md": "0.0.2",