From ab86cab7a93630aefc8759bc7161f69438e63ad0 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2020 15:29:19 +0000 Subject: [PATCH] Update @vuepress/plugin-active-header-links to version 1.5.2 --- package.json | 2 +- yarn.lock | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e7790b31..682d90ab 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@vue/cli-service": "^4.4.1", "@vue/eslint-config-standard": "^5.1.2", "@vue/test-utils": "1.0.3", - "@vuepress/plugin-active-header-links": "^1.5.1", + "@vuepress/plugin-active-header-links": "^1.5.2", "@vuepress/plugin-back-to-top": "^1.5.1", "babel-eslint": "^10.1.0", "core-js": "^3.6.5", diff --git a/yarn.lock b/yarn.lock index fb0645c6..6eaf686a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2323,13 +2323,20 @@ markdown-it-table-of-contents "^0.4.0" prismjs "^1.13.0" -"@vuepress/plugin-active-header-links@1.5.1", "@vuepress/plugin-active-header-links@^1.5.1": +"@vuepress/plugin-active-header-links@1.5.1": version "1.5.1" resolved "https://registry.yarnpkg.com/@vuepress/plugin-active-header-links/-/plugin-active-header-links-1.5.1.tgz#707c9912496be123551bb7fbd6b598455bf04598" integrity sha512-GGqmlJlIJ3NEkAi2Gzob6CemDL5o0cv4TRLvWzjW43H0Pj1idoOi0mbKXtWAIZ6QicrZupeJUMhy49qyipvSWQ== dependencies: lodash.debounce "^4.0.8" +"@vuepress/plugin-active-header-links@^1.5.2": + version "1.5.2" + resolved "https://registry.yarnpkg.com/@vuepress/plugin-active-header-links/-/plugin-active-header-links-1.5.2.tgz#5408d2ac5aa31d9b1ff581464f7ae0e462c1aa37" + integrity sha512-bZP/0jpouVSvMypixx2/I7kxWFUV4HfwLNx7UxbtuDrykQzXnA2cz6yTra8Y1ZoXACbRp6TIqGlWpCUafBzyww== + dependencies: + lodash.debounce "^4.0.8" + "@vuepress/plugin-back-to-top@^1.5.1": version "1.5.1" resolved "https://registry.yarnpkg.com/@vuepress/plugin-back-to-top/-/plugin-back-to-top-1.5.1.tgz#bafd45267419ff54b46cbb2626500e4803ab1f13"