diff --git a/package.json b/package.json index 656ce5e2..f7389ce0 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "jest": "^23.4.2", "jest-dom": "^1.12.0", "lint-staged": "^7.2.0", - "nock": "^9.4.4", + "nock": "^10.0.0", "prettier": "^1.13.5", "react-dom": "^16.4.2", "react-testing-library": "^5.0.0", diff --git a/yarn.lock b/yarn.lock index bd087ca7..876151e1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5099,9 +5099,9 @@ no-case@^2.2.0: dependencies: lower-case "^1.1.1" -nock@^9.4.4: - version "9.5.0" - resolved "https://registry.yarnpkg.com/nock/-/nock-9.5.0.tgz#ff778e9e6ad0556c25757d4e979f2191e58d2d74" +nock@^10.0.0: + version "10.0.0" + resolved "https://registry.yarnpkg.com/nock/-/nock-10.0.0.tgz#bcbd2c003961baffcae2ecd28e074574233d3869" dependencies: chai "^4.1.2" debug "^3.1.0"