From 7b15a47ae7fb20db9788bca292bb9f0a917e5033 Mon Sep 17 00:00:00 2001 From: ehmicky Date: Sun, 9 Oct 2022 15:44:23 +0200 Subject: [PATCH] Upgrade handle-cli-error 2.4.2 -> 2.5.0 --- package-lock.json | 45 ++++++++++++++++++++++++++++++--------------- package.json | 2 +- 2 files changed, 31 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index b3d4fc7..15df519 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "abstract-parser": "^0.5.0", "colors-option": "^4.2.0", "filter-obj": "^5.1.0", - "handle-cli-error": "^2.4.2", + "handle-cli-error": "^2.5.0", "is-plain-obj": "^4.1.0", "jest-validate": "^29.0.1", "read-pkg-up": "^9.1.0", @@ -10622,13 +10622,13 @@ } }, "node_modules/handle-cli-error": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/handle-cli-error/-/handle-cli-error-2.4.2.tgz", - "integrity": "sha512-q262XHcFxFaSmwZu3tzQtIIAgmc+MEnZxmPK8Vq8gOPmLP4Uy+5IDi7sMuzUiUlyrhZ3drXja6zKIxM2VTjSZQ==", + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/handle-cli-error/-/handle-cli-error-2.5.0.tgz", + "integrity": "sha512-/9S+54YGRpvOC/inlK+a1Q2xcuZs/IROD5SRy0Nz2sZZJBDke9hyKipSrVAf2jLzetjLUou8rgd7Qv69GIqcgA==", "dependencies": { "filter-obj": "^5.1.0", "is-plain-obj": "^4.1.0", - "normalize-exception": "^2.6.0" + "normalize-exception": "^2.8.0" }, "engines": { "node": ">=14.18.0" @@ -11549,6 +11549,14 @@ "dev": true, "peer": true }, + "node_modules/is-error-instance": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-error-instance/-/is-error-instance-1.1.0.tgz", + "integrity": "sha512-1/+/uFBBRna/dm3zAALer7eFiV/8Vc8ZwTqR+2x50rJUPdHX/dMQ8tbI/fNNDbf2g/qB9tuVVk39evw4l1IESg==", + "engines": { + "node": ">=14.18.0" + } + }, "node_modules/is-expression": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/is-expression/-/is-expression-4.0.0.tgz", @@ -13637,10 +13645,11 @@ } }, "node_modules/normalize-exception": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/normalize-exception/-/normalize-exception-2.6.0.tgz", - "integrity": "sha512-YjLVs628zuhOi9u6CRBIpsKmXxs5xKOt2J4sPPVPI+PI+6s9S+Ts61HdG2s7HSoFtZaJfaAxlxbRTXW7eOJHqw==", + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/normalize-exception/-/normalize-exception-2.8.0.tgz", + "integrity": "sha512-D5+ZMYciho8eob5I19P9Tb2kmEYQapy+APCZu/rgra/pMrDo6RfyduRQ9iE+epVy4bOIbOhlYOYmmVDEDeZyYA==", "dependencies": { + "is-error-instance": "^1.1.0", "is-plain-obj": "^4.1.0" }, "engines": { @@ -26508,13 +26517,13 @@ } }, "handle-cli-error": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/handle-cli-error/-/handle-cli-error-2.4.2.tgz", - "integrity": "sha512-q262XHcFxFaSmwZu3tzQtIIAgmc+MEnZxmPK8Vq8gOPmLP4Uy+5IDi7sMuzUiUlyrhZ3drXja6zKIxM2VTjSZQ==", + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/handle-cli-error/-/handle-cli-error-2.5.0.tgz", + "integrity": "sha512-/9S+54YGRpvOC/inlK+a1Q2xcuZs/IROD5SRy0Nz2sZZJBDke9hyKipSrVAf2jLzetjLUou8rgd7Qv69GIqcgA==", "requires": { "filter-obj": "^5.1.0", "is-plain-obj": "^4.1.0", - "normalize-exception": "^2.6.0" + "normalize-exception": "^2.8.0" } }, "hard-rejection": { @@ -27152,6 +27161,11 @@ "dev": true, "peer": true }, + "is-error-instance": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-error-instance/-/is-error-instance-1.1.0.tgz", + "integrity": "sha512-1/+/uFBBRna/dm3zAALer7eFiV/8Vc8ZwTqR+2x50rJUPdHX/dMQ8tbI/fNNDbf2g/qB9tuVVk39evw4l1IESg==" + }, "is-expression": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/is-expression/-/is-expression-4.0.0.tgz", @@ -28709,10 +28723,11 @@ "peer": true }, "normalize-exception": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/normalize-exception/-/normalize-exception-2.6.0.tgz", - "integrity": "sha512-YjLVs628zuhOi9u6CRBIpsKmXxs5xKOt2J4sPPVPI+PI+6s9S+Ts61HdG2s7HSoFtZaJfaAxlxbRTXW7eOJHqw==", + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/normalize-exception/-/normalize-exception-2.8.0.tgz", + "integrity": "sha512-D5+ZMYciho8eob5I19P9Tb2kmEYQapy+APCZu/rgra/pMrDo6RfyduRQ9iE+epVy4bOIbOhlYOYmmVDEDeZyYA==", "requires": { + "is-error-instance": "^1.1.0", "is-plain-obj": "^4.1.0" } }, diff --git a/package.json b/package.json index 2f9646e..821451c 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "abstract-parser": "^0.5.0", "colors-option": "^4.2.0", "filter-obj": "^5.1.0", - "handle-cli-error": "^2.4.2", + "handle-cli-error": "^2.5.0", "is-plain-obj": "^4.1.0", "jest-validate": "^29.0.1", "read-pkg-up": "^9.1.0",