From d465d29449a198ff8745363ce401e759ccb74178 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 23:03:00 +0000 Subject: [PATCH] Bump get-cli-arg from 6.8.0 to 8.3.0 Bumps [get-cli-arg](https://github.com/bevry/get-cli-arg) from 6.8.0 to 8.3.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.3.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..e241fd8 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.3.0", + "resolved": "https://registry.npmjs.org/get-cli-arg/-/get-cli-arg-8.3.0.tgz", + "integrity": "sha512-oZhUYqxhpFJyBX/Oc6I47cv0d0fNKJHMocUIXmnb2jwzXy+Yo0HIGOtsdx1z/I27Gwi12tDfG4Z6iTzd+eTSEA==", "requires": { - "normalify": "^2.20.0" + "normalify": "^2.28.0" + }, + "dependencies": { + "normalify": { + "version": "2.29.0", + "resolved": "https://registry.npmjs.org/normalify/-/normalify-2.29.0.tgz", + "integrity": "sha512-mpJoTx/9AgQNJvZMqY6aOk6SXEk7lf7FG8XFR1+VW5k6z7Po17e0vSSAyGxoxrJtMncgC7OnDDoRZku6+KXwYg==" + } } }, "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..14656c4 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.3.0", "kava": "^5.10.0", "safefs": "^6.11.0", "underscore": "^1.10.2"