From cf95d61aef72afc2f87908de0f1be41608e250e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 23:58:44 +0000 Subject: [PATCH] Bump get-cli-arg from 6.8.0 to 8.1.0 Bumps [get-cli-arg](https://github.com/bevry/get-cli-arg) from 6.8.0 to 8.1.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.1.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..e573f67 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.1.0", + "resolved": "https://registry.npmjs.org/get-cli-arg/-/get-cli-arg-8.1.0.tgz", + "integrity": "sha512-KBs2vR7bULdHR2xdfPumLJDdKuEDyB8hofOGf7HXNml/0tNqOn3oU//seyWcjCVG4YDC5du8c/Kqz47RcNhyuA==", "requires": { - "normalify": "^2.20.0" + "normalify": "^2.27.0" + }, + "dependencies": { + "normalify": { + "version": "2.27.0", + "resolved": "https://registry.npmjs.org/normalify/-/normalify-2.27.0.tgz", + "integrity": "sha512-4mK4oobeHuYpv6OQiZWd/ILUi1GFaTKPxiQ9tPvI/nWIoz6i7c6/qXPopmrw7opjGTCSDHt2HwzYWrIr+mWRTg==" + } } }, "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..6cfa650 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.1.0", "kava": "^5.10.0", "safefs": "^6.11.0", "underscore": "^1.10.2"