diff options
author | dependabot[bot] <support@dependabot.com> | 2019-04-15 07:13:24 +0000 |
---|---|---|
committer | dependabot[bot] <support@dependabot.com> | 2019-04-15 07:13:24 +0000 |
commit | 2b419536865b0e2a6ad72f5669a1a20f28a105ee (patch) | |
tree | 5441adb1aaddfda552a51aa8fcdfc9acbd97cc6d /build/package.json | |
parent | 30a5c282723689a64f6c1fdaa022eac01905552b (diff) | |
download | nextcloud-server-2b419536865b0e2a6ad72f5669a1a20f28a105ee.tar.gz nextcloud-server-2b419536865b0e2a6ad72f5669a1a20f28a105ee.zip |
Bump handlebars from 4.1.1 to 4.1.2 in /build
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.1 to 4.1.2.
- [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.1...v4.1.2)
Signed-off-by: dependabot[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 86d42ad68f3..a045afc6297 100644 --- a/build/package.json +++ b/build/package.json @@ -11,7 +11,7 @@ "contributors": [], "dependencies": {}, "devDependencies": { - "handlebars": "^4.1.1", + "handlebars": "^4.1.2", "jasmine-core": "~2.5.2", "jasmine-sinon": "^0.4.0", "jsdoc": "^3.5.5", |