From 8bfd3f91f5df8803c1d6dcf892c7530d0e9d1802 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Dec 2019 02:06:59 +0000 Subject: [PATCH] fix: upgrade handlebars from 4.1.2 to 4.5.3 Snyk has created this PR to upgrade handlebars from 4.1.2 to 4.5.3. See this package in NPM: https://www.npmjs.com/package/handlebars See this project in Snyk: https://app.snyk.io/org/dyna-dot/project/76b90775-d09e-4ef9-becd-a6a9dae8a422?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 12480c78a6784..1012e97d8f60c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3769,9 +3769,9 @@ "integrity": "sha1-BO93hiz/K7edMPdpIJWTAiK/YPE=" }, "handlebars": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.1.2.tgz", - "integrity": "sha512-nvfrjqvt9xQ8Z/w0ijewdD/vvWDTOweBUm96NTr66Wfvo1mJenBLwcYmPs3TIBP5ruzYGD7Hx/DaM9RmhroGPw==", + "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", @@ -6961,19 +6961,19 @@ "dev": true }, "uglify-js": { - "version": "3.5.6", - "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.5.6.tgz", - "integrity": "sha512-YDKRX8F0Y+Jr7LhoVk0n4G7ltR3Y7qFAj+DtVBthlOgCcIj1hyMigCfousVfn9HKmvJ+qiFlLDwaHx44/e5ZKw==", + "version": "3.7.1", + "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.7.1.tgz", + "integrity": "sha512-pnOF7jY82wdIhATVn87uUY/FHU+MDUdPLkmGFvGoclQmeu229eTkbG5gjGGBi3R7UuYYSEeYXY/TTY5j2aym2g==", "optional": true, "requires": { - "commander": "~2.20.0", + "commander": "~2.20.3", "source-map": "~0.6.1" }, "dependencies": { "commander": { - "version": "2.20.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.0.tgz", - "integrity": "sha512-7j2y+40w61zy6YC2iRNpUe/NwhNyoXrYpHMrSunaMG64nRnaf96zO/KMQR4OyN/UnE5KLyEBnKHd4aG3rskjpQ==", + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", "optional": true } } diff --git a/package.json b/package.json index 109515216690b..56fa4c836165a 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "css-vars-ponyfill": "^2.0.2", "davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.1.3", "dompurify": "^1.0.10", - "handlebars": "^4.1.2", + "handlebars": "^4.5.3", "jcrop": "git+https://github.com/ChristophWurst/Jcrop.git#v0.9.12-npm3", "jquery": "2.1.4", "jquery-migrate": "^1.4.1",