diff options
| author | Satsuki Yanagi <17376330+u1-liquid@users.noreply.github.com> | 2020-05-10 08:10:41 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-10 08:10:41 +0900 |
| commit | bb302a90a63831a2e256b746c061107c03fe0630 (patch) | |
| tree | 993c7f585f69f75497ccd24f6e23f32676eb9d88 /package.json | |
| parent | Fix inbox bug (#6334) (diff) | |
| download | misskey-bb302a90a63831a2e256b746c061107c03fe0630.tar.gz misskey-bb302a90a63831a2e256b746c061107c03fe0630.tar.bz2 misskey-bb302a90a63831a2e256b746c061107c03fe0630.zip | |
Fix #6337 (#6338)
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index dea719d041..3a9bac5e8e 100644 --- a/package.json +++ b/package.json @@ -119,7 +119,7 @@ "chalk": "4.0.0", "chart.js": "2.9.3", "cli-highlight": "2.1.4", - "commander": "5.1.0", + "commander": "4.1.1", "content-disposition": "0.5.3", "core-js": "3.6.5", "crc-32": "1.2.0", |