From d0215433d29d4b6e418937bbc2f0c4220af3211b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 21:36:33 +0000 Subject: [PATCH] chore(deps-dev): bump @vuepress/shared-utils from 1.9.8 to 1.9.9 (#11978) Bumps [@vuepress/shared-utils](https://github.com/vuejs/vuepress/tree/HEAD/packages/@vuepress/shared-utils) from 1.9.8 to 1.9.9. - [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.9/packages/@vuepress/shared-utils) --- updated-dependencies: - dependency-name: "@vuepress/shared-utils" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 17 ++++++++++++++++- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index aded59d14..ce47731c8 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@vuepress/plugin-back-to-top": "1.9.9", "@vuepress/plugin-google-analytics": "1.9.8", "@vuepress/plugin-pwa": "1.9.8", - "@vuepress/shared-utils": "1.9.8", + "@vuepress/shared-utils": "1.9.9", "cross-env": "7.0.3", "eslint": "8.34.0", "eslint-config-prettier": "8.6.0", diff --git a/yarn.lock b/yarn.lock index fbbb9d9d1..3350d82ce 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2373,7 +2373,7 @@ dependencies: "@vuepress/types" "1.9.8" -"@vuepress/shared-utils@1.9.8", "@vuepress/shared-utils@^1.2.0": +"@vuepress/shared-utils@1.9.8": version "1.9.8" resolved "https://registry.yarnpkg.com/@vuepress/shared-utils/-/shared-utils-1.9.8.tgz#1ecaf148409001fee9c00c6951dc719c9a279523" integrity sha512-34VfkChKRrs0waWEXugDPcBB4Cp6TnKwNQaTpa8GwpLFfQw627/mWi2IiuSwTyFNZdSXxZJV6e5blejmUlGh0g== @@ -2388,6 +2388,21 @@ toml "^3.0.0" upath "^1.1.0" +"@vuepress/shared-utils@1.9.9", "@vuepress/shared-utils@^1.2.0": + version "1.9.9" + resolved "https://registry.yarnpkg.com/@vuepress/shared-utils/-/shared-utils-1.9.9.tgz#f6561ec2264d54e4e459d17678766ffe09f4bfc6" + integrity sha512-qhk/7QF5LgMEXhEB1hlqreGFgkz4p2pmaBBNFxnAnYmSwmyO+u/oFOpZLI16QRx9Wg6ekR2ENmByQLxV7y4lJg== + dependencies: + chalk "^2.3.2" + escape-html "^1.0.3" + fs-extra "^7.0.1" + globby "^9.2.0" + gray-matter "^4.0.1" + hash-sum "^1.0.2" + semver "^6.0.0" + toml "^3.0.0" + upath "^1.1.0" + "@vuepress/theme-default@1.9.8": version "1.9.8" resolved "https://registry.yarnpkg.com/@vuepress/theme-default/-/theme-default-1.9.8.tgz#303ed3c73e37c3821e6447f90ead2e5629856560"