From 18fc680ca92f45eb8a6e04d2fcf7116c71f55a92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2019 09:28:32 +0000 Subject: [PATCH] build(deps): bump node.extend from 2.0.0 to 2.0.2 in /nsq/nsqadmin Bumps [node.extend](https://github.com/dreamerslab/node.extend) from 2.0.0 to 2.0.2. - [Release notes](https://github.com/dreamerslab/node.extend/releases) - [Changelog](https://github.com/dreamerslab/node.extend/blob/master/History.md) - [Commits](https://github.com/dreamerslab/node.extend/compare/v2.0.0...v2.0.2) Signed-off-by: dependabot[bot] --- nsq/nsqadmin/package-lock.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/nsq/nsqadmin/package-lock.json b/nsq/nsqadmin/package-lock.json index a28cdb0..6d05a6d 100644 --- a/nsq/nsqadmin/package-lock.json +++ b/nsq/nsqadmin/package-lock.json @@ -4040,11 +4040,12 @@ } }, "node.extend": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/node.extend/-/node.extend-2.0.0.tgz", - "integrity": "sha1-dSWih1Z36lNHhKXhCseJVhOWFN8=", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/node.extend/-/node.extend-2.0.2.tgz", + "integrity": "sha512-pDT4Dchl94/+kkgdwyS2PauDFjZG0Hk0IcHIB+LkW27HLDtdoeMxHTxZh39DYbPP8UflWXWj9JcdDozF+YDOpQ==", "dev": true, "requires": { + "has": "^1.0.3", "is": "^3.2.1" } },