Skip to content
Open
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"@typescript-eslint/parser": "^6.18.1",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"codecov": "^3.8.3",
"commander": "^11.1.0",
"commander": "^14.0.2",
"core-js-bundle": "^3.35.0",
"cross-env": "^7.0.3",
"css-loader": "^6.10.0",
Expand Down
4 changes: 2 additions & 2 deletions tools/get-change-log-for-release.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Licensed under the MIT License.
const fs = require('fs');
const path = require('path');
const commander = require('commander');
const { Command } = require('commander');
const simpleGit = require('simple-git');

const main = async () => {
Expand Down Expand Up @@ -127,7 +127,7 @@ const generateCSVContent = (gitLogs, version) => {
};

const parseCommandLineArguments = () => {
const program = new commander.Command();
const program = new Command();

program
.requiredOption(
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3091,7 +3091,7 @@ __metadata:
case-sensitive-paths-webpack-plugin: ^2.4.0
classnames: ^2.5.1
codecov: ^3.8.3
commander: ^11.1.0
commander: ^14.0.2
core-js-bundle: ^3.35.0
cross-env: ^7.0.3
css-loader: ^6.10.0
Expand Down Expand Up @@ -4209,10 +4209,10 @@ __metadata:
languageName: node
linkType: hard

"commander@npm:^11.1.0":
version: 11.1.0
resolution: "commander@npm:11.1.0"
checksum: fd1a8557c6b5b622c89ecdfde703242ab7db3b628ea5d1755784c79b8e7cb0d74d65b4a262289b533359cd58e1bfc0bf50245dfbcd2954682a6f367c828b79ef
"commander@npm:^14.0.2":
version: 14.0.2
resolution: "commander@npm:14.0.2"
checksum: 0a9e549565d368dde2965821833324069b92b099b415c2106996e47db1f0b8c10c77367e9876873c00a52ca627af4c7472eba9b51dc0d6a3ef152ea063d3e9e9
languageName: node
linkType: hard

Expand Down
Loading