Skip to content

Commit

Permalink
fix(adapter-node-http): Bump nock version (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
offirgolan committed Mar 21, 2020
1 parent 41dd093 commit 7d361a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/@pollyjs/adapter-node-http/package.json
Expand Up @@ -46,7 +46,7 @@
"@pollyjs/adapter": "^4.0.2",
"@pollyjs/utils": "^4.0.2",
"lodash-es": "^4.17.11",
"nock": "^11.7.2"
"nock": "^12.0.3"
},
"devDependencies": {
"@pollyjs/core": "^4.0.2",
Expand Down
9 changes: 4 additions & 5 deletions yarn.lock
Expand Up @@ -10419,15 +10419,14 @@ nocache@^2.1.0:
resolved "https://registry.yarnpkg.com/nocache/-/nocache-2.1.0.tgz#120c9ffec43b5729b1d5de88cd71aa75a0ba491f"
integrity sha512-0L9FvHG3nfnnmaEQPjT9xhfN4ISk0A8/2j4M37Np4mcDesJjHgEUfgPhdCyZuFI954tjokaIj/A3NdpFNdEh4Q==

nock@^11.7.2:
version "11.7.2"
resolved "https://registry.yarnpkg.com/nock/-/nock-11.7.2.tgz#4cee4fa838dc3635c074c5b3436bcdec7f7ee213"
integrity sha512-7swr5bL1xBZ5FctyubjxEVySXOSebyqcL7Vy1bx1nS9IUqQWj81cmKjVKJLr8fHhtzI1MV8nyCdENA/cGcY1+Q==
nock@^12.0.3:
version "12.0.3"
resolved "https://registry.yarnpkg.com/nock/-/nock-12.0.3.tgz#83f25076dbc4c9aa82b5cdf54c9604c7a778d1c9"
integrity sha512-QNb/j8kbFnKCiyqi9C5DD0jH/FubFGj5rt9NQFONXwQm3IPB0CULECg/eS3AU1KgZb/6SwUa4/DTRKhVxkGABw==
dependencies:
debug "^4.1.0"
json-stringify-safe "^5.0.1"
lodash "^4.17.13"
mkdirp "^0.5.0"
propagate "^2.0.0"

node-environment-flags@1.0.5:
Expand Down

0 comments on commit 7d361a6

Please sign in to comment.