diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2019-11-10 02:12:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-10 02:12:31 +0000 |
commit | f166744f178384ee84f3658651938873e172b884 (patch) | |
tree | 7cd7fd413feab339ffac772dab86d8af2090c2f5 /build/package.json | |
parent | b38b6103090b7619fe0a10d85cba430daf66d45d (diff) | |
download | nextcloud-server-f166744f178384ee84f3658651938873e172b884.tar.gz nextcloud-server-f166744f178384ee84f3658651938873e172b884.zip |
Bump handlebars from 4.4.5 to 4.5.1 in /build
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.4.5 to 4.5.1.
- [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.4.5...v4.5.1)
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 040103be9df..e5068ce85d4 100644 --- a/build/package.json +++ b/build/package.json @@ -11,7 +11,7 @@ "contributors": [], "dependencies": {}, "devDependencies": { - "handlebars": "^4.4.5", + "handlebars": "^4.5.1", "jasmine-core": "~2.5.2", "jasmine-sinon": "^0.4.0", "jsdoc": "^3.6.3", |