diff options
author | dependabot[bot] <support@dependabot.com> | 2019-02-09 02:14:24 +0000 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-02-11 10:22:37 +0100 |
commit | 92cd53e1ec1d437acbdd3591a3b2cf20564c67ec (patch) | |
tree | a422e8bddf71fbc9f8a297fe3a17447aeb5c2802 /package-lock.json | |
parent | 87347c4e523bf1428ac6e72f28a6c8115a9483b3 (diff) | |
download | nextcloud-server-92cd53e1ec1d437acbdd3591a3b2cf20564c67ec.tar.gz nextcloud-server-92cd53e1ec1d437acbdd3591a3b2cf20564c67ec.zip |
Bump handlebars from 4.0.12 to 4.1.0
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.12 to 4.1.0.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.1.0/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.0.12...v4.1.0)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json index bad2f54cfa8..92343fb5750 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3704,9 +3704,9 @@ "dev": true }, "handlebars": { - "version": "4.0.12", - "resolved": "http://registry.npmjs.org/handlebars/-/handlebars-4.0.12.tgz", - "integrity": "sha512-RhmTekP+FZL+XNhwS1Wf+bTTZpdLougwt5pcgA1tuz6Jcx0fpH/7z0qd71RKnZHBCxIRBHfBOnio4gViPemNzA==", + "version": "4.1.0", + "resolved": "http://registry.npmjs.org/handlebars/-/handlebars-4.1.0.tgz", + "integrity": "sha512-l2jRuU1NAWK6AW5qqcTATWQJvNPEwkM7NEKSiv/gqOsoSQbVoWyqVEY5GS+XPQ88zLNmqASRpzfdm8d79hJS+w==", "requires": { "async": "^2.5.0", "optimist": "^0.6.1", |