mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 16:06:56 +00:00
chore(deps): bump dargs from 7.0.0 to 8.0.0
Bumps [dargs](https://github.com/sindresorhus/dargs) from 7.0.0 to 8.0.0. - [Release notes](https://github.com/sindresorhus/dargs/releases) - [Commits](https://github.com/sindresorhus/dargs/compare/v7.0.0...v8.0.0) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
baffd3c16c
commit
b6ad61e066
2 changed files with 18 additions and 4 deletions
20
package-lock.json
generated
20
package-lock.json
generated
|
|
@ -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.0.0",
|
||||
"resolved": "https://registry.npmjs.org/dargs/-/dargs-8.0.0.tgz",
|
||||
"integrity": "sha512-uNt1339Xt7lA08sO/0umb/aB7DlLwzl+fV/2bLQIu8QiZ8n4z1CWMKd5UqWF1KMAakg24uIxqklAg+WfjJtcQQ=="
|
||||
},
|
||||
"dashdash": {
|
||||
"version": "1.14.1",
|
||||
|
|
|
|||
|
|
@ -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.0.0",
|
||||
"execa": "^5.0.0",
|
||||
"lerna": "^3.22.1"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue