Skip to content

Commit

Permalink
Update dependency proxyquire to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 21, 2018
1 parent b5c0ab5 commit 225aad7
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 31 deletions.
76 changes: 51 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"mocha": "3.5.3",
"nodemon": "1.14.11",
"prettier": "^1.10.2",
"proxyquire": "1.8.0",
"proxyquire": "2.0.2",
"sinon": "4.1.4",
"sinon-chai": "2.14.0",
"sinon-mongoose": "2.0.2",
Expand Down
16 changes: 11 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4070,13 +4070,13 @@ proxy-addr@~2.0.2:
forwarded "~0.1.2"
ipaddr.js "1.6.0"

proxyquire@1.8.0:
version "1.8.0"
resolved "https://registry.yarnpkg.com/proxyquire/-/proxyquire-1.8.0.tgz#02d514a5bed986f04cbb2093af16741535f79edc"
proxyquire@2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/proxyquire/-/proxyquire-2.0.2.tgz#8e28d532203b07d0591ba689a212f2efa33df1f3"
dependencies:
fill-keys "^1.0.2"
module-not-found-error "^1.0.0"
resolve "~1.1.7"
resolve "~1.8.1"

prr@~1.0.1:
version "1.0.1"
Expand Down Expand Up @@ -4419,7 +4419,7 @@ resolve-url@^0.2.1:
version "0.2.1"
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"

resolve@1.1.x, resolve@~1.1.7:
resolve@1.1.x:
version "1.1.7"
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b"

Expand All @@ -4429,6 +4429,12 @@ resolve@^1.1.0:
dependencies:
path-parse "^1.0.5"

resolve@~1.8.1:
version "1.8.1"
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.8.1.tgz#82f1ec19a423ac1fbd080b0bab06ba36e84a7a26"
dependencies:
path-parse "^1.0.5"

restore-cursor@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-2.0.0.tgz#9f7ee287f82fd326d4fd162923d62129eee0dfaf"
Expand Down

0 comments on commit 225aad7

Please sign in to comment.