From 8dd6f7c60e25dae4ac2f0a78b8aae3622cdcb4f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Mon, 3 Jun 2019 18:06:57 +0800 Subject: [PATCH] chore(deps): pin dependency nock to 10.0.6 (#2289) --- package.json | 2 +- yarn.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a8887bce7..df01cd8cb 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "eslint-plugin-prettier": "3.1.0", "jest": "24.8.0", "mockdate": "2.0.2", - "nock": "^10.0.6", + "nock": "10.0.6", "nodemon": "1.19.1", "pinyin": "2.9.0", "prettier": "1.17.1", diff --git a/yarn.lock b/yarn.lock index 1e9f86fa9..4a48f0cff 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6851,7 +6851,7 @@ no-case@^2.2.0: dependencies: lower-case "^1.1.1" -nock@^10.0.6: +nock@10.0.6: version "10.0.6" resolved "https://registry.yarnpkg.com/nock/-/nock-10.0.6.tgz#e6d90ee7a68b8cfc2ab7f6127e7d99aa7d13d111" integrity sha512-b47OWj1qf/LqSQYnmokNWM8D88KvUl2y7jT0567NB3ZBAZFz2bWp2PC81Xn7u8F2/vJxzkzNZybnemeFa7AZ2w==