From dc2b90c0cfacc885cc088ee9c4bd2485cd937895 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2020 20:24:49 +0000 Subject: [PATCH] Bump handlebars Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.5.3. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.2...v4.5.3) Signed-off-by: dependabot[bot] --- .../Team-Manager-Skeleton/package-lock.json | 30 +++++++------------ .../Team-Manager-Skeleton/package.json | 2 +- 2 files changed, 11 insertions(+), 21 deletions(-) diff --git a/JS Apps/04. JS-Applications-Routing-and-Architecture-Lab-Skeleton/Team-Manager-Skeleton/package-lock.json b/JS Apps/04. JS-Applications-Routing-and-Architecture-Lab-Skeleton/Team-Manager-Skeleton/package-lock.json index 763c6fb..891d904 100644 --- a/JS Apps/04. JS-Applications-Routing-and-Architecture-Lab-Skeleton/Team-Manager-Skeleton/package-lock.json +++ b/JS Apps/04. JS-Applications-Routing-and-Architecture-Lab-Skeleton/Team-Manager-Skeleton/package-lock.json @@ -9,16 +9,10 @@ "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.3.1.tgz", "integrity": "sha512-rXqOmH1VilAt2DyPzluTi2blhk17bO7ef+zLLPlWvG494pDxcM234pJ8wTc/6R40UWizAIIMgxjvxZg5kmsbag==" }, - "commander": { - "version": "2.20.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.0.tgz", - "integrity": "sha512-7j2y+40w61zy6YC2iRNpUe/NwhNyoXrYpHMrSunaMG64nRnaf96zO/KMQR4OyN/UnE5KLyEBnKHd4aG3rskjpQ==", - "optional": true - }, "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", @@ -37,9 +31,9 @@ "integrity": "sha1-3j+YVD2/lggr5IrRoMfNqDYwHc8=" }, "neo-async": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.1.tgz", - "integrity": "sha512-iyam8fBuCUpWeKPGpaNMetEocMt364qkCsfL9JuhjXX6dRnguRVOfk2GZaDpPjcOKiiXCPINZC1GczQ7iTq3Zw==" + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", + "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==" }, "optimist": { "version": "0.6.1", @@ -61,14 +55,10 @@ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" }, "uglify-js": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.6.0.tgz", - "integrity": "sha512-W+jrUHJr3DXKhrsS7NUVxn3zqMOFn0hL/Ei6v0anCIMoKC93TjcflTagwIHLW7SfMFfiQuktQyFVCFHGUE0+yg==", - "optional": true, - "requires": { - "commander": "~2.20.0", - "source-map": "~0.6.1" - } + "version": "3.10.4", + "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.10.4.tgz", + "integrity": "sha512-kBFT3U4Dcj4/pJ52vfjCSfyLyvG9VYYuGYPmrPvAxRw/i7xHiT4VvCev+uiEMcEEiu6UNB6KgWmGtSUYIWScbw==", + "optional": true }, "wordwrap": { "version": "0.0.3", diff --git a/JS Apps/04. JS-Applications-Routing-and-Architecture-Lab-Skeleton/Team-Manager-Skeleton/package.json b/JS Apps/04. JS-Applications-Routing-and-Architecture-Lab-Skeleton/Team-Manager-Skeleton/package.json index 7b3834c..e42f268 100644 --- a/JS Apps/04. JS-Applications-Routing-and-Architecture-Lab-Skeleton/Team-Manager-Skeleton/package.json +++ b/JS Apps/04. JS-Applications-Routing-and-Architecture-Lab-Skeleton/Team-Manager-Skeleton/package.json @@ -11,7 +11,7 @@ "license": "ISC", "dependencies": { "bootstrap": "^4.3.1", - "handlebars": "^4.1.2", + "handlebars": "^4.5.3", "jquery": "^3.4.1", "sammy": "^0.7.6" }