From 8095fcb0f41d1541ef1d84e019cb67f9e9595e85 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2020 02:22:27 +0000 Subject: [PATCH] deps: bump nock from 11.7.2 to 11.8.2 Bumps [nock](https://github.com/nock/nock) from 11.7.2 to 11.8.2. - [Release notes](https://github.com/nock/nock/releases) - [Changelog](https://github.com/nock/nock/blob/master/CHANGELOG.md) - [Commits](https://github.com/nock/nock/compare/v11.7.2...v11.8.2) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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",