From 5d0a4af2f1bf71e4ed52e0daee27dbc4f8733ee3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 03:07:47 +0000 Subject: [PATCH] chore(deps): bump exit-hook from 2.2.1 to 5.0.0 Bumps [exit-hook](https://github.com/sindresorhus/exit-hook) from 2.2.1 to 5.0.0. - [Release notes](https://github.com/sindresorhus/exit-hook/releases) - [Commits](https://github.com/sindresorhus/exit-hook/compare/v2.2.1...v5.0.0) --- updated-dependencies: - dependency-name: exit-hook dependency-version: 5.0.0 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 03fb61a..d80121a 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "chalk": "4.1.2", "commander": "14.0.1", "conf": "10.2.0", - "exit-hook": "2.2.1", + "exit-hook": "5.0.0", "fuse.js": "7.1.0", "inquirer": "8.2.5", "inquirer-autocomplete-prompt": "2.0.0",