diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2019-09-08 18:14:32 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-08 18:14:32 +0000 |
commit | 5f2f7a6def164ff0d285db2b21b34a08298cd611 (patch) | |
tree | b83dd2fa816ff9fef31f98845ad5c6e8d9ff628f /build/package.json | |
parent | d2fe3a8490e8b8e67cacc83330b241e83425998e (diff) | |
download | nextcloud-server-5f2f7a6def164ff0d285db2b21b34a08298cd611.tar.gz nextcloud-server-5f2f7a6def164ff0d285db2b21b34a08298cd611.zip |
Bump handlebars from 4.1.2 to 4.2.0 in /build
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>
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 9e1590976ad..9352a564578 100644 --- a/build/package.json +++ b/build/package.json @@ -11,7 +11,7 @@ "contributors": [], "dependencies": {}, "devDependencies": { - "handlebars": "^4.1.2", + "handlebars": "^4.2.0", "jasmine-core": "~2.5.2", "jasmine-sinon": "^0.4.0", "jsdoc": "^3.6.3", |