From 9f1c462de9ccceacd8931397eaa9afc1fff063e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 23:50:11 +0000 Subject: [PATCH] Bump get-cli-arg from 6.8.0 to 8.6.0 Bumps [get-cli-arg](https://github.com/bevry/get-cli-arg) from 6.8.0 to 8.6.0. - [Changelog](https://github.com/bevry/get-cli-arg/blob/master/HISTORY.md) - [Commits](https://github.com/bevry/get-cli-arg/compare/v6.8.0...v8.6.0) --- updated-dependencies: - dependency-name: get-cli-arg dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++++++----- package.json | 2 +- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 81a52a8..9709732 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1182,11 +1182,18 @@ "dev": true }, "get-cli-arg": { - "version": "6.8.0", - "resolved": "https://registry.npmjs.org/get-cli-arg/-/get-cli-arg-6.8.0.tgz", - "integrity": "sha512-ydZMbzEaS36OCsTfrTrkG8Bp0T772Riirr99HEAU9oBKSy1Fi9/WmtQYFTgjY9/1d/1apAJeA5FN6chtVUG5TQ==", + "version": "8.6.0", + "resolved": "https://registry.npmjs.org/get-cli-arg/-/get-cli-arg-8.6.0.tgz", + "integrity": "sha512-al6F7RkUTyFeqhmXCyopu9gOvaI7c0AVLVQ+NeX0ggv7WF9TYIITd8I1oGL6cK+E/HZc4GDBZHWSfa0ct+XgrQ==", "requires": { - "normalify": "^2.20.0" + "normalify": "^2.30.0" + }, + "dependencies": { + "normalify": { + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/normalify/-/normalify-2.32.0.tgz", + "integrity": "sha512-SPkwNAvT0Ussro2BGHJrh7E3luk1LJKGkcoHwiqw83jI4RsgPhuU2eAkR66dQcTZFUzKDWk9j8FN7P9/dxvANg==" + } } }, "get-current-line": { @@ -1825,7 +1832,8 @@ "normalify": { "version": "2.20.0", "resolved": "https://registry.npmjs.org/normalify/-/normalify-2.20.0.tgz", - "integrity": "sha512-MhIMHnc+0Gf3uKkQZiKTKlhxt2nNQH1FP06w7y1Pt7h2nyr1YrtDljYvi6TyDs8kyqLvZj9czVbUxN5KwdGdgw==" + "integrity": "sha512-MhIMHnc+0Gf3uKkQZiKTKlhxt2nNQH1FP06w7y1Pt7h2nyr1YrtDljYvi6TyDs8kyqLvZj9czVbUxN5KwdGdgw==", + "dev": true }, "oauth-sign": { "version": "0.9.0", diff --git a/package.json b/package.json index f057578..9b166aa 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "assert-helpers": "^7.2.0", "bal-util": "^2.8.0", "editions": "^6.1.0", - "get-cli-arg": "^6.5.0", + "get-cli-arg": "^8.6.0", "kava": "^5.10.0", "safefs": "^6.11.0", "underscore": "^1.10.2"