From 1cca524e74f5385e3a7478805940cc8aae5359ae Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2019 02:30:15 +0000 Subject: [PATCH] Bump vuepress-plugin-smooth-scroll from 0.0.8 to 0.0.9 Bumps [vuepress-plugin-smooth-scroll](https://github.com/vuepress/vuepress-community) from 0.0.8 to 0.0.9. - [Release notes](https://github.com/vuepress/vuepress-community/releases) - [Commits](https://github.com/vuepress/vuepress-community/compare/vuepress-plugin-smooth-scroll@0.0.8...vuepress-plugin-smooth-scroll@0.0.9) Signed-off-by: dependabot-preview[bot] --- 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 ed548c4..cc33fa6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8678,9 +8678,9 @@ "integrity": "sha512-Tv3ihNl3pDX5krqq9r2X9rFKUVR8ssLvcKcu1P4ABP8/b3vC06St/UTe5QucgKzuphlIJkbRSOQ7n7yf6jMCRw==" }, "vuepress-plugin-smooth-scroll": { - "version": "0.0.8", - "resolved": "https://registry.npmjs.org/vuepress-plugin-smooth-scroll/-/vuepress-plugin-smooth-scroll-0.0.8.tgz", - "integrity": "sha512-fLE8TdhFOjW+MZa0fC2oGflis1/y77zLoCIgtnA0ypo0nvTHHW1DHCFAM70nIw7/ElNcjc6zOvVJYws81+e3gw==", + "version": "0.0.9", + "resolved": "https://registry.npmjs.org/vuepress-plugin-smooth-scroll/-/vuepress-plugin-smooth-scroll-0.0.9.tgz", + "integrity": "sha512-UXX+HLZO1NKVwyiOJlj0smh8F9dKnwybjEi7w/Mj9EYLhKrNYr5uXs+N+OTt8VwKCn3f0vZ1XAwFIjsPlD7GJA==", "requires": { "smoothscroll-polyfill": "^0.4.4" } diff --git a/package.json b/package.json index 06501d2..4f52535 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,6 @@ "@vuepress/plugin-medium-zoom": "^1.2.0", "vuepress-plugin-seo": "^0.1.2", "vuepress-plugin-reading-progress": "^1.0.8", - "vuepress-plugin-smooth-scroll": "^0.0.8" + "vuepress-plugin-smooth-scroll": "^0.0.9" } }