Bump @vuepress/plugin-back-to-top from 1.5.1 to 1.5.2 (#239)

Bumps [@vuepress/plugin-back-to-top](https://github.com/vuejs/vuepress/tree/HEAD/packages/@vuepress/plugin-back-to-top) from 1.5.1 to 1.5.2.
- [Release notes](https://github.com/vuejs/vuepress/releases)
- [Changelog](https://github.com/vuejs/vuepress/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vuepress/commits/v1.5.2/packages/@vuepress/plugin-back-to-top)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2020-06-16 03:33:30 +02:00 committed by GitHub
parent 92c836e68f
commit e38935d064
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -2910,9 +2910,9 @@
} }
}, },
"@vuepress/plugin-back-to-top": { "@vuepress/plugin-back-to-top": {
"version": "1.5.1", "version": "1.5.2",
"resolved": "https://registry.npmjs.org/@vuepress/plugin-back-to-top/-/plugin-back-to-top-1.5.1.tgz", "resolved": "https://registry.npmjs.org/@vuepress/plugin-back-to-top/-/plugin-back-to-top-1.5.2.tgz",
"integrity": "sha512-YP1h+oLhhjtUhoyg7418D+Nazdczqo36gevJwV1Zgtqs8PJ970aa8+UrSI5+uN/bRVRn0FUSsgRLF3jIM8wnwg==", "integrity": "sha512-eLieTccUQ8XdIqQXWyp0bftfud9js1idHFFyxuhHWSYAco/vTp7wLz7JdFqr8GnFye9y88B1y34iLnbZLiBlmA==",
"dev": true, "dev": true,
"requires": { "requires": {
"lodash.debounce": "^4.0.8" "lodash.debounce": "^4.0.8"

View File

@ -12,7 +12,7 @@
}, },
"private": true, "private": true,
"devDependencies": { "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-google-analytics": "^1.5.1",
"@vuepress/plugin-pwa": "^1.5.1", "@vuepress/plugin-pwa": "^1.5.1",
"eslint": "^6.8.0", "eslint": "^6.8.0",