From cef7fab72a0273423d832811a10c47cc4536178b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 11:54:49 +0000 Subject: [PATCH] chore(deps): bump zup from 0.0.1 to 0.0.2 in /test/fixtures/audit Bumps [zup](https://github.com/mscdex/zup) from 0.0.1 to 0.0.2. - [Commits](https://github.com/mscdex/zup/compare/v0.0.1...v0.0.2) --- updated-dependencies: - dependency-name: zup dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- test/fixtures/audit/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fixtures/audit/package.json b/test/fixtures/audit/package.json index 3aa36e8..f90280d 100644 --- a/test/fixtures/audit/package.json +++ b/test/fixtures/audit/package.json @@ -117,6 +117,6 @@ "sade": "^1.7.4", "semver": "^7.3.4", "sirv": "^2.0.2", - "zup": "0.0.1" + "zup": "0.0.2" } }