From c0eb6f5b51fb9fff25edad2e0ddb456fe7663c5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 22:18:05 +0800 Subject: [PATCH] chore: bump gha-utils from 0.4.0 to 0.4.1 (#500) Bumps [gha-utils](https://github.com/threeal/gha-utils) from 0.4.0 to 0.4.1. - [Release notes](https://github.com/threeal/gha-utils/releases) - [Commits](https://github.com/threeal/gha-utils/compare/v0.4.0...v0.4.1) --- updated-dependencies: - dependency-name: gha-utils dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index c2574a6..f2748c4 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "test": "jest" }, "dependencies": { - "gha-utils": "^0.4.0" + "gha-utils": "^0.4.1" }, "devDependencies": { "@eslint/js": "^9.13.0", diff --git a/yarn.lock b/yarn.lock index fab2fc8..dd95e20 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2437,10 +2437,10 @@ __metadata: languageName: node linkType: hard -"gha-utils@npm:^0.4.0": - version: 0.4.0 - resolution: "gha-utils@npm:0.4.0" - checksum: 10c0/8ea206e160ee8f67eb1aa2422bfe07d67f609fa294447da1a39d5ce1fc677fd1f5d44386a04aa6d0304f042cf8c430553cd13a7df6e2dabbe07932f5738bb29a +"gha-utils@npm:^0.4.1": + version: 0.4.1 + resolution: "gha-utils@npm:0.4.1" + checksum: 10c0/410823a971ac5d6cb2249e4e7e2f112cf4362fad26f01644877b2756e4e9e81814e005c1adf9622c6c8d228d36c32fdc47f31b041088012688848b621c0323d7 languageName: node linkType: hard @@ -4159,7 +4159,7 @@ __metadata: "@types/jest": "npm:^29.5.14" "@types/node": "npm:^22.8.6" eslint: "npm:^9.13.0" - gha-utils: "npm:^0.4.0" + gha-utils: "npm:^0.4.1" jest: "npm:^29.7.0" prettier: "npm:^3.3.3" rollup: "npm:^4.24.3"