Skip to content

Commit

Permalink
build(deps): Bump the dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 2 updates: [@flex-development/tutils](https://github.com/flex-development/tutils) and [commander](https://github.com/tj/commander.js).


Updates `@flex-development/tutils` from 6.0.0-alpha.21 to 6.0.0-alpha.25
- [Release notes](https://github.com/flex-development/tutils/releases)
- [Changelog](https://github.com/flex-development/tutils/blob/main/CHANGELOG.md)
- [Commits](https://github.com/flex-development/tutils/compare/[email protected]@6.0.0-alpha.25)

Updates `commander` from 11.0.0 to 11.1.0
- [Release notes](https://github.com/tj/commander.js/releases)
- [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md)
- [Commits](tj/commander.js@v11.0.0...v11.1.0)

---
updated-dependencies:
- dependency-name: "@flex-development/tutils"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: commander
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 23, 2023
1 parent e81afa8 commit 2bf2ddb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@
},
"dependencies": {
"@flex-development/pathe": "2.0.0",
"@flex-development/tutils": "6.0.0-alpha.21",
"@flex-development/tutils": "6.0.0-alpha.25",
"@golevelup/nestjs-discovery": "4.0.0",
"commander": "11.0.0"
"commander": "11.1.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.12.1",
Expand Down Expand Up @@ -121,7 +121,7 @@
"@vitest/expect": "0.34.3",
"chai": "5.0.0-alpha.1",
"chai-each": "0.0.1",
"commander": "11.0.0",
"commander": "11.1.0",
"cross-env": "7.0.3",
"cspell": "7.3.8",
"dateformat": "5.0.3",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1457,7 +1457,7 @@ __metadata:
"@flex-development/pathe": "npm:2.0.0"
"@flex-development/toggle-pkg-type": "npm:2.0.1"
"@flex-development/tsconfig-utils": "npm:2.0.2"
"@flex-development/tutils": "npm:6.0.0-alpha.21"
"@flex-development/tutils": "npm:6.0.0-alpha.25"
"@golevelup/nestjs-discovery": "npm:4.0.0"
"@nestjs/common": "npm:10.2.7"
"@nestjs/core": "npm:10.2.7"
Expand All @@ -1476,7 +1476,7 @@ __metadata:
"@vitest/expect": "npm:0.34.3"
chai: "npm:5.0.0-alpha.1"
chai-each: "npm:0.0.1"
commander: "npm:11.0.0"
commander: "npm:11.1.0"
cross-env: "npm:7.0.3"
cspell: "npm:7.3.8"
dateformat: "npm:5.0.3"
Expand Down Expand Up @@ -3148,20 +3148,20 @@ __metadata:
languageName: node
linkType: hard

"commander@npm:11.1.0, commander@npm:^11.0.0, commander@npm:^11.1.0":
version: 11.1.0
resolution: "commander@npm:11.1.0"
checksum: 66bd2d8a0547f6cb1d34022efb25f348e433b0e04ad76a65279b1b09da108f59a4d3001ca539c60a7a46ea38bcf399fc17d91adad76a8cf43845d8dcbaf5cda1
languageName: node
linkType: hard

"commander@npm:^10.0.1":
version: 10.0.1
resolution: "commander@npm:10.0.1"
checksum: 8799faa84a30da985802e661cc9856adfaee324d4b138413013ef7f087e8d7924b144c30a1f1405475f0909f467665cd9e1ce13270a2f41b141dab0b7a58f3fb
languageName: node
linkType: hard

"commander@npm:^11.0.0, commander@npm:^11.1.0":
version: 11.1.0
resolution: "commander@npm:11.1.0"
checksum: 66bd2d8a0547f6cb1d34022efb25f348e433b0e04ad76a65279b1b09da108f59a4d3001ca539c60a7a46ea38bcf399fc17d91adad76a8cf43845d8dcbaf5cda1
languageName: node
linkType: hard

"comment-json@npm:^4.2.3":
version: 4.2.3
resolution: "comment-json@npm:4.2.3"
Expand Down

0 comments on commit 2bf2ddb

Please sign in to comment.