diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2019-09-30 12:46:39 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-30 12:46:39 +0000 |
commit | 5d6b8f63fea49a729702bd189ce73f3da5b2ccbc (patch) | |
tree | 8710d59748d14b8d2756ee39e3f05db092e1fa24 /build/package.json | |
parent | 407e4663ec7980571ea75663d194dbd624a84a25 (diff) | |
download | nextcloud-server-5d6b8f63fea49a729702bd189ce73f3da5b2ccbc.tar.gz nextcloud-server-5d6b8f63fea49a729702bd189ce73f3da5b2ccbc.zip |
Bump handlebars from 4.2.1 to 4.4.0 in /build
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.2.1 to 4.4.0.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.4.0/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.2.1...v4.4.0)
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 c963a80fe98..c80da2287a7 100644 --- a/build/package.json +++ b/build/package.json @@ -11,7 +11,7 @@ "contributors": [], "dependencies": {}, "devDependencies": { - "handlebars": "^4.2.1", + "handlebars": "^4.4.0", "jasmine-core": "~2.5.2", "jasmine-sinon": "^0.4.0", "jsdoc": "^3.6.3", |