From 7bddb29395cba536e2face548b8be4008505b5db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Oct 2023 15:52:16 -0700 Subject: [PATCH] build(deps-dev): bump @vuepress/plugin-back-to-top from 1.9.7 to 1.9.10 in /docs (#69) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [@vuepress/plugin-back-to-top](https://github.com/vuejs/vuepress/tree/HEAD/packages/@vuepress/plugin-back-to-top) from 1.9.7 to 1.9.10.
Release notes

Sourced from @​vuepress/plugin-back-to-top's releases.

v1.9.10

Bug Fixes

Changelog

Sourced from @​vuepress/plugin-back-to-top's changelog.

1.9.10 (2023-08-14)

Bug Fixes

1.9.9 (2023-02-25)

Bug Fixes

1.9.8 (2023-01-06)

Bug Fixes

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@vuepress/plugin-back-to-top&package-manager=npm_and_yarn&previous-version=1.9.7&new-version=1.9.10)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- docs/package.json | 2 +- docs/yarn.lock | 19 +++++-------------- 2 files changed, 6 insertions(+), 15 deletions(-) diff --git a/docs/package.json b/docs/package.json index 133e723..300efb4 100644 --- a/docs/package.json +++ b/docs/package.json @@ -14,7 +14,7 @@ }, "license": "Apache-2.0", "devDependencies": { - "@vuepress/plugin-back-to-top": "^1.9.7", + "@vuepress/plugin-back-to-top": "^1.9.10", "@vuepress/plugin-medium-zoom": "^1.9.10", "vuepress": "^1.9.10", "vuepress-plugin-fulltext-search": "^2.2.1", diff --git a/docs/yarn.lock b/docs/yarn.lock index d8f632c..40ae8d3 100644 --- a/docs/yarn.lock +++ b/docs/yarn.lock @@ -1446,12 +1446,12 @@ "@vuepress/types" "1.9.10" lodash.debounce "^4.0.8" -"@vuepress/plugin-back-to-top@^1.9.7": - version "1.9.7" - resolved "https://registry.yarnpkg.com/@vuepress/plugin-back-to-top/-/plugin-back-to-top-1.9.7.tgz#249a76d79f1e0c8c71a2804485ad0245837e6bfd" - integrity sha512-DM1S+Q8Xn/i+zhe4zThekxb1M2abfKLklg/NKtQloklHKdNdVfk+EcxWYNmNfSii+ymDWaaG8lmH0xjVhy0iXw== +"@vuepress/plugin-back-to-top@^1.9.10": + version "1.9.10" + resolved "https://registry.yarnpkg.com/@vuepress/plugin-back-to-top/-/plugin-back-to-top-1.9.10.tgz#7928d4da309119a20021eea90d94d4982026c791" + integrity sha512-iInIp66wu717CAnT2pyd9Bs/vAgrUBOBIQ7WMnfJo07cW/ZIothpyrSHnpCRSsfJ/jLivMPqW0pviqppt64BzQ== dependencies: - "@vuepress/types" "1.9.7" + "@vuepress/types" "1.9.10" lodash.debounce "^4.0.8" "@vuepress/plugin-last-updated@1.9.10": @@ -1548,15 +1548,6 @@ "@types/webpack-dev-server" "^3" webpack-chain "^6.0.0" -"@vuepress/types@1.9.7": - version "1.9.7" - resolved "https://registry.yarnpkg.com/@vuepress/types/-/types-1.9.7.tgz#aeb772fd0f7c2a10c6ec1d3c803a2e4b1d756c24" - integrity sha512-moLQzkX3ED2o18dimLemUm7UVDKxhcrJmGt5C0Ng3xxrLPaQu7UqbROtEKB3YnMRt4P/CA91J+Ck+b9LmGabog== - dependencies: - "@types/markdown-it" "^10.0.0" - "@types/webpack-dev-server" "^3" - webpack-chain "^6.0.0" - "@webassemblyjs/ast@1.9.0": version "1.9.0" resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.9.0.tgz#bd850604b4042459a5a41cd7d338cbed695ed964"