diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-03-05 07:23:03 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-05 07:23:03 +0000 |
commit | c1105b3fda9f39fe3367ad9acc39886610578e20 (patch) | |
tree | 4183f4187b0f84bffdb69e131becab3171fd8e0a /build/package.json | |
parent | cfb337dc0161f7879ee9ec2868e1fef24949f5fe (diff) | |
download | nextcloud-server-c1105b3fda9f39fe3367ad9acc39886610578e20.tar.gz nextcloud-server-c1105b3fda9f39fe3367ad9acc39886610578e20.zip |
Bump handlebars from 4.7.6 to 4.7.7 in /build
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.6 to 4.7.7.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.7.6...v4.7.7)
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 246c91c1fb0..9abd800348e 100644 --- a/build/package.json +++ b/build/package.json @@ -10,7 +10,7 @@ "homepage": "https://github.com/nextcloud/", "contributors": [], "devDependencies": { - "handlebars": "^4.7.6", + "handlebars": "^4.7.7", "jasmine-core": "~2.5.2", "jasmine-sinon": "^0.4.0", "jsdoc": "^3.6.6", |