diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2019-10-06 01:13:11 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-06 01:13:11 +0000 |
commit | a0acb4b5d5d085d37fc369d681334965eea0d154 (patch) | |
tree | d34570079c44e07424df288c909b0233be2e1546 /build/package-lock.json | |
parent | 5c21d11207e7f84f2e8f346995d0076e875a8052 (diff) | |
download | nextcloud-server-a0acb4b5d5d085d37fc369d681334965eea0d154.tar.gz nextcloud-server-a0acb4b5d5d085d37fc369d681334965eea0d154.zip |
Bump handlebars from 4.4.0 to 4.4.2 in /build
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.4.0 to 4.4.2.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.4.2/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.4.0...v4.4.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'build/package-lock.json')
-rw-r--r-- | build/package-lock.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/package-lock.json b/build/package-lock.json index a126d059bc5..647e22b1e13 100644 --- a/build/package-lock.json +++ b/build/package-lock.json @@ -2079,9 +2079,9 @@ "dev": true }, "handlebars": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.4.0.tgz", - "integrity": "sha512-xkRtOt3/3DzTKMOt3xahj2M/EqNhY988T+imYSlMgs5fVhLN2fmKVVj0LtEGmb+3UUYV5Qmm1052Mm3dIQxOvw==", + "version": "4.4.2", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.4.2.tgz", + "integrity": "sha512-cIv17+GhL8pHHnRJzGu2wwcthL5sb8uDKBHvZ2Dtu5s1YNt0ljbzKbamnc+gr69y7bzwQiBdr5+hOpRd5pnOdg==", "dev": true, "requires": { "neo-async": "^2.6.0", |