Skip to content
Merged
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 packages/auto-merge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Florian Imdahl <git@ffflorian.de>",
"bin": "dist/cli.js",
"dependencies": {
"commander": "14.0.2",
"commander": "14.0.3",
"cosmiconfig": "9.0.0",
"logdown": "3.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/crates-updater/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"update-crates": "dist/cli.js"
},
"dependencies": {
"commander": "14.0.2",
"commander": "14.0.3",
"compare-versions": "6.1.1",
"crates.io": "2.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-icon-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Florian Imdahl <git@ffflorian.de>",
"bin": "dist/index.js",
"dependencies": {
"commander": "14.0.2",
"commander": "14.0.3",
"icon-gen": "5.0.0",
"jimp": "1.6.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-info/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"bin": "dist/cli.js",
"dependencies": {
"chalk": "5.6.2",
"commander": "14.0.2",
"commander": "14.0.3",
"date-fns": "4.1.0",
"logdown": "3.3.1",
"semver": "7.7.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/gh-open/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Florian Imdahl <git@ffflorian.de>",
"bin": "dist/cli.js",
"dependencies": {
"commander": "14.0.2",
"commander": "14.0.3",
"find-up": "8.0.0",
"logdown": "3.3.1",
"open": "11.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/https-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"bin": "dist/cli.js",
"dependencies": {
"basic-auth": "2.0.1",
"commander": "14.0.2",
"commander": "14.0.3",
"http-status-codes": "2.3.0",
"logdown": "3.3.1",
"tsscmp": "1.0.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/jszip-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Florian Imdahl <git@ffflorian.de>",
"bin": "dist/cli.js",
"dependencies": {
"commander": "14.0.2",
"commander": "14.0.3",
"cosmiconfig": "9.0.0",
"glob": "13.0.0",
"jszip": "3.10.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/mastodon-bot-yearprogress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"yearprogress": "dist/cli.js"
},
"dependencies": {
"commander": "14.0.2",
"commander": "14.0.3",
"masto": "7.10.1"
},
"description": "Toots year's progress every few days to Mastodon.",
Expand Down
2 changes: 1 addition & 1 deletion packages/my-timezone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Florian Imdahl <git@ffflorian.de>",
"bin": "dist/cli.js",
"dependencies": {
"commander": "14.0.2",
"commander": "14.0.3",
"ntpclient": "1.15.1"
},
"description": "Get the exact time based on your location.",
Expand Down
2 changes: 1 addition & 1 deletion packages/ntpclient/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Florian Imdahl <git@ffflorian.de>",
"bin": "dist/cli.js",
"dependencies": {
"commander": "14.0.2"
"commander": "14.0.3"
},
"description": "A TypeScript implementation of the NTP Client Protocol",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/publish-flat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"dependencies": {
"@npmcli/arborist": "9.1.10",
"commander": "14.0.2",
"commander": "14.0.3",
"logdown": "3.3.1",
"npm-packlist": "10.0.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/scrabble-cheater/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"bin": "dist/cli.js",
"dependencies": {
"clipboardy": "5.1.0",
"commander": "14.0.2"
"commander": "14.0.3"
},
"description": "A simple Scrabble cheating tool.",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/which-os/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Florian Imdahl <git@ffflorian.de>",
"bin": "dist/cli.js",
"dependencies": {
"commander": "14.0.2"
"commander": "14.0.3"
},
"description": "Get informations about your OS",
"devDependencies": {
Expand Down
34 changes: 17 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@ffflorian/auto-merge@workspace:packages/auto-merge"
dependencies:
commander: "npm:14.0.2"
commander: "npm:14.0.3"
cosmiconfig: "npm:9.0.0"
http-status-codes: "npm:2.3.0"
logdown: "npm:3.3.1"
Expand Down Expand Up @@ -826,7 +826,7 @@ __metadata:
resolution: "@ffflorian/electron-icon-generator@workspace:packages/electron-icon-generator"
dependencies:
"@types/pngjs": "npm:6.0.5"
commander: "npm:14.0.2"
commander: "npm:14.0.3"
icon-gen: "npm:5.0.0"
jimp: "npm:1.6.0"
rimraf: "npm:6.1.2"
Expand Down Expand Up @@ -869,7 +869,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@ffflorian/gh-open@workspace:packages/gh-open"
dependencies:
commander: "npm:14.0.2"
commander: "npm:14.0.3"
find-up: "npm:8.0.0"
http-status-codes: "npm:2.3.0"
logdown: "npm:3.3.1"
Expand All @@ -891,7 +891,7 @@ __metadata:
"@types/basic-auth": "npm:1.1.8"
"@types/tsscmp": "npm:1.0.2"
basic-auth: "npm:2.0.1"
commander: "npm:14.0.2"
commander: "npm:14.0.3"
http-status-codes: "npm:2.3.0"
logdown: "npm:3.3.1"
rimraf: "npm:6.1.2"
Expand All @@ -909,7 +909,7 @@ __metadata:
dependencies:
"@types/node": "npm:~24"
"@types/progress": "npm:2.0.7"
commander: "npm:14.0.2"
commander: "npm:14.0.3"
cosmiconfig: "npm:9.0.0"
cross-env: "npm:10.1.0"
glob: "npm:13.0.0"
Expand All @@ -930,7 +930,7 @@ __metadata:
resolution: "@ffflorian/mastodon-bot-yearprogress@workspace:packages/mastodon-bot-yearprogress"
dependencies:
"@types/ws": "npm:8.18.1"
commander: "npm:14.0.2"
commander: "npm:14.0.3"
masto: "npm:7.10.1"
rimraf: "npm:6.1.2"
tsx: "npm:4.21.0"
Expand Down Expand Up @@ -4722,10 +4722,10 @@ __metadata:
languageName: node
linkType: hard

"commander@npm:14.0.2":
version: 14.0.2
resolution: "commander@npm:14.0.2"
checksum: 10c0/245abd1349dbad5414cb6517b7b5c584895c02c4f7836ff5395f301192b8566f9796c82d7bd6c92d07eba8775fe4df86602fca5d86d8d10bcc2aded1e21c2aeb
"commander@npm:14.0.3":
version: 14.0.3
resolution: "commander@npm:14.0.3"
checksum: 10c0/755652564bbf56ff2ff083313912b326450d3f8d8c85f4b71416539c9a05c3c67dbd206821ca72635bf6b160e2afdefcb458e86b317827d5cb333b69ce7f1a24
languageName: node
linkType: hard

Expand Down Expand Up @@ -4914,7 +4914,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "crates-updater@workspace:packages/crates-updater"
dependencies:
commander: "npm:14.0.2"
commander: "npm:14.0.3"
compare-versions: "npm:6.1.1"
crates.io: "npm:2.4.5"
rimraf: "npm:6.1.2"
Expand Down Expand Up @@ -5338,7 +5338,7 @@ __metadata:
dependencies:
"@types/semver": "npm:7.7.1"
chalk: "npm:5.6.2"
commander: "npm:14.0.2"
commander: "npm:14.0.3"
date-fns: "npm:4.1.0"
http-status-codes: "npm:2.3.0"
logdown: "npm:3.3.1"
Expand Down Expand Up @@ -9406,7 +9406,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "my-timezone@workspace:packages/my-timezone"
dependencies:
commander: "npm:14.0.2"
commander: "npm:14.0.3"
nock: "npm:14.0.10"
ntpclient: "npm:1.15.1"
rimraf: "npm:6.1.2"
Expand Down Expand Up @@ -9830,7 +9830,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "ntpclient@workspace:packages/ntpclient"
dependencies:
commander: "npm:14.0.2"
commander: "npm:14.0.3"
rimraf: "npm:6.1.2"
tsx: "npm:4.21.0"
typescript: "npm:5.9.3"
Expand Down Expand Up @@ -10987,7 +10987,7 @@ __metadata:
"@npmcli/arborist": "npm:9.1.10"
"@types/npm-packlist": "npm:7.0.3"
"@types/npmcli__arborist": "npm:6.3.2"
commander: "npm:14.0.2"
commander: "npm:14.0.3"
logdown: "npm:3.3.1"
npm-packlist: "npm:10.0.3"
rimraf: "npm:6.1.2"
Expand Down Expand Up @@ -11579,7 +11579,7 @@ __metadata:
resolution: "scrabble-cheater@workspace:packages/scrabble-cheater"
dependencies:
clipboardy: "npm:5.1.0"
commander: "npm:14.0.2"
commander: "npm:14.0.3"
rimraf: "npm:6.1.2"
tsx: "npm:4.21.0"
typescript: "npm:5.9.3"
Expand Down Expand Up @@ -13421,7 +13421,7 @@ __metadata:
resolution: "which-os@workspace:packages/which-os"
dependencies:
"@types/node": "npm:~24"
commander: "npm:14.0.2"
commander: "npm:14.0.3"
rimraf: "npm:6.1.2"
tsx: "npm:4.21.0"
typescript: "npm:5.9.3"
Expand Down