Skip to content

Commit

Permalink
chore(package): Upgrade nock to version 9.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
lgaticaq committed Mar 27, 2017
1 parent 33b9c7a commit 33c45a4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"generate-changelog": "^1.1.0",
"istanbul": "^0.4.5",
"mocha": "^3.2.0",
"nock": "^9.0.2"
"nock": "^9.0.9"
},
"eslintConfig": {
"env": {
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1106,9 +1106,9 @@ lodash@^4.0.0, lodash@^4.14.0, lodash@^4.3.0:
version "4.16.6"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.16.6.tgz#d22c9ac660288f3843e16ba7d2b5d06cca27d777"

lodash@~4.9.0:
version "4.9.0"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.9.0.tgz#4c20d742f03ce85dc700e0dd7ab9bcab85e6fc14"
lodash@~4.17.2:
version "4.17.4"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"

[email protected]:
version "1.2.5"
Expand Down Expand Up @@ -1176,15 +1176,15 @@ natural-compare@^1.4.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"

nock:
version "9.0.2"
resolved "https://registry.yarnpkg.com/nock/-/nock-9.0.2.tgz#f6a5f4a8d560d61f48b5ad428ccff8dc9b62701e"
nock@^9.0.9:
version "9.0.9"
resolved "https://registry.yarnpkg.com/nock/-/nock-9.0.9.tgz#ca4cd923352e206ae3c7d6595cfd7fb223299ec0"
dependencies:
chai ">=1.9.2 <4.0.0"
debug "^2.2.0"
deep-equal "^1.0.0"
json-stringify-safe "^5.0.1"
lodash "~4.9.0"
lodash "~4.17.2"
mkdirp "^0.5.0"
propagate "0.4.0"
qs "^6.0.2"
Expand Down

0 comments on commit 33c45a4

Please sign in to comment.