diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2019-09-08 14:49:46 +0000 |
---|---|---|
committer | npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> | 2019-09-08 15:31:36 +0000 |
commit | a41f7a4a50961ff1930d5d492a3910fc71d1eb12 (patch) | |
tree | 974a1230502bad5f36bf8385e9b9dce255148296 /package.json | |
parent | f49448087f2dbddb2140358e6c2d5bd22d3fe6fb (diff) | |
download | nextcloud-server-a41f7a4a50961ff1930d5d492a3910fc71d1eb12.tar.gz nextcloud-server-a41f7a4a50961ff1930d5d492a3910fc71d1eb12.zip |
Bump handlebars from 4.1.2 to 4.2.0
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.2.0.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.2...v4.2.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
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 02fefe69962..de1eaecce24 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "css-vars-ponyfill": "^2.1.1", "davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.1.3", "dompurify": "^1.0.11", - "handlebars": "^4.1.2", + "handlebars": "^4.2.0", "jcrop": "git+https://github.com/ChristophWurst/Jcrop.git#v0.9.12-npm3", "jquery": "2.1.4", "jquery-migrate": "^1.4.1", |