From c20bee925ff0092bfa495a1b7751eb3d4faad087 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 08:14:44 +0000 Subject: [PATCH] Bump cli-handle-unhandled from 1.1.1 to 1.1.2 Bumps [cli-handle-unhandled](https://github.com/ahmadawais/cli-handle-unhandled) from 1.1.1 to 1.1.2. - [Release notes](https://github.com/ahmadawais/cli-handle-unhandled/releases) - [Changelog](https://github.com/ahmadawais/cli-handle-unhandled/blob/master/changelog.md) - [Commits](https://github.com/ahmadawais/cli-handle-unhandled/compare/1.1.1...1.1.2) --- updated-dependencies: - dependency-name: cli-handle-unhandled dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8af6890..0971585 100644 --- a/package-lock.json +++ b/package-lock.json @@ -622,11 +622,13 @@ } }, "node_modules/cli-handle-unhandled": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/cli-handle-unhandled/-/cli-handle-unhandled-1.1.1.tgz", - "integrity": "sha512-Em91mJvU7VdgT2MxQpyY633vW1tDzRjPDbii6ZjEBHHLLh0xDoVkFt/wjvi9nSvJcz9rJmvtJSK8KL/hvF0Stg==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/cli-handle-unhandled/-/cli-handle-unhandled-1.1.2.tgz", + "integrity": "sha512-tLOdMkEfs4k2bSxQlpvCjnHSm5b78Jv3HJ/o14mPibr6IWoHZL0IZdGa0Nih9iY85pNwOFoUzD5T++T8PL4Wjw==", + "license": "MIT", "dependencies": { - "cli-handle-error": "^4.1.0" + "cli-handle-error": "^4.1.0", + "langbase": "*" } }, "node_modules/cli-meow-help": { @@ -2414,11 +2416,12 @@ } }, "cli-handle-unhandled": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/cli-handle-unhandled/-/cli-handle-unhandled-1.1.1.tgz", - "integrity": "sha512-Em91mJvU7VdgT2MxQpyY633vW1tDzRjPDbii6ZjEBHHLLh0xDoVkFt/wjvi9nSvJcz9rJmvtJSK8KL/hvF0Stg==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/cli-handle-unhandled/-/cli-handle-unhandled-1.1.2.tgz", + "integrity": "sha512-tLOdMkEfs4k2bSxQlpvCjnHSm5b78Jv3HJ/o14mPibr6IWoHZL0IZdGa0Nih9iY85pNwOFoUzD5T++T8PL4Wjw==", "requires": { - "cli-handle-error": "^4.1.0" + "cli-handle-error": "^4.1.0", + "langbase": "*" } }, "cli-meow-help": {