Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): Bump the dependencies group with 3 updates #178

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@
},
"dependencies": {
"@flex-development/pathe": "2.0.0",
"@flex-development/tutils": "6.0.0-alpha.21",
"@golevelup/nestjs-discovery": "4.0.0",
"commander": "11.0.0"
"@flex-development/tutils": "6.0.0-alpha.25",
"@golevelup/nestjs-discovery": "4.0.1",
"commander": "12.1.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.12.2",
Expand Down Expand Up @@ -118,7 +118,7 @@
"@vitest/expect": "0.34.3",
"chai": "5.0.0-alpha.1",
"chai-each": "0.0.1",
"commander": "11.0.0",
"commander": "12.1.0",
"cross-env": "7.0.3",
"cspell": "7.3.8",
"dateformat": "5.0.3",
Expand Down
21 changes: 14 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1437,8 +1437,8 @@ __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"
"@golevelup/nestjs-discovery": "npm:4.0.0"
"@flex-development/tutils": "npm:6.0.0-alpha.25"
"@golevelup/nestjs-discovery": "npm:4.0.1"
"@nestjs/common": "npm:10.2.7"
"@nestjs/core": "npm:10.2.7"
"@nestjs/testing": "npm:10.2.7"
Expand All @@ -1456,7 +1456,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:12.1.0"
cross-env: "npm:7.0.3"
cspell: "npm:7.3.8"
dateformat: "npm:5.0.3"
Expand Down Expand Up @@ -1663,15 +1663,15 @@ __metadata:
languageName: node
linkType: hard

"@golevelup/nestjs-discovery@npm:4.0.0":
version: 4.0.0
resolution: "@golevelup/nestjs-discovery@npm:4.0.0"
"@golevelup/nestjs-discovery@npm:4.0.1":
version: 4.0.1
resolution: "@golevelup/nestjs-discovery@npm:4.0.1"
dependencies:
lodash: "npm:^4.17.21"
peerDependencies:
"@nestjs/common": ^10.x
"@nestjs/core": ^10.x
checksum: d74cd6075623ffb26c84f21ee4217db04fb79c4de09021896f675892c598efef7be1a841fa815eea6ec145251fd9222380399af6d395f521f7efd9da92dece88
checksum: 0790ce42beeb51c406436ea89745a857034d0bbc58acb56dd1783ddfe8740e47ad95771b4b67878c0d5f73c0cbed5bc9d9ec761b5f54280c0da3d6f682461090
languageName: node
linkType: hard

Expand Down Expand Up @@ -3128,6 +3128,13 @@ __metadata:
languageName: node
linkType: hard

"commander@npm:12.1.0":
version: 12.1.0
resolution: "commander@npm:12.1.0"
checksum: cdaeb672d979816853a4eed7f1310a9319e8b976172485c2a6b437ed0db0a389a44cfb222bfbde772781efa9f215bdd1b936f80d6b249485b465c6cb906e1f93
languageName: node
linkType: hard

"commander@npm:^10.0.1":
version: 10.0.1
resolution: "commander@npm:10.0.1"
Expand Down
Loading