Skip to content

Commit d3878b1

Browse files
Bump commander from 14.0.0 to 14.0.1 (#66)
* Bump commander from 14.0.0 to 14.0.1 Bumps [commander](https://github.com/tj/commander.js) from 14.0.0 to 14.0.1. - [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.0...v14.0.1) --- updated-dependencies: - dependency-name: commander dependency-version: 14.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * build --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jasonblanchard <jas.blanchard@gmail.com>
1 parent c229f9c commit d3878b1

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

package-lock.json

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/openapi-typescript-server/bin/cli/index.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ var package_default = {
699699
build: "tsup src/cli/index.ts --format cjs --out-dir bin/cli --clean"
700700
},
701701
dependencies: {
702-
commander: "^14.0.0",
702+
commander: "^14.0.1",
703703
"js-yaml": "^4.1.0",
704704
"openapi-typescript-server-runtime": "0.0.11",
705705
"ts-morph": "^26.0.0",

packages/openapi-typescript-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"build": "tsup src/cli/index.ts --format cjs --out-dir bin/cli --clean"
4343
},
4444
"dependencies": {
45-
"commander": "^14.0.0",
45+
"commander": "^14.0.1",
4646
"js-yaml": "^4.1.0",
4747
"openapi-typescript-server-runtime": "0.0.11",
4848
"ts-morph": "^26.0.0",

0 commit comments

Comments
 (0)