diff --git a/package.json b/package.json index 8f2da4f39..4b0c12403 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "eslint-plugin-prettier": "3.1.0", "jest": "24.9.0", "mockdate": "2.0.5", - "nock": "11.3.2", + "nock": "11.3.3", "nodemon": "1.19.2", "pinyin": "2.9.0", "prettier": "1.18.2", diff --git a/yarn.lock b/yarn.lock index e214172d1..fc028361f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7334,10 +7334,10 @@ no-case@^2.2.0: dependencies: lower-case "^1.1.1" -nock@11.3.2: - version "11.3.2" - resolved "https://registry.yarnpkg.com/nock/-/nock-11.3.2.tgz#8f14e690a6cc839c6c585ba22acd0277d128766a" - integrity sha512-Bb00vTmuXyucMT9gcnMSiE2n6P5yrRoAyej0eF6ik6VUxG0FKp4RcSx1TzFusEDtY3hMNpsd7ZYUSIvwtNpTrw== +nock@11.3.3: + version "11.3.3" + resolved "https://registry.yarnpkg.com/nock/-/nock-11.3.3.tgz#f4553d87ac8e501d7a995a50df7e24857f879f58" + integrity sha512-SrRux5onbWf2ItpmietnLYis+C2QYF08hAo9wv/3QLqaLJVHBSVBTL0EvlD8Hjrm7lTH4vExTzr9gQUsPqy5Cg== dependencies: chai "^4.1.2" debug "^4.1.0"