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" } }