From 1ce4fa81cacf4d37960f600af59201b159ec8332 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 7 Mar 2021 20:50:01 +0000 Subject: [PATCH] chore(deps-dev): bump nock from 13.0.10 to 13.0.11 Bumps [nock](https://github.com/nock/nock) from 13.0.10 to 13.0.11. - [Release notes](https://github.com/nock/nock/releases) - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md) - [Commits](https://github.com/nock/nock/compare/v13.0.10...v13.0.11) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 97b18995a62027..d7538bbe9d85d8 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "eslint-plugin-prettier": "3.3.1", "jest": "26.6.3", "mockdate": "3.0.2", - "nock": "13.0.10", + "nock": "13.0.11", "nodemon": "2.0.7", "pinyin": "2.9.1", "prettier": "2.2.1", diff --git a/yarn.lock b/yarn.lock index d92e4ad0576d38..fa53ba7b2ff82e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8999,10 +8999,10 @@ no-case@^2.2.0: dependencies: lower-case "^1.1.1" -nock@13.0.10: - version "13.0.10" - resolved "https://registry.yarnpkg.com/nock/-/nock-13.0.10.tgz#a9a015269408d56ec9ac57fe3ede86b0a83ecc6a" - integrity sha512-AvUO/tbiWVBjlC3WsuIutPXltPbPmHWfcLwDSYzykKBJhOeo9eZPczo8n9aV4AHHCgpeL70zBXLwiSE+mzx89g== +nock@13.0.11: + version "13.0.11" + resolved "https://registry.yarnpkg.com/nock/-/nock-13.0.11.tgz#ba733252e720897ca50033205c39db0c7470f331" + integrity sha512-sKZltNkkWblkqqPAsjYW0bm3s9DcHRPiMOyKO/PkfJ+ANHZ2+LA2PLe22r4lLrKgXaiSaDQwW3qGsJFtIpQIeQ== dependencies: debug "^4.1.0" json-stringify-safe "^5.0.1"