Skip to content

Commit

Permalink
Merge pull request #12974 from learningequality/dependabot/npm_and_ya…
Browse files Browse the repository at this point in the history
…rn/commander-13.0.0

Bump commander from 12.1.0 to 13.0.0
  • Loading branch information
rtibbles authored Jan 7, 2025
2 parents 13d05c3 + 164dfc7 commit 249fc28
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/kolibri-format/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"chalk": "4.1.2",
"commander": "^12.1.0",
"commander": "^13.0.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
Expand Down
1 change: 1 addition & 0 deletions packages/kolibri-tools/lib/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ program
.command('test')
.option('--config [config]', 'Set configuration for jest tests')
.allowUnknownOption()
.allowExcessArguments(true)
.action(function (options) {
const baseConfigPath = path.resolve(__dirname, '../jest.conf');
if (process.env.NODE_ENV == null) {
Expand Down
2 changes: 1 addition & 1 deletion packages/kolibri-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"chalk": "4.1.2",
"check-node-version": "^4.2.1",
"cli-table": "^0.3.11",
"commander": "^12.1.0",
"commander": "^13.0.0",
"core-js": "^3",
"css-loader": "7.1.2",
"css-minimizer-webpack-plugin": "7.0.0",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3882,6 +3882,11 @@ commander@^12.0.0, commander@^12.1.0:
resolved "https://registry.yarnpkg.com/commander/-/commander-12.1.0.tgz#01423b36f501259fdaac4d0e4d60c96c991585d3"
integrity sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==

commander@^13.0.0:
version "13.0.0"
resolved "https://registry.yarnpkg.com/commander/-/commander-13.0.0.tgz#1b161f60ee3ceb8074583a0f95359a4f8701845c"
integrity sha512-oPYleIY8wmTVzkvQq10AEok6YcTC4sRUBl8F9gVuwchGVUCTbl/vhLTaQqutuuySYOsu8YTgV+OxKc/8Yvx+mQ==

commander@^2.19.0, commander@^2.20.0:
version "2.20.3"
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"
Expand Down

0 comments on commit 249fc28

Please sign in to comment.