diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2019-10-06 01:13:11 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-06 01:13:11 +0000 |
commit | a0acb4b5d5d085d37fc369d681334965eea0d154 (patch) | |
tree | d34570079c44e07424df288c909b0233be2e1546 /build/package.json | |
parent | 5c21d11207e7f84f2e8f346995d0076e875a8052 (diff) | |
download | nextcloud-server-a0acb4b5d5d085d37fc369d681334965eea0d154.tar.gz nextcloud-server-a0acb4b5d5d085d37fc369d681334965eea0d154.zip |
Bump handlebars from 4.4.0 to 4.4.2 in /build
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.4.0 to 4.4.2.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.4.2/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.4.0...v4.4.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'build/package.json')
-rw-r--r-- | build/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/package.json b/build/package.json index c80da2287a7..061d34265fb 100644 --- a/build/package.json +++ b/build/package.json @@ -11,7 +11,7 @@ "contributors": [], "dependencies": {}, "devDependencies": { - "handlebars": "^4.4.0", + "handlebars": "^4.4.2", "jasmine-core": "~2.5.2", "jasmine-sinon": "^0.4.0", "jsdoc": "^3.6.3", |