From f220f23faa1a027df2e84a42da965270c0556a9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 06:07:19 +0000 Subject: [PATCH] Bump fix-path from 3.0.0 to 4.0.0 Bumps [fix-path](https://github.com/sindresorhus/fix-path) from 3.0.0 to 4.0.0. - [Release notes](https://github.com/sindresorhus/fix-path/releases) - [Commits](https://github.com/sindresorhus/fix-path/compare/v3.0.0...v4.0.0) --- updated-dependencies: - dependency-name: fix-path dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8ca6f576..93abf0f0 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "argv-split": "^2.0.1", "classnames": "^2.2.6", "dolm": "^0.7.3-beta", - "fix-path": "<4.0.0", + "fix-path": "<5.0.0", "iconv-lite": "^0.5.1", "jschardet": "^3.0.0", "natsort": "^2.0.2",