diff --git a/package-lock.json b/package-lock.json index 963f024..108eebe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3714,9 +3714,9 @@ } }, "nock": { - "version": "11.7.2", - "resolved": "https://registry.npmjs.org/nock/-/nock-11.7.2.tgz", - "integrity": "sha512-7swr5bL1xBZ5FctyubjxEVySXOSebyqcL7Vy1bx1nS9IUqQWj81cmKjVKJLr8fHhtzI1MV8nyCdENA/cGcY1+Q==", + "version": "11.8.2", + "resolved": "https://registry.npmjs.org/nock/-/nock-11.8.2.tgz", + "integrity": "sha512-udrFXJ/aqPM9NmrKOcNJ67lvrs/zroNq2sbumhaMPW5JLNy/6LsWiZEwU9DiQIUHOcOCR4MPeqIG7uQNbDGExA==", "dev": true, "requires": { "debug": "^4.1.0", diff --git a/package.json b/package.json index ab0cc9d..d30476a 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "eslint": "^6.8.0", "markdownlint-cli": "^0.22.0", "mocha": "^7.0.1", - "nock": "^11.7.2", + "nock": "^11.8.2", "npm-run-all": "^4.1.5", "nyc": "^15.0.0", "rewire": "^4.0.1",