From 816dee643600af04d63843abd869f71ebdbf8b5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 12:20:04 +0000 Subject: [PATCH] Bump @vuepress/plugin-back-to-top from 1.9.9 to 1.9.10 Bumps [@vuepress/plugin-back-to-top](https://github.com/vuejs/vuepress/tree/HEAD/packages/@vuepress/plugin-back-to-top) from 1.9.9 to 1.9.10. - [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.9.10/packages/@vuepress/plugin-back-to-top) --- updated-dependencies: - dependency-name: "@vuepress/plugin-back-to-top" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 40 +++++++++++++++++++++++++++++++--------- package.json | 2 +- 2 files changed, 32 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index f7fd6b88..11c838fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@mr-hope/vuepress-plugin-sitemap": "1.30.0", "@vuepress/plugin-active-header-links": "1.9.9", - "@vuepress/plugin-back-to-top": "1.9.9", + "@vuepress/plugin-back-to-top": "1.9.10", "@vuepress/plugin-pwa": "1.9.9", "axios": "0.26.1", "core-js": "2.6.12", @@ -2946,14 +2946,24 @@ } }, "node_modules/@vuepress/plugin-back-to-top": { - "version": "1.9.9", - "resolved": "https://registry.npmjs.org/@vuepress/plugin-back-to-top/-/plugin-back-to-top-1.9.9.tgz", - "integrity": "sha512-8bNsdZ0Dr96OdcoJ67dxCx1ysXpeTHma8w+YSsqBJoWGEOucBr0nW9oaDH85yoOtpiriWBlhUO32/Q0ojJtMfA==", + "version": "1.9.10", + "resolved": "https://registry.npmjs.org/@vuepress/plugin-back-to-top/-/plugin-back-to-top-1.9.10.tgz", + "integrity": "sha512-iInIp66wu717CAnT2pyd9Bs/vAgrUBOBIQ7WMnfJo07cW/ZIothpyrSHnpCRSsfJ/jLivMPqW0pviqppt64BzQ==", "dependencies": { - "@vuepress/types": "1.9.9", + "@vuepress/types": "1.9.10", "lodash.debounce": "^4.0.8" } }, + "node_modules/@vuepress/plugin-back-to-top/node_modules/@vuepress/types": { + "version": "1.9.10", + "resolved": "https://registry.npmjs.org/@vuepress/types/-/types-1.9.10.tgz", + "integrity": "sha512-TDNQn4og85onmBpLTTXXmncW3rUnYGr2MkuI8OIFJZetDNM49t1WbjNVlrT+kx7C6qXi6okDQgrHGYXajHZWfg==", + "dependencies": { + "@types/markdown-it": "^10.0.0", + "@types/webpack-dev-server": "^3", + "webpack-chain": "^6.0.0" + } + }, "node_modules/@vuepress/plugin-last-updated": { "version": "1.9.9", "resolved": "https://registry.npmjs.org/@vuepress/plugin-last-updated/-/plugin-last-updated-1.9.9.tgz", @@ -22681,12 +22691,24 @@ } }, "@vuepress/plugin-back-to-top": { - "version": "1.9.9", - "resolved": "https://registry.npmjs.org/@vuepress/plugin-back-to-top/-/plugin-back-to-top-1.9.9.tgz", - "integrity": "sha512-8bNsdZ0Dr96OdcoJ67dxCx1ysXpeTHma8w+YSsqBJoWGEOucBr0nW9oaDH85yoOtpiriWBlhUO32/Q0ojJtMfA==", + "version": "1.9.10", + "resolved": "https://registry.npmjs.org/@vuepress/plugin-back-to-top/-/plugin-back-to-top-1.9.10.tgz", + "integrity": "sha512-iInIp66wu717CAnT2pyd9Bs/vAgrUBOBIQ7WMnfJo07cW/ZIothpyrSHnpCRSsfJ/jLivMPqW0pviqppt64BzQ==", "requires": { - "@vuepress/types": "1.9.9", + "@vuepress/types": "1.9.10", "lodash.debounce": "^4.0.8" + }, + "dependencies": { + "@vuepress/types": { + "version": "1.9.10", + "resolved": "https://registry.npmjs.org/@vuepress/types/-/types-1.9.10.tgz", + "integrity": "sha512-TDNQn4og85onmBpLTTXXmncW3rUnYGr2MkuI8OIFJZetDNM49t1WbjNVlrT+kx7C6qXi6okDQgrHGYXajHZWfg==", + "requires": { + "@types/markdown-it": "^10.0.0", + "@types/webpack-dev-server": "^3", + "webpack-chain": "^6.0.0" + } + } } }, "@vuepress/plugin-last-updated": { diff --git a/package.json b/package.json index ace5fbfe..2b6da233 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "dependencies": { "@mr-hope/vuepress-plugin-sitemap": "1.30.0", "@vuepress/plugin-active-header-links": "1.9.9", - "@vuepress/plugin-back-to-top": "1.9.9", + "@vuepress/plugin-back-to-top": "1.9.10", "@vuepress/plugin-pwa": "1.9.9", "axios": "0.26.1", "core-js": "2.6.12",