From ad010160929c0a0fbb55ce69d45c572ee72edf08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 11:50:11 +0800 Subject: [PATCH] chore(deps-dev): bump @hugo-fixit/fixit-releaser from 1.1.1 to 1.1.4 (#573) Bumps [@hugo-fixit/fixit-releaser](https://github.com/hugo-fixit/fixit-releaser) from 1.1.1 to 1.1.4. - [Release notes](https://github.com/hugo-fixit/fixit-releaser/releases) - [Commits](https://github.com/hugo-fixit/fixit-releaser/compare/v1.1.1...v1.1.4) --- updated-dependencies: - dependency-name: "@hugo-fixit/fixit-releaser" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 124f83e4..55da5605 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.3.16", "license": "MIT", "devDependencies": { - "@hugo-fixit/fixit-releaser": "^1.1.1", + "@hugo-fixit/fixit-releaser": "^1.1.4", "husky": "^9.1.7" }, "engines": { @@ -17,13 +17,13 @@ } }, "node_modules/@hugo-fixit/fixit-releaser": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@hugo-fixit/fixit-releaser/-/fixit-releaser-1.1.1.tgz", - "integrity": "sha512-xG2gOSu62kweyAXKX6ki4nNje0Kl2O1tcx3AlBL4fa5zkklppCcPswZHJ6spglGuYLJAZX3zpeBNV+GS+p+BKQ==", + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/@hugo-fixit/fixit-releaser/-/fixit-releaser-1.1.4.tgz", + "integrity": "sha512-95LpqiKKAASrfbig49fH6wcit4VF9+e4LtjHHmiYNRFjuHAn25+6oau+PpgyoQO/46bvqYrOddZik3fxjVVY5w==", "dev": true, "license": "MIT", "dependencies": { - "auto-changelog": "^2.4.0" + "auto-changelog": "^2.5.0" }, "bin": { "fixit-releaser": "dist/bin/cli.js" diff --git a/package.json b/package.json index 033d3220..892d2daf 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "prepare": "husky" }, "devDependencies": { - "@hugo-fixit/fixit-releaser": "^1.1.1", + "@hugo-fixit/fixit-releaser": "^1.1.4", "husky": "^9.1.7" }, "engines": {