From 0d012c2d2778c5d794a086365b4e95fea3d89d0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Feb 2026 05:57:17 +0000 Subject: [PATCH] chore(deps): bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [chalk](https://github.com/chalk/chalk) and [vuepress](https://github.com/vuejs/vuepress/tree/HEAD/packages/vuepress). Updates `chalk` from 4.1.2 to 5.6.2 - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v4.1.2...v5.6.2) Updates `vuepress` from 1.8.2 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) --- updated-dependencies: - dependency-name: chalk dependency-version: 5.6.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies - dependency-name: vuepress dependency-version: 1.9.10 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 09b283d..76e16e1 100644 --- a/package.json +++ b/package.json @@ -4,11 +4,11 @@ "description": "docker_practice", "main": "index.js", "devDependencies": { - "chalk": "^4.1.1", + "chalk": "^5.6.2", "commander": "^14.0.3", "esm": "^3.0.0", "honkit": "^6.1.6", - "vuepress": "1.8.2", + "vuepress": "1.9.10", "vuepress-plugin-container": "^2.1.5", "vuepress-theme-hope": "^1.0.0" },