From fe1adf9af34d25e241dad8e844c83ad3d4cc666d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 May 2023 02:59:45 +0000 Subject: [PATCH] chore(deps): bump rimraf from 3.0.2 to 5.0.1 in /docs Bumps [rimraf](https://github.com/isaacs/rimraf) from 3.0.2 to 5.0.1. - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/rimraf/compare/v3.0.2...v5.0.1) --- updated-dependencies: - dependency-name: rimraf dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- docs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/package.json b/docs/package.json index 14de70130..de29c01f8 100644 --- a/docs/package.json +++ b/docs/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@vuepress/plugin-register-components": "2.0.0-beta.51", - "rimraf": "^3.0.2", + "rimraf": "^5.0.1", "vue": "^3.2.37" } }