diff options
author | dependabot[bot] <support@dependabot.com> | 2019-02-09 02:14:24 +0000 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-02-11 10:22:37 +0100 |
commit | 92cd53e1ec1d437acbdd3591a3b2cf20564c67ec (patch) | |
tree | a422e8bddf71fbc9f8a297fe3a17447aeb5c2802 /package.json | |
parent | 87347c4e523bf1428ac6e72f28a6c8115a9483b3 (diff) | |
download | nextcloud-server-92cd53e1ec1d437acbdd3591a3b2cf20564c67ec.tar.gz nextcloud-server-92cd53e1ec1d437acbdd3591a3b2cf20564c67ec.zip |
Bump handlebars from 4.0.12 to 4.1.0
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.12 to 4.1.0.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.1.0/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.0.12...v4.1.0)
Signed-off-by: dependabot[bot] <support@dependabot.com>
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 7f0f85a8035..baa2c3b3005 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "css-vars-ponyfill": "^1.16.4", "davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.1.3", "dompurify": "^1.0.9", - "handlebars": "^4.0.12", + "handlebars": "^4.1.0", "jcrop": "git+https://github.com/ChristophWurst/Jcrop.git#v0.9.12-npm", "jquery": "^2.1.4", "jquery-migrate": "^1.4.1", |