From 9a700ff4f2ee74e8e00b6fcf9cfdca7c8f6316b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2020 16:01:19 +0000 Subject: [PATCH] build(deps-dev): bump handlebars from 4.2.0 to 4.5.3 in /nsq/nsqadmin Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.2.0 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.2.0...v4.5.3) Signed-off-by: dependabot[bot] --- nsq/nsqadmin/package-lock.json | 12 ++++++------ nsq/nsqadmin/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/nsq/nsqadmin/package-lock.json b/nsq/nsqadmin/package-lock.json index a28cdb0..7655df5 100644 --- a/nsq/nsqadmin/package-lock.json +++ b/nsq/nsqadmin/package-lock.json @@ -2656,9 +2656,9 @@ } }, "handlebars": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.2.0.tgz", - "integrity": "sha512-Kb4xn5Qh1cxAKvQnzNWZ512DhABzyFNmsaJf3OAkWNa4NkaqWcNI8Tao8Tasi0/F4JD9oyG0YxuFyvyR57d+Gw==", + "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", @@ -3889,9 +3889,9 @@ "dev": true }, "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==", "dev": true }, "next-tick": { diff --git a/nsq/nsqadmin/package.json b/nsq/nsqadmin/package.json index 51c85aa..706f154 100644 --- a/nsq/nsqadmin/package.json +++ b/nsq/nsqadmin/package.json @@ -15,7 +15,7 @@ "gulp-sourcemaps": "^2.6.4", "gulp-task-listing": "^1.0.0", "gulp-uglify": "^3.0.1", - "handlebars": "^4.2.0", + "handlebars": "^4.5.3", "hbsfy": "^2.8.1", "vinyl-buffer": "^1.0.0", "vinyl-source-stream": "^2.0.0"