From bdd78e4db54d417a4e8af67e40426d98f5b29bd4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 2 Mar 2021 20:32:17 +0000 Subject: [PATCH] chore(deps-dev): bump nock from 13.0.9 to 13.0.10 Bumps [nock](https://github.com/nock/nock) from 13.0.9 to 13.0.10. - [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.9...v13.0.10) 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 3d3f8e0d7..2699fe365 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.9", + "nock": "13.0.10", "nodemon": "2.0.7", "pinyin": "2.9.1", "prettier": "2.2.1", diff --git a/yarn.lock b/yarn.lock index 7a5d3dc10..5f5a58473 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.9: - version "13.0.9" - resolved "https://registry.yarnpkg.com/nock/-/nock-13.0.9.tgz#32b9f6408a71991b25f044109cac92ee556c8539" - integrity sha512-SoGx/J0SsZPOdBFrBC9PP6NwaEgOBQIRPbsOsO9q+OwOPWc5eT6wALSxn3ZNE4Fv2ImIUXM4Hv/07rjq/uWDew== +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== dependencies: debug "^4.1.0" json-stringify-safe "^5.0.1"