diff --git a/package-lock.json b/package-lock.json index 3b8bc2a4..565f899c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2910,9 +2910,9 @@ } }, "@vuepress/plugin-back-to-top": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/@vuepress/plugin-back-to-top/-/plugin-back-to-top-1.5.1.tgz", - "integrity": "sha512-YP1h+oLhhjtUhoyg7418D+Nazdczqo36gevJwV1Zgtqs8PJ970aa8+UrSI5+uN/bRVRn0FUSsgRLF3jIM8wnwg==", + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/@vuepress/plugin-back-to-top/-/plugin-back-to-top-1.5.2.tgz", + "integrity": "sha512-eLieTccUQ8XdIqQXWyp0bftfud9js1idHFFyxuhHWSYAco/vTp7wLz7JdFqr8GnFye9y88B1y34iLnbZLiBlmA==", "dev": true, "requires": { "lodash.debounce": "^4.0.8" diff --git a/package.json b/package.json index e6a6f5b7..39d3450e 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "private": true, "devDependencies": { - "@vuepress/plugin-back-to-top": "^1.5.1", + "@vuepress/plugin-back-to-top": "^1.5.2", "@vuepress/plugin-google-analytics": "^1.5.1", "@vuepress/plugin-pwa": "^1.5.1", "eslint": "^6.8.0",