From caaf32e4fa2fe0fef51647925e6220cd23118661 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jul 2021 02:01:38 +0000 Subject: [PATCH] chore(deps): bump dargs from 7.0.0 to 8.1.0 Bumps [dargs](https://github.com/sindresorhus/dargs) from 7.0.0 to 8.1.0. - [Release notes](https://github.com/sindresorhus/dargs/releases) - [Commits](https://github.com/sindresorhus/dargs/compare/v7.0.0...v8.1.0) --- updated-dependencies: - dependency-name: dargs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 +++++++++++++++++--- package.json | 2 +- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2b29056..067ee07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5448,6 +5448,12 @@ "through2": "^4.0.0" }, "dependencies": { + "dargs": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/dargs/-/dargs-7.0.0.tgz", + "integrity": "sha512-2iy1EkLdlBzQGvbweYRFxmFath8+K7+AKB0TlhHWkNuH+TmovaMH/Wp7V7R4u7f4SnX3OgLsU9t1NI9ioDnUpg==", + "dev": true + }, "split2": { "version": "3.2.2", "resolved": "https://registry.npmjs.org/split2/-/split2-3.2.2.tgz", @@ -6376,6 +6382,14 @@ "meow": "^8.0.0", "split2": "^3.0.0", "through2": "^4.0.0" + }, + "dependencies": { + "dargs": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/dargs/-/dargs-7.0.0.tgz", + "integrity": "sha512-2iy1EkLdlBzQGvbweYRFxmFath8+K7+AKB0TlhHWkNuH+TmovaMH/Wp7V7R4u7f4SnX3OgLsU9t1NI9ioDnUpg==", + "dev": true + } } }, "hosted-git-info": { @@ -6791,9 +6805,9 @@ "integrity": "sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=" }, "dargs": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/dargs/-/dargs-7.0.0.tgz", - "integrity": "sha512-2iy1EkLdlBzQGvbweYRFxmFath8+K7+AKB0TlhHWkNuH+TmovaMH/Wp7V7R4u7f4SnX3OgLsU9t1NI9ioDnUpg==" + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/dargs/-/dargs-8.1.0.tgz", + "integrity": "sha512-wAV9QHOsNbwnWdNW2FYvE1P56wtgSbM+3SZcdGiWQILwVjACCXDCI3Ai8QlCjMDB8YK5zySiXZYBiwGmNY3lnw==" }, "dashdash": { "version": "1.14.1", diff --git a/package.json b/package.json index e099b4a..91cf340 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "commitlint-config-jira": "^1.4.1", "commitlint-plugin-jira-rules": "^1.4.0", "conventional-changelog-lint-config-canonical": "^1.0.0", - "dargs": "^7.0.0", + "dargs": "^8.1.0", "execa": "^5.0.0", "lerna": "^3.22.1" },