diff --git a/package.json b/package.json index a98fcf264..644aa4c89 100644 --- a/package.json +++ b/package.json @@ -148,7 +148,7 @@ "jest": "29.5.0", "jest-junit": "16.0.0", "mockdate": "3.0.5", - "nock": "13.3.0", + "nock": "13.3.1", "nodemon": "2.0.22", "prettier": "2.8.8", "prettier-check": "2.0.0", diff --git a/yarn.lock b/yarn.lock index 804967273..2b1363a06 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5424,10 +5424,10 @@ no-case@^2.2.0: dependencies: lower-case "^1.1.1" -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"