diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2019-11-11 11:19:08 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-11 11:19:08 +0000 |
commit | 03e5e2b469c0fecacc2f81717bd6c0c01cdd7321 (patch) | |
tree | 74b9a5518968130f9320d8703b85878544259d69 | |
parent | 46344870858e320787846617be55a143565b8118 (diff) | |
download | nextcloud-server-03e5e2b469c0fecacc2f81717bd6c0c01cdd7321.tar.gz nextcloud-server-03e5e2b469c0fecacc2f81717bd6c0c01cdd7321.zip |
Bump handlebars from 4.4.5 to 4.5.1
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.4.5 to 4.5.1.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.4.5...v4.5.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r-- | package-lock.json | 12 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json index db21f7c6615..c48891474f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4962,9 +4962,9 @@ "integrity": "sha1-BO93hiz/K7edMPdpIJWTAiK/YPE=" }, "handlebars": { - "version": "4.4.5", - "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.4.5.tgz", - "integrity": "sha512-0Ce31oWVB7YidkaTq33ZxEbN+UDxMMgThvCe8ptgQViymL5DPis9uLdTA13MiRPhgvqyxIegugrP97iK3JeBHg==", + "version": "4.5.1", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.5.1.tgz", + "integrity": "sha512-C29UoFzHe9yM61lOsIlCE5/mQVGrnIOrOq7maQl76L7tYPCgC1og0Ajt6uWnX4ZTxBPnjw+CUvawphwCfJgUnA==", "requires": { "neo-async": "^2.6.0", "optimist": "^0.6.1", @@ -8741,9 +8741,9 @@ "dev": true }, "uglify-js": { - "version": "3.6.4", - "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.6.4.tgz", - "integrity": "sha512-9Yc2i881pF4BPGhjteCXQNaXx1DCwm3dtOyBaG2hitHjLWOczw/ki8vD1bqyT3u6K0Ms/FpCShkmfg+FtlOfYA==", + "version": "3.6.8", + "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.6.8.tgz", + "integrity": "sha512-XhHJ3S3ZyMwP8kY1Gkugqx3CJh2C3O0y8NPiSxtm1tyD/pktLAkFZsFGpuNfTZddKDQ/bbDBLAd2YyA1pbi8HQ==", "optional": true, "requires": { "commander": "~2.20.3", diff --git a/package.json b/package.json index b4b19303878..99259507aa6 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "debounce": "^1.2.0", "dompurify": "^2.0.7", "escape-html": "^1.0.3", - "handlebars": "^4.4.5", + "handlebars": "^4.5.1", "jcrop": "git+https://github.com/ChristophWurst/Jcrop.git#v0.9.12-npm3", "jquery": "2.1.4", "jquery-migrate": "^1.4.1", |