From 308123247b8ad334750fab7a272941a1faee91f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 09:14:26 +0000 Subject: [PATCH] Bump @vuepress/plugin-markdown-tab in the vuepress group Bumps the vuepress group with 1 update: [@vuepress/plugin-markdown-tab](https://github.com/vuepress/ecosystem/tree/HEAD/plugins/markdown/plugin-markdown-tab). Updates `@vuepress/plugin-markdown-tab` from 2.0.0-rc.57 to 2.0.0-rc.58 - [Release notes](https://github.com/vuepress/ecosystem/releases) - [Changelog](https://github.com/vuepress/ecosystem/blob/main/plugins/markdown/plugin-markdown-tab/CHANGELOG.md) - [Commits](https://github.com/vuepress/ecosystem/commits/v2.0.0-rc.58/plugins/markdown/plugin-markdown-tab) --- updated-dependencies: - dependency-name: "@vuepress/plugin-markdown-tab" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: vuepress ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 931c2d7dc..c0177093b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "devDependencies": { "@vuepress/bundler-vite": "2.0.0-rc.18", "@vuepress/plugin-markdown-image": "2.0.0-rc.57", - "@vuepress/plugin-markdown-tab": "2.0.0-rc.57", + "@vuepress/plugin-markdown-tab": "2.0.0-rc.58", "cypress": "^13.15.1", "cypress-each": "^1.14.0", "flowchart.ts": "^3.0.1", @@ -2804,9 +2804,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", @@ -11328,9 +11328,9 @@ } }, "@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, "requires": { "@mdit/plugin-tab": "^0.13.2", diff --git a/package.json b/package.json index c678b7abf..90b228435 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "devDependencies": { "@vuepress/bundler-vite": "2.0.0-rc.18", "@vuepress/plugin-markdown-image": "2.0.0-rc.57", - "@vuepress/plugin-markdown-tab": "2.0.0-rc.57", + "@vuepress/plugin-markdown-tab": "2.0.0-rc.58", "cypress": "^13.15.1", "cypress-each": "^1.14.0", "flowchart.ts": "^3.0.1",