Skip to content
Closed
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"colorette": "^2.0.20",
"commander": "^14.0.1",
"execa": "^9.6.0",
"find-up": "^5.0.0",
"find-up": "^8.0.0",
"js-yaml": "^4.1.0",
"prompts": "^2.4.2",
"tslib": "^2.8.1"
Expand Down
21 changes: 20 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ __metadata:
eslint-config-prettier: "npm:^10.1.8"
eslint-plugin-prettier: "npm:^5.5.4"
execa: "npm:^9.6.0"
find-up: "npm:^5.0.0"
find-up: "npm:^8.0.0"
globby: "npm:^14.1.0"
js-yaml: "npm:^4.1.0"
lint-staged: "npm:^16.2.4"
Expand Down Expand Up @@ -2290,6 +2290,16 @@ __metadata:
languageName: node
linkType: hard

"find-up@npm:^8.0.0":
version: 8.0.0
resolution: "find-up@npm:8.0.0"
dependencies:
locate-path: "npm:^8.0.0"
unicorn-magic: "npm:^0.3.0"
checksum: 10/0db90efb0543250e4239a299205389d490afffe178e8ed916d53100611faa69f9f3039b2dc951eb254f02ff4ac4c25bf6511c93c4c08f582b314b1aa776e4584
languageName: node
linkType: hard

"findup-sync@npm:^4.0.0":
version: 4.0.0
resolution: "findup-sync@npm:4.0.0"
Expand Down Expand Up @@ -3122,6 +3132,15 @@ __metadata:
languageName: node
linkType: hard

"locate-path@npm:^8.0.0":
version: 8.0.0
resolution: "locate-path@npm:8.0.0"
dependencies:
p-locate: "npm:^6.0.0"
checksum: 10/9c8c1c0ace8dc496e916fadee5a7bcc6abf3a4a0952e25c6e7c8c4c8cd9f8f6e97e0ee5d303b61df1c13dce92b15aad60ce262aa4b728e617d1e03c196ea6a8a
languageName: node
linkType: hard

"lodash.camelcase@npm:^4.3.0":
version: 4.3.0
resolution: "lodash.camelcase@npm:4.3.0"
Expand Down
Loading