From c9552d9de35cfc7cf6a94ef7090075913303c923 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 10:27:18 +0000 Subject: [PATCH] Bump slash from 3.0.0 to 5.1.0 in /packages/git Bumps [slash](https://github.com/sindresorhus/slash) from 3.0.0 to 5.1.0. - [Release notes](https://github.com/sindresorhus/slash/releases) - [Commits](https://github.com/sindresorhus/slash/compare/v3.0.0...v5.1.0) --- updated-dependencies: - dependency-name: slash dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/git/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/git/package.json b/packages/git/package.json index 50207627..e7de492e 100644 --- a/packages/git/package.json +++ b/packages/git/package.json @@ -33,7 +33,7 @@ "cosmiconfig": "^9.0.0", "os-lang": "^3.2.0", "shelljs": "^0.8.5", - "slash": "^3.0.0" + "slash": "^5.1.0" }, "devDependencies": { "@eslint-sets/eslint-config-ts": "^5.13.0",