diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2018-09-13 18:29:11 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-13 18:29:11 +0900 |
| commit | 9ed2a82d3bd8051350057c27fad473085b2b4d87 (patch) | |
| tree | 0ec147da9bd0bc28d59557a722d59c011d68c941 /package.json | |
| parent | fix(package): update vue-loader to version 15.4.2 (#2692) (diff) | |
| download | misskey-9ed2a82d3bd8051350057c27fad473085b2b4d87.tar.gz misskey-9ed2a82d3bd8051350057c27fad473085b2b4d87.tar.bz2 misskey-9ed2a82d3bd8051350057c27fad473085b2b4d87.zip | |
fix(package): update debug to version 4.0.1 (#2700)
Closes #2682
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 a80be265ac..4f2543b0c2 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "crc-32": "1.2.0", "css-loader": "1.0.0", "dateformat": "3.0.3", - "debug": "3.1.0", + "debug": "4.0.1", "deep-equal": "1.0.1", "deepcopy": "0.6.3", "diskusage": "0.2.4", |