From 344180ceceb1b94e7e486d10633552f8c6b4ecb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 18:19:23 +0000 Subject: [PATCH] Bump @vuepress/theme-default from 2.0.0-rc.57 to 2.0.0-rc.58 Bumps [@vuepress/theme-default](https://github.com/vuejs/vuepress/tree/HEAD/packages/@vuepress/theme-default) from 2.0.0-rc.57 to 2.0.0-rc.58. - [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/HEAD/packages/@vuepress/theme-default) --- updated-dependencies: - dependency-name: "@vuepress/theme-default" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index a100f56..daebb39 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "devDependencies": { "@vuepress/bundler-vite": "^2.0.0-rc.7", "@vuepress/plugin-search": "^2.0.0-rc.55", - "@vuepress/theme-default": "^2.0.0-rc.57", + "@vuepress/theme-default": "^2.0.0-rc.58", "sass-embedded": "^1.80.4", "vuepress": "^2.0.0-rc.18" } @@ -1393,9 +1393,9 @@ } }, "node_modules/@vuepress/plugin-markdown-tab": { - "version": "2.0.0-rc.57", - "resolved": "https://registry.npmjs.org/@vuepress/plugin-markdown-tab/-/plugin-markdown-tab-2.0.0-rc.57.tgz", - "integrity": "sha512-VPP2SNp8TlJZHcWvR1Z2rD3Khv47SMXrTc8l97q92rOHurJ1ub4rbeIvLLCqgeNPE9xyLzAkAHfJRHjgWs9knw==", + "version": "2.0.0-rc.58", + "resolved": "https://registry.npmjs.org/@vuepress/plugin-markdown-tab/-/plugin-markdown-tab-2.0.0-rc.58.tgz", + "integrity": "sha512-voxRzYSJO6L6gMjTuJn/ujSPJD6Jo7NjrqV3Yv9t+7RKumR1Wzl8RCeiSa1d+VMDpuqtpYLQwoCf984Ec+ItUw==", "dev": true, "dependencies": { "@mdit/plugin-tab": "^0.13.2", @@ -1553,9 +1553,9 @@ } }, "node_modules/@vuepress/theme-default": { - "version": "2.0.0-rc.57", - "resolved": "https://registry.npmjs.org/@vuepress/theme-default/-/theme-default-2.0.0-rc.57.tgz", - "integrity": "sha512-XWvHc2t2cbKbs7Iew8j7OwM+n6iNSIR0eaAe1wHKM6Tm0Ocy3aJqQngUM5XRZk2T1UR5K1oD7Jdiwl5Qu/NL7w==", + "version": "2.0.0-rc.58", + "resolved": "https://registry.npmjs.org/@vuepress/theme-default/-/theme-default-2.0.0-rc.58.tgz", + "integrity": "sha512-uAh8x9g4+b4Yq4HLuj6gsjwQ3gjRq96YIPKa+IZehll1HbjGLTCdXZn88+YkXXVnIUqjC3SW9ILuFFlMDsSJoQ==", "dev": true, "dependencies": { "@vuepress/helper": "2.0.0-rc.57", @@ -1565,7 +1565,7 @@ "@vuepress/plugin-git": "2.0.0-rc.56", "@vuepress/plugin-links-check": "2.0.0-rc.57", "@vuepress/plugin-markdown-hint": "2.0.0-rc.57", - "@vuepress/plugin-markdown-tab": "2.0.0-rc.57", + "@vuepress/plugin-markdown-tab": "2.0.0-rc.58", "@vuepress/plugin-medium-zoom": "2.0.0-rc.57", "@vuepress/plugin-nprogress": "2.0.0-rc.57", "@vuepress/plugin-palette": "2.0.0-rc.57", diff --git a/package.json b/package.json index 7e00a22..0d735fb 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@vuepress/bundler-vite": "^2.0.0-rc.7", "@vuepress/plugin-search": "^2.0.0-rc.55", - "@vuepress/theme-default": "^2.0.0-rc.57", + "@vuepress/theme-default": "^2.0.0-rc.58", "sass-embedded": "^1.80.4", "vuepress": "^2.0.0-rc.18" }