diff --git a/package-lock.json b/package-lock.json index 220e70b659..a4ac77dafc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23938,9 +23938,9 @@ } }, "nock": { - "version": "13.0.4", - "resolved": "https://registry.npmjs.org/nock/-/nock-13.0.4.tgz", - "integrity": "sha512-alqTV8Qt7TUbc74x1pKRLSENzfjp4nywovcJgi/1aXDiUxXdt7TkruSTF5MDWPP7UoPVgea4F9ghVdmX0xxnSA==", + "version": "13.2.2", + "resolved": "https://registry.npmjs.org/nock/-/nock-13.2.2.tgz", + "integrity": "sha512-PcBHuvl9i6zfaJ50A7LS55oU+nFLv8htXIhffJO+FxyfibdZ4jEvd9kTuvkrJireBFIGMZ+oUIRpMK5gU9h//g==", "dev": true, "requires": { "debug": "^4.1.0", diff --git a/package.json b/package.json index 7afd42d46a..b9c01dfeab 100644 --- a/package.json +++ b/package.json @@ -215,7 +215,7 @@ "nightwatch": "^0.9.21", "nightwatch-cucumber": "^9.0.0", "nightwatch-custom-commands-assertions": "^1.1.1", - "nock": "^13.0.4", + "nock": "^13.2.2", "nodemon": "^2.0.3", "npm-run-all": "^4.1.3", "nyc": "15.1.0",