diff --git a/package.json b/package.json index e31c9e21..945b3e0c 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "isomorphic-fetch": "3.0.0", "isomorphic-form-data": "2.0.0", "jest": "29.7.0", - "nock": "13.2.9", + "nock": "13.3.4", "prettier": "2.8.8", "rimraf": "3.0.2", "ts-jest": "29.1.1", diff --git a/yarn.lock b/yarn.lock index 11931192..4e6cda65 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2230,10 +2230,10 @@ natural-compare@^1.4.0: resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7" integrity sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc= -nock@13.2.9: - version "13.2.9" - resolved "https://registry.yarnpkg.com/nock/-/nock-13.2.9.tgz#4faf6c28175d36044da4cfa68e33e5a15086ad4c" - integrity sha512-1+XfJNYF1cjGB+TKMWi29eZ0b82QOvQs2YoLNzbpWGqFMtRQHTa57osqdGj4FrFPgkO4D4AZinzUJR9VvW3QUA== +nock@13.3.4: + version "13.3.4" + resolved "https://registry.yarnpkg.com/nock/-/nock-13.3.4.tgz#4ed3ed1465a75c87833044a881dbdd6546337e8d" + integrity sha512-DDpmn5oLEdCTclEqweOT4U7bEpuoifBMFUXem9sA4turDAZ5tlbrEoWqCorwXey8CaAw44mst5JOQeVNiwtkhw== dependencies: debug "^4.1.0" json-stringify-safe "^5.0.1"