Skip to content

Commit

Permalink
Upgrade nock fix #44
Browse files Browse the repository at this point in the history
  • Loading branch information
diegohaz committed Jan 15, 2017
1 parent 4e9d54c commit 2c9db5a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion generators/app/templates/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"eslint-plugin-standard": "^2.0.0",
"jest-cli": "^18.1.0",
"mockgoose": "^6.0.8",
"nock": "^8.0.0",
"nock": "^9.0.2",
"nodemon": "^1.10.2",
"opn-cli": "^3.1.0",
"sinon": "^1.17.5",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"mongoose-create-unique": "^0.4.1",
"mongoose-keywords": "^0.3.1",
"morgan": "^1.7.0",
"nock": "^8.0.0",
"nock": "^9.0.2",
"nodemon": "^1.10.2",
"passport": "^0.3.2",
"passport-http": "^0.3.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4425,9 +4425,9 @@ nested-error-stacks@^1.0.0:
dependencies:
inherits "~2.0.1"

nock@^8.0.0:
version "8.2.1"
resolved "https://registry.yarnpkg.com/nock/-/nock-8.2.1.tgz#64cc65e1bdd3893f58cba7e1abfdc38f40f0364a"
nock@^9.0.2:
version "9.0.2"
resolved "https://registry.yarnpkg.com/nock/-/nock-9.0.2.tgz#f6a5f4a8d560d61f48b5ad428ccff8dc9b62701e"
dependencies:
chai ">=1.9.2 <4.0.0"
debug "^2.2.0"
Expand Down Expand Up @@ -4929,11 +4929,11 @@ q@^1.4.1:
version "1.4.1"
resolved "https://registry.yarnpkg.com/q/-/q-1.4.1.tgz#55705bcd93c5f3673530c2c2cbc0c2b3addc286e"

[email protected], qs@^6.0.2, qs@~6.2.0:
[email protected], qs@~6.2.0:
version "6.2.0"
resolved "https://registry.yarnpkg.com/qs/-/qs-6.2.0.tgz#3b7848c03c2dece69a9522b0fae8c4126d745f3b"

qs@^6.1.0, qs@~6.3.0:
qs@^6.0.2, qs@^6.1.0, qs@~6.3.0:
version "6.3.0"
resolved "https://registry.yarnpkg.com/qs/-/qs-6.3.0.tgz#f403b264f23bc01228c74131b407f18d5ea5d442"

Expand Down

0 comments on commit 2c9db5a

Please sign in to comment.