diff --git a/package.json b/package.json index 130b5d0..6362334 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "husky": "0.14.3", "installed-check": "2.2.0", "mocha": "5.2.0", - "nock": "10.0.0", + "nock": "10.0.1", "nyc": "13.0.1", "sinon": "6.3.5" }, diff --git a/yarn.lock b/yarn.lock index e3d362e..5712818 100644 --- a/yarn.lock +++ b/yarn.lock @@ -721,6 +721,12 @@ debug@^4.0.0: dependencies: ms "^2.1.1" +debug@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.0.tgz#373687bffa678b38b1cd91f861b63850035ddc87" + dependencies: + ms "^2.1.1" + debuglog@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/debuglog/-/debuglog-1.0.1.tgz#aa24ffb9ac3df9a2351837cfb2d279360cd78492" @@ -2273,12 +2279,12 @@ nise@^1.4.5: path-to-regexp "^1.7.0" text-encoding "^0.6.4" -nock@10.0.0: - version "10.0.0" - resolved "https://registry.yarnpkg.com/nock/-/nock-10.0.0.tgz#bcbd2c003961baffcae2ecd28e074574233d3869" +nock@10.0.1: + version "10.0.1" + resolved "https://registry.yarnpkg.com/nock/-/nock-10.0.1.tgz#71eeb580c2995878e582b3e32420daead9eb44f7" dependencies: chai "^4.1.2" - debug "^3.1.0" + debug "^4.1.0" deep-equal "^1.0.0" json-stringify-safe "^5.0.1" lodash "^4.17.5"