diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-04-02 16:01:34 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-04-03 11:04:46 +0200 |
commit | 62b9db57801a893708db5b5bcd317a99bd580939 (patch) | |
tree | 5735c80e1275a21b9043356eb0f3e897cd8d38ed /package.json | |
parent | 539537c781407f61431c11d40b94966c7da46357 (diff) | |
download | nextcloud-server-62b9db57801a893708db5b5bcd317a99bd580939.tar.gz nextcloud-server-62b9db57801a893708db5b5bcd317a99bd580939.zip |
Update handlebars to get rid of minimist
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
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 02272c9cc40..f5c45553771 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "debounce": "^1.2.0", "dompurify": "^2.0.8", "escape-html": "^1.0.3", - "handlebars": "^4.7.3", + "handlebars": "^4.7.4", "jcrop": "git+https://github.com/ChristophWurst/Jcrop.git#v0.9.12-npm3", "jquery": "2.1.4", "jquery-migrate": "^1.4.1", |