diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2020-03-24 21:47:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-24 21:47:36 +0100 |
commit | 97949109ef78c04034c4194fef659e3114d75233 (patch) | |
tree | 50c415e92e06a88ea8549818f7690f662a95f91c /build/package.json | |
parent | b300dc5a503d0739e4b8201f5549788366bb5ca1 (diff) | |
parent | d3d6d8de3a68f0f862b523cec054f3a897304eaf (diff) | |
download | nextcloud-server-97949109ef78c04034c4194fef659e3114d75233.tar.gz nextcloud-server-97949109ef78c04034c4194fef659e3114d75233.zip |
Merge pull request #19368 from nextcloud/dependabot/npm_and_yarn/build/handlebars-4.7.3
Bump handlebars from 4.5.3 to 4.7.3 in /build
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", |