diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-11-25 20:02:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-25 20:02:58 +0100 |
commit | 9002b0f24524e672838339a9ea398ca6ec1a04fa (patch) | |
tree | 75ab24d337b15ebe8911ad5ec2bee846b190c6c3 /package-lock.json | |
parent | 7ccb70487b114efc9384d5f5a7318fe51bb0d3ee (diff) | |
parent | 11b57c062a0aeedcd1288e7a84b523fc20f21757 (diff) | |
download | nextcloud-server-9002b0f24524e672838339a9ea398ca6ec1a04fa.tar.gz nextcloud-server-9002b0f24524e672838339a9ea398ca6ec1a04fa.zip |
Merge pull request #18088 from nextcloud/dependabot/npm_and_yarn/handlebars-4.5.3
Bump handlebars from 4.5.2 to 4.5.3
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 3020320116e..5a5bb24bcca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5433,9 +5433,9 @@ "integrity": "sha1-BO93hiz/K7edMPdpIJWTAiK/YPE=" }, "handlebars": { - "version": "4.5.2", - "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.5.2.tgz", - "integrity": "sha512-29Zxv/cynYB7mkT1rVWQnV7mGX6v7H/miQ6dbEpYTKq5eJBN7PsRB+ViYJlcT6JINTSu4dVB9kOqEun78h6Exg==", + "version": "4.5.3", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.5.3.tgz", + "integrity": "sha512-3yPecJoJHK/4c6aZhSvxOyG4vJKDshV36VHp0iVCDVh7o9w2vwi3NSnL2MMPj3YdduqaBcu7cGbggJQM0br9xA==", "requires": { "neo-async": "^2.6.0", "optimist": "^0.6.1", |