Skip to content

Commit e2c0398

Browse files
refactor: Bump commander from 9.4.0 to 13.1.0 (#2778)
1 parent 46d1acf commit e2c0398

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

Parse-Dashboard/index.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@
99
'use strict'
1010
const CLIHelper = require('./CLIHelper.js');
1111
const startServer = require('./server');
12+
const { Command } = require('commander');
1213

13-
const program = require('commander');
14+
const program = new Command();
1415
program.option('--appId [appId]', 'the app Id of the app you would like to manage.');
1516
program.option('--masterKey [masterKey]', 'the master key of the app you would like to manage.');
1617
program.option('--masterKeyTtl [masterKeyTtl]', 'the master key ttl of the app you would like to manage.');

package-lock.json

+6-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@babel/runtime-corejs3": "7.27.0",
4040
"bcryptjs": "2.3.0",
4141
"body-parser": "2.2.0",
42-
"commander": "9.4.0",
42+
"commander": "13.1.0",
4343
"connect-flash": "0.1.1",
4444
"cookie-session": "2.1.0",
4545
"copy-to-clipboard": "3.3.3",

0 commit comments

Comments
 (0)