From 5e43fd1ff2077688f26d5b6566f34200f2b3ed22 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2019 01:19:25 +0000 Subject: [PATCH] build(deps-dev): bump proxyquire from 2.1.1 to 2.1.3 Bumps [proxyquire](https://github.com/thlorenz/proxyquire) from 2.1.1 to 2.1.3. - [Release notes](https://github.com/thlorenz/proxyquire/releases) - [Commits](https://github.com/thlorenz/proxyquire/compare/v2.1.1...v2.1.3) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7d6fca9..14b21af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5600,9 +5600,9 @@ } }, "proxyquire": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/proxyquire/-/proxyquire-2.1.1.tgz", - "integrity": "sha512-LXZGUxkFTZzPHKBmL3CMYtYIEKuz6XiR3DZ3FZ1wYP7ueXbz2NW+9AdigNzeLIf8vmuhVCwG2F5BvonXK5LhHA==", + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/proxyquire/-/proxyquire-2.1.3.tgz", + "integrity": "sha512-BQWfCqYM+QINd+yawJz23tbBM40VIGXOdDw3X344KcclI/gtBbdWF6SlQ4nK/bYhF9d27KYug9WzljHC6B9Ysg==", "dev": true, "requires": { "fill-keys": "^1.0.2", diff --git a/package.json b/package.json index d110fe7..bb16593 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "joi": "^14.3.1", "mocha": "^6.2.0", "nyc": "^14.1.1", - "proxyquire": "^2.1.1" + "proxyquire": "^2.1.3" }, "dependencies": { "cheerio": "^1.0.0-rc.3",