diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2019-09-22 17:59:05 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-22 17:59:05 +0000 |
commit | 086e59a0dfcc31505ab79276a71cfa99ab093505 (patch) | |
tree | 5a1eaa6a0d4bc8f4f034b51b566e6dfd497e22ec /build/package.json | |
parent | 2025cfe7d174219e7cd03171205ea519ce7def81 (diff) | |
download | nextcloud-server-086e59a0dfcc31505ab79276a71cfa99ab093505.tar.gz nextcloud-server-086e59a0dfcc31505ab79276a71cfa99ab093505.zip |
Bump handlebars from 4.2.0 to 4.2.1 in /build
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.2.1/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.2.0...v4.2.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 9352a564578..c963a80fe98 100644 --- a/build/package.json +++ b/build/package.json @@ -11,7 +11,7 @@ "contributors": [], "dependencies": {}, "devDependencies": { - "handlebars": "^4.2.0", + "handlebars": "^4.2.1", "jasmine-core": "~2.5.2", "jasmine-sinon": "^0.4.0", "jsdoc": "^3.6.3", |