From d87c9bbd459c45e662d11246d9553f407735de5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2019 06:43:01 +0000 Subject: [PATCH] Bump handlebars from 4.1.0 to 4.5.3 in /Backend Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.0 to 4.5.3. - [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.1.0...v4.5.3) Signed-off-by: dependabot[bot] --- Backend/package-lock.json | 45 ++++++++------------------------------- 1 file changed, 9 insertions(+), 36 deletions(-) diff --git a/Backend/package-lock.json b/Backend/package-lock.json index 3b6c1b3d..995ec1ec 100644 --- a/Backend/package-lock.json +++ b/Backend/package-lock.json @@ -4318,9 +4318,9 @@ } }, "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==", "dev": true, "requires": { "neo-async": "^2.6.0", @@ -5140,9 +5140,9 @@ } }, "lodash": { - "version": "4.17.11", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz", - "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==" + "version": "4.17.15", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", + "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==" }, "lodash.at": { "version": "4.6.0", @@ -5886,7 +5886,6 @@ "async": { "version": "2.6.2", "bundled": true, - "dev": true, "requires": { "lodash": "^4.17.11" } @@ -5939,7 +5938,6 @@ "commander": { "version": "2.17.1", "bundled": true, - "dev": true, "optional": true }, "commondir": { @@ -6102,24 +6100,6 @@ "bundled": true, "dev": true }, - "handlebars": { - "version": "4.1.0", - "bundled": true, - "dev": true, - "requires": { - "async": "^2.5.0", - "optimist": "^0.6.1", - "source-map": "^0.6.1", - "uglify-js": "^3.1.4" - }, - "dependencies": { - "source-map": { - "version": "0.6.1", - "bundled": true, - "dev": true - } - } - }, "has-flag": { "version": "3.0.0", "bundled": true, @@ -6277,8 +6257,7 @@ }, "lodash": { "version": "4.17.11", - "bundled": true, - "dev": true + "bundled": true }, "lodash.flattendeep": { "version": "4.4.0", @@ -6350,8 +6329,7 @@ }, "minimist": { "version": "0.0.10", - "bundled": true, - "dev": true + "bundled": true }, "mkdirp": { "version": "0.5.1", @@ -6413,7 +6391,6 @@ "optimist": { "version": "0.6.1", "bundled": true, - "dev": true, "requires": { "minimist": "~0.0.1", "wordwrap": "~0.0.2" @@ -6718,8 +6695,6 @@ "uglify-js": { "version": "3.4.9", "bundled": true, - "dev": true, - "optional": true, "requires": { "commander": "~2.17.1", "source-map": "~0.6.1" @@ -6728,7 +6703,6 @@ "source-map": { "version": "0.6.1", "bundled": true, - "dev": true, "optional": true } } @@ -6762,8 +6736,7 @@ }, "wordwrap": { "version": "0.0.3", - "bundled": true, - "dev": true + "bundled": true }, "wrap-ansi": { "version": "2.1.0",