From 93358c1f8aa72b59c765747e2ace2ea5aab37861 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2019 09:34:21 +0000 Subject: [PATCH] Bump proxyquire from 1.8.0 to 2.1.1 Bumps [proxyquire](https://github.com/thlorenz/proxyquire) from 1.8.0 to 2.1.1. - [Release notes](https://github.com/thlorenz/proxyquire/releases) - [Commits](https://github.com/thlorenz/proxyquire/compare/v1.8.0...v2.1.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 26 +++++++++++++++----------- 2 files changed, 16 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index c2343c1..9d3eced 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "js-devbox": "^5.0.0", "mocha": "^4.0.1", "nyc": "^11.4.1", - "proxyquire": "^1.7.11", + "proxyquire": "^2.1.1", "sinon": "^4.1.3" }, "jest": { diff --git a/yarn.lock b/yarn.lock index 535a64c..e9cab40 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3125,7 +3125,7 @@ mocha@^4.0.1: mkdirp "0.5.1" supports-color "4.4.0" -module-not-found-error@^1.0.0: +module-not-found-error@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/module-not-found-error/-/module-not-found-error-1.0.1.tgz#cf8b4ff4f29640674d6cdd02b0e3bc523c2bbdc0" @@ -3472,6 +3472,10 @@ path-parse@^1.0.5: version "1.0.5" resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.5.tgz#3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1" +path-parse@^1.0.6: + version "1.0.6" + resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c" + path-to-regexp@^1.7.0: version "1.7.0" resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-1.7.0.tgz#59fde0f435badacba103a84e9d3bc64e96b9937d" @@ -3578,13 +3582,13 @@ progress@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.0.tgz#8a1be366bf8fc23db2bd23f10c6fe920b4389d1f" -proxyquire@^1.7.11: - version "1.8.0" - resolved "https://registry.yarnpkg.com/proxyquire/-/proxyquire-1.8.0.tgz#02d514a5bed986f04cbb2093af16741535f79edc" +proxyquire@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/proxyquire/-/proxyquire-2.1.1.tgz#7c2209891e0399b19a98d3fa88240e75f22a2b6d" dependencies: fill-keys "^1.0.2" - module-not-found-error "^1.0.0" - resolve "~1.1.7" + module-not-found-error "^1.0.1" + resolve "^1.11.1" pseudomap@^1.0.2: version "1.0.2" @@ -3852,15 +3856,15 @@ resolve-from@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-2.0.0.tgz#9480ab20e94ffa1d9e80a804c7ea147611966b57" -resolve@1.1.7, resolve@~1.1.7: +resolve@1.1.7: version "1.1.7" resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b" -resolve@^1.2.0: - version "1.5.0" - resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.5.0.tgz#1f09acce796c9a762579f31b2c1cc4c3cddf9f36" +resolve@^1.11.1, resolve@^1.2.0: + version "1.11.1" + resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.11.1.tgz#ea10d8110376982fef578df8fc30b9ac30a07a3e" dependencies: - path-parse "^1.0.5" + path-parse "^1.0.6" responselike@1.0.2: version "1.0.2"