Skip to content

Commit

Permalink
chore(deps-dev): bump @types/yargs from 17.0.32 to 17.0.33 (#7206)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 9d9cdf0 commit 285b8d0
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"@types/semver": "^7.5.8",
"@types/sinon": "^17.0.3",
"@types/xml2js": "^0.4.14",
"@types/yargs": "^17.0.32",
"@types/yargs": "^17.0.33",
"@zwave-js/maintenance": "workspace:*",
"ava": "^6.1.3",
"comment-json": "^4.2.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/flash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/node": "^18.19.42",
"@types/yargs": "^17.0.32",
"@types/yargs": "^17.0.33",
"del-cli": "^5.1.0",
"typescript": "5.5.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/maintenance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@types/fs-extra": "^11.0.4",
"@types/globrex": "^0.1.4",
"@types/node": "^18.19.42",
"@types/yargs": "^17.0.32",
"@types/yargs": "^17.0.33",
"@zwave-js/core": "workspace:*",
"@zwave-js/fmt": "^1.0.1",
"@zwave-js/shared": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/nvmedit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@types/fs-extra": "^11.0.4",
"@types/node": "^18.19.42",
"@types/semver": "^7.5.8",
"@types/yargs": "^17.0.32",
"@types/yargs": "^17.0.33",
"ava": "^6.1.3",
"del-cli": "^5.1.0",
"esbuild": "0.21.5",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1671,12 +1671,12 @@ __metadata:
languageName: node
linkType: hard

"@types/yargs@npm:^17.0.32":
version: 17.0.32
resolution: "@types/yargs@npm:17.0.32"
"@types/yargs@npm:^17.0.33":
version: 17.0.33
resolution: "@types/yargs@npm:17.0.33"
dependencies:
"@types/yargs-parser": "npm:*"
checksum: 10/1e2b2673847011ce43607df690d392f137d95a2d6ea85aa319403eadda2ef4277365efd4982354d8843f2611ef3846c88599660aaeb537fa9ccddae83c2a89de
checksum: 10/16f6681bf4d99fb671bf56029141ed01db2862e3db9df7fc92d8bea494359ac96a1b4b1c35a836d1e95e665fb18ad753ab2015fc0db663454e8fd4e5d5e2ef91
languageName: node
linkType: hard

Expand Down Expand Up @@ -1875,7 +1875,7 @@ __metadata:
"@types/semver": "npm:^7.5.8"
"@types/sinon": "npm:^17.0.3"
"@types/xml2js": "npm:^0.4.14"
"@types/yargs": "npm:^17.0.32"
"@types/yargs": "npm:^17.0.33"
"@zwave-js/core": "workspace:*"
"@zwave-js/maintenance": "workspace:*"
"@zwave-js/shared": "workspace:*"
Expand Down Expand Up @@ -1951,7 +1951,7 @@ __metadata:
dependencies:
"@types/fs-extra": "npm:^11.0.4"
"@types/node": "npm:^18.19.42"
"@types/yargs": "npm:^17.0.32"
"@types/yargs": "npm:^17.0.33"
"@zwave-js/core": "workspace:*"
del-cli: "npm:^5.1.0"
fs-extra: "npm:^11.2.0"
Expand Down Expand Up @@ -2003,7 +2003,7 @@ __metadata:
"@types/fs-extra": "npm:^11.0.4"
"@types/globrex": "npm:^0.1.4"
"@types/node": "npm:^18.19.42"
"@types/yargs": "npm:^17.0.32"
"@types/yargs": "npm:^17.0.33"
"@zwave-js/core": "workspace:*"
"@zwave-js/fmt": "npm:^1.0.1"
"@zwave-js/shared": "workspace:*"
Expand Down Expand Up @@ -2033,7 +2033,7 @@ __metadata:
"@types/fs-extra": "npm:^11.0.4"
"@types/node": "npm:^18.19.42"
"@types/semver": "npm:^7.5.8"
"@types/yargs": "npm:^17.0.32"
"@types/yargs": "npm:^17.0.33"
"@zwave-js/core": "workspace:*"
"@zwave-js/shared": "workspace:*"
alcalzone-shared: "npm:^4.0.8"
Expand Down

0 comments on commit 285b8d0

Please sign in to comment.