diff --git a/package.json b/package.json index 1442c2ff053f7d97284c4b77ca7d7762509ebbd1..317a69fb44250ff81301c1e8d1d2bb63c7ef9182 100644 --- a/package.json +++ b/package.json @@ -110,7 +110,7 @@ "eslint-plugin-promise": "3.7.0", "jest": "22.4.3", "mockdate": "2.0.2", - "nock": "9.2.3", + "nock": "9.2.4", "prettier": "1.11.1", "semantic-release": "15.1.5" }, diff --git a/yarn.lock b/yarn.lock index 67d3346fc493b40d532634316b88dc501c8fa17a..b48bcf549bb1d610eb2a35eea3e1c913cd306880 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4279,9 +4279,9 @@ nice-try@^1.0.4: version "1.0.4" resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.4.tgz#d93962f6c52f2c1558c0fbda6d512819f1efe1c4" -nock@9.2.3: - version "9.2.3" - resolved "https://registry.yarnpkg.com/nock/-/nock-9.2.3.tgz#39738087d6a0497d3a165fb352612b38a2f9b92f" +nock@9.2.4: + version "9.2.4" + resolved "https://registry.yarnpkg.com/nock/-/nock-9.2.4.tgz#447ec8aedc7fe0234a93f5f3b2f678b999e51781" dependencies: chai "^4.1.2" debug "^3.1.0"