From 836943ea43339e74a3bdc9274326981345c2acbc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 May 2023 18:06:53 +0000 Subject: [PATCH] chore(deps): update dependency nock to v13.3.1 (#21976) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7e79c608a9eb93..87cd90e252d38e 100644 --- a/package.json +++ b/package.json @@ -319,7 +319,7 @@ "memfs": "3.5.1", "mock-fs": "5.2.0", "mockdate": "3.0.5", - "nock": "13.3.0", + "nock": "13.3.1", "npm-run-all": "4.1.5", "rimraf": "5.0.0", "semantic-release": "21.0.1", diff --git a/yarn.lock b/yarn.lock index 3c83b670fd84c3..d149ac40f9c1a2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7846,10 +7846,10 @@ nise@^5.1.2: just-extend "^4.0.2" path-to-regexp "^1.7.0" -nock@13.3.0: - version "13.3.0" - resolved "https://registry.yarnpkg.com/nock/-/nock-13.3.0.tgz#b13069c1a03f1ad63120f994b04bfd2556925768" - integrity sha512-HHqYQ6mBeiMc+N038w8LkMpDCRquCHWeNmN3v6645P3NhN2+qXOBqvPqo7Rt1VyCMzKhJ733wZqw5B7cQVFNPg== +nock@13.3.1: + version "13.3.1" + resolved "https://registry.yarnpkg.com/nock/-/nock-13.3.1.tgz#f22d4d661f7a05ebd9368edae1b5dc0a62d758fc" + integrity sha512-vHnopocZuI93p2ccivFyGuUfzjq2fxNyNurp7816mlT5V5HF4SzXu8lvLrVzBbNqzs+ODooZ6OksuSUNM7Njkw== dependencies: debug "^4.1.0" json-stringify-safe "^5.0.1"