diff --git a/package-lock.json b/package-lock.json index 4725650..ae0b464 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9257,9 +9257,9 @@ "dev": true }, "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 4a17246..72d4ed7 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "jest": "^25.1.0", "jest-circus": "^25.1.0", "lint-staged": "^10.0.7", - "nock": "^11.7.2", + "nock": "^11.8.2", "prettier": "1.19.1", "standard-version": "^7.1.0", "ts-jest": "^25.2.0",