Skip to content

Commit 87b4d6f

Browse files
chore(deps): bump commander from 14.0.1 to 14.0.2 (#1031)
Bumps [commander](https://github.com/tj/commander.js) from 14.0.1 to 14.0.2. - [Release notes](https://github.com/tj/commander.js/releases) - [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md) - [Commits](tj/commander.js@v14.0.1...v14.0.2) --- updated-dependencies: - dependency-name: commander dependency-version: 14.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 93dbb68 commit 87b4d6f

File tree

14 files changed

+30
-30
lines changed

14 files changed

+30
-30
lines changed

packages/auto-merge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"bin": "dist/cli.js",
44
"dependencies": {
55
"axios": "1.13.2",
6-
"commander": "14.0.1",
6+
"commander": "14.0.2",
77
"cosmiconfig": "9.0.0",
88
"logdown": "3.3.1"
99
},

packages/crates-updater/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"update-crates": "dist/cli.js"
66
},
77
"dependencies": {
8-
"commander": "14.0.1",
8+
"commander": "14.0.2",
99
"compare-versions": "6.1.1",
1010
"crates.io": "2.3.8"
1111
},

packages/electron-icon-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Florian Imdahl <[email protected]>",
33
"bin": "dist/index.js",
44
"dependencies": {
5-
"commander": "14.0.1",
5+
"commander": "14.0.2",
66
"fs-extra": "11.3.2",
77
"icon-gen": "5.0.0",
88
"jimp": "1.6.0"

packages/electron-info/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"dependencies": {
55
"axios": "1.13.2",
66
"chalk": "5.6.2",
7-
"commander": "14.0.1",
7+
"commander": "14.0.2",
88
"date-fns": "4.1.0",
99
"logdown": "3.3.1",
1010
"semver": "7.7.3",

packages/gh-open/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"bin": "dist/cli.js",
44
"dependencies": {
55
"axios": "1.13.2",
6-
"commander": "14.0.1",
6+
"commander": "14.0.2",
77
"find-up": "8.0.0",
88
"logdown": "3.3.1",
99
"open": "10.2.0"

packages/https-proxy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"bin": "dist/cli.js",
44
"dependencies": {
55
"basic-auth": "2.0.1",
6-
"commander": "14.0.1",
6+
"commander": "14.0.2",
77
"http-status-codes": "2.3.0",
88
"logdown": "3.3.1",
99
"tsscmp": "1.0.6"

packages/jszip-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Florian Imdahl <[email protected]>",
33
"bin": "dist/cli.js",
44
"dependencies": {
5-
"commander": "14.0.1",
5+
"commander": "14.0.2",
66
"cosmiconfig": "9.0.0",
77
"fs-extra": "11.3.2",
88
"glob": "11.0.3",

packages/mastodon-bot-yearprogress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"yearprogress": "dist/cli.js"
55
},
66
"dependencies": {
7-
"commander": "14.0.1",
7+
"commander": "14.0.2",
88
"masto": "7.2.0"
99
},
1010
"description": "Toots year's progress every few days to Mastodon.",

packages/my-timezone/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"bin": "dist/cli.js",
44
"dependencies": {
55
"axios": "1.13.2",
6-
"commander": "14.0.1",
6+
"commander": "14.0.2",
77
"ntpclient": "1.8.11"
88
},
99
"description": "Get the exact time based on your location.",

packages/ntpclient/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Florian Imdahl <[email protected]>",
33
"bin": "dist/cli.js",
44
"dependencies": {
5-
"commander": "14.0.1"
5+
"commander": "14.0.2"
66
},
77
"description": "A TypeScript implementation of the NTP Client Protocol",
88
"devDependencies": {

0 commit comments

Comments
 (0)