diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2019-10-13 01:13:38 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-13 01:13:38 +0000 |
commit | 929295ac31764e6e3703d733e819ce0646086050 (patch) | |
tree | e2235297dd16108ed363d8c9d4a09d7db76e3906 /build/package.json | |
parent | 24820e06e543dd91113a7f8190a16e9e24161c28 (diff) | |
download | nextcloud-server-929295ac31764e6e3703d733e819ce0646086050.tar.gz nextcloud-server-929295ac31764e6e3703d733e819ce0646086050.zip |
Bump handlebars from 4.4.2 to 4.4.3 in /build
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.4.2 to 4.4.3.
- [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.2...v4.4.3)
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 061d34265fb..e1c37420f0f 100644 --- a/build/package.json +++ b/build/package.json @@ -11,7 +11,7 @@ "contributors": [], "dependencies": {}, "devDependencies": { - "handlebars": "^4.4.2", + "handlebars": "^4.4.3", "jasmine-core": "~2.5.2", "jasmine-sinon": "^0.4.0", "jsdoc": "^3.6.3", |