diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-03-10 19:14:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-10 19:14:40 +0000 |
commit | d3d6d8de3a68f0f862b523cec054f3a897304eaf (patch) | |
tree | f483e08908362128db972cd0e53d795a5d359b9c /build/package.json | |
parent | c8a360cd7a02703547102380296fe4cbb414c5d7 (diff) | |
download | nextcloud-server-d3d6d8de3a68f0f862b523cec054f3a897304eaf.tar.gz nextcloud-server-d3d6d8de3a68f0f862b523cec054f3a897304eaf.zip |
Bump handlebars from 4.5.3 to 4.7.3 in /build
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.5.3 to 4.7.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.5.3...v4.7.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 c78edc9fa5d..2336fa1468e 100644 --- a/build/package.json +++ b/build/package.json @@ -11,7 +11,7 @@ "contributors": [], "dependencies": {}, "devDependencies": { - "handlebars": "^4.5.3", + "handlebars": "^4.7.3", "jasmine-core": "~2.5.2", "jasmine-sinon": "^0.4.0", "jsdoc": "^3.6.3", |